OpenBSD CVS

src/bin/md5/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / md5

Current tag: OPENBSD_3_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.10   19 years  millert   -ansi means only expose ANSI interfaces which is not something we want...
[TXT] cksum.1  1.5   19 years  jmc   more macro simplification;
[TXT] crc.c  1.2   20 years  deraadt   64 bit gcc whines
[TXT] crc.h  1.1   20 years  millert   Add support for cksum (3 varieties), md4, sha256, sha384, and sha512. Consequent...
[TXT] md5.1  1.20   19 years  tom   Note that collisions have been found for MD5, so SHA-1 is preferred. Also fix th...
[TXT] md5.c  1.33   18 years  mpf   Exit unsuccessfully when comparing against a checklist file fails. OK markus@ mi...
[TXT] rmd160.1 (in the Attic) [Hide]  1.17   20 years  jmc   - simplify synopses - correct macros - various grammatical fixes ok millert@
[TXT] sha1.1 (in the Attic) [Hide]  1.19   20 years  otto   Tell reader to use cksum(1) to compute SHA-2 digests. ok millert@