summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha1c.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r282774:Luiz Otavio O Souza2015-10-201-1/+6
| | | | | | | | | | | | | Unbreak MIPS build following rev. 282726 Introduce further adjustments to the renaming of libmd symbols: make sure that we do not generate dangling weak aliases, as this causes build failures on MIPS. Tested by: sbruno TAG: IPSEC-HEAD Issue: #4841
* MFC r282726:Luiz Otavio O Souza2015-10-201-0/+25
| | | | | | | | | | | | | | | | | | Ensure libmd symbols do not clash with libcrypto 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 Differential Revision: D2216 Reviewed by: roberto, delphij MFC after: 2 weeks TAG: IPSEC-HEAD Issue: #4841
* 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