Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace RSA-derived md5 code with code derived from Colin Plumb's PD version. | 2004-05-07 | 1 | -366/+0 | |
| | | | | | | This moves md5.c out of libkern and into sys/crypto where it belongs (as requested by markus@). Note that md5.c is still mandatory (dev/rnd.c uses it). Verified with IPsec + hmac-md5 and tcp md5sig. OK henning@ and hshoexer@ | ||||
* | KNF, ok deraadt/henning | 2003-12-02 | 1 | -257/+241 | |
| | |||||
* | make it use system bcopy/bzero (speeds up the vax about twice); from pr3549 | 2003-11-24 | 1 | -1/+2 | |
| | |||||
* | spelling; from Brian Poole <raj@cerias.purdue.edu> | 2002-06-14 | 1 | -2/+2 | |
| | |||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -6/+6 | |
| | |||||
* | Don't include sys/systm.h if we include stand.h. | 2000-11-08 | 1 | -3/+3 | |
| | |||||
* | eliminate comment about HAVEHTONS since the conditional implied is no longer present in the source | 1997-06-06 | 1 | -4/+1 | |
| | |||||
* | fixed bcopy/memcpy conflict by using private mem* routines. | 1997-04-04 | 1 | -4/+5 | |
| | | | | | | changed generic pointer type to (void *) and, md5 is in libkern, since more than one component of the kernel uses it. what would be better place? well, imagine some lkm that uses md5 someday... | ||||
* | no more 2(two) md5 libs in kernel! | 1997-03-30 | 1 | -146/+361 | |
| | | | | | | | tested for rnd(4).... should work for ip too, since it's the copy of ip_md*. use sys/md5k.h for protos.... std iface forever! hurray! | ||||
* | make -Wstrict-prototypes happy | 1996-08-11 | 1 | -2/+3 | |
| | |||||
* | Fix copyrights, comments, etc. | 1996-04-24 | 1 | -5/+4 | |
| | |||||
* | Add MD5 routines to be used by anyone in the kernel. | 1996-04-17 | 1 | -0/+168 | |
Moved from dev/rnd.c |