summaryrefslogtreecommitdiffstats
path: root/lib/libc/md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-10/+16
* need more links for MD[45]Transformderaadt2000-03-281-1/+3
* Expose MDXTransform functions to be consistent with sha1 and rmd160.millert2000-03-283-9/+22
* SYNOPSIS needs #include <sys/types.h>espie1999-10-081-1/+2
* - let cryptographic checksums refer to each otherespie1999-10-062-6/+7
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
* - remove all trailing whitespaceaaron1999-07-091-8/+8
* correct some Xr's which referred to the wrong man page sectionsaaron1999-05-101-2/+1
* Mention that MD4 is pretty much broken, and MD5 may follow. A coupleangelos1999-02-121-3/+23
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+2
* use .Oxmillert1998-03-101-2/+2
* tabify + trailing blankskstailey1997-07-233-18/+18
* Add a missing constmillert1997-07-151-2/+2
* #include <md5.h> not "md5.h"millert1997-07-121-2/+2
* MD[45]Final(NULL,&ctx) applies padding to context and can still be used with M[45]Update afterwards.provos1997-07-033-12/+23
* collision also for md4provos1997-06-051-4/+5
* Make possible truncation of long value more explicittholo1997-04-302-4/+4
* fix a memory-leak problem in MDXEnd -- even when givenflipk1997-03-181-2/+2
* mention collision found by Dobbertinprovos1997-03-071-4/+7
* DOH! Fixing big endian broke little..niklas1997-01-072-6/+12
* Fix these for big endian systemsniklas1997-01-062-13/+15
* fix big endian; Encode/Decodederaadt1996-12-042-22/+28
* 64-bit cleanup + pedantic -W flagsniklas1996-11-243-59/+44
* Closes PR system/34 -- fix from kstailey@dol-esa.govmillert1996-10-201-8/+8
* Minor doc fixups from FreeBSD.millert1996-10-153-49/+60
* Attempt at cleanup.michaels1996-10-081-2/+2
* All the world is not a pc, BYTE_ORDER define.millert1996-10-022-71/+85
* Now use bittypes wo we work on 64-bit machinesmillert1996-09-293-51/+54
* Remove dead codetholo1996-09-151-1/+2
* watch for NOMANderaadt1996-08-221-1/+3
* Fix RCS idstholo1996-08-193-9/+14
* typomillert1996-08-041-2/+2
* MD2 copyright is too restrictive for us, pointed out by Jason Thorpeniklas1996-06-191-15/+6
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-037-0/+867