summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha1c.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282774: Unbreak MIPS build following r282726 (MFCed in r314144)avg2017-02-231-1/+6
|
* MFC r282726: Ensure libmd symbols do not clash with libcryptoavg2017-02-231-0/+25
| | | | | | | | | | Add a prefix to all symbols in libmd to avoid incompatibilites with same-named, but not binary compatible, symbols from libcrypto. Also introduce Weak aliases to avoid the need to rebuild dependent binaries and a major version bump. PR: 199119
* Fix an 11 year old mistake: Let the hash functions take a void* insteadphk2006-01-171-2/+3
| | | | of unsigned char* argument.
* Remove 'register' keyword.obrien2002-03-211-5/+5
|
* add __FBSDID()s to libmddillon2001-09-301-0/+3
|
* Add Eric Young's RIPEMD160 implementation as well, in case SHA-1wollman1999-02-261-1/+1
| | | | should prove weak. Also fix a few problems with the SHA-1 build.
* Fix bug in MDx test suite.wollman1999-02-261-0/+486
Add Eric Young's SHA-[01] implementations.
OpenPOWER on IntegriCloud