summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/test/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcrypt/test/README')
-rw-r--r--lib/libcrypt/test/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libcrypt/test/README b/lib/libcrypt/test/README
new file mode 100644
index 0000000..b80a71b
--- /dev/null
+++ b/lib/libcrypt/test/README
@@ -0,0 +1,15 @@
+This directory contains test programs to certify DES operation and to
+time the crypt() call (of curiosity value).
+
+Simply type `make test` to run the tests.
+
+The normal `make all` and `make install` that get done during library building
+and installation will build these programs BUT NOT INSTALL THEM. After all,
+they're only for testing...
+
+- David Burren, January 1994
+
+Rewrote 'cert' a bit. It checks many more cases now, and also considers
+md5 and sha1. Same with speedcrypt.
+
+- Brandon Gillespie, 1997
OpenPOWER on IntegriCloud