opnsense-src/lib/libcrypt/test
Brandon Gillespie 6bf154696d Moved from the old secure/lib/libcrypt area, because of the rewrite to how
the Makefile handles des support by just including the single .c file.

Reviewed by:	Mark Murray
1999-01-21 13:51:04 +00:00
..
cert.c Moved from the old secure/lib/libcrypt area, because of the rewrite to how 1999-01-21 13:51:04 +00:00
cert.input Moved from the old secure/lib/libcrypt area, because of the rewrite to how 1999-01-21 13:51:04 +00:00
Makefile Moved from the old secure/lib/libcrypt area, because of the rewrite to how 1999-01-21 13:51:04 +00:00
README Moved from the old secure/lib/libcrypt area, because of the rewrite to how 1999-01-21 13:51:04 +00:00
speedcrypt.c Moved from the old secure/lib/libcrypt area, because of the rewrite to how 1999-01-21 13:51:04 +00:00

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