summaryrefslogtreecommitdiffstats
path: root/lib/libmd/sha256c.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r285366:Luiz Otavio O Souza2015-10-201-315/+0
| | | | | | | | | | | Complete the move that was started w/ r263218.. For some reason I didn't delete the files, so that means we need to bring the changes in r282726 to the correct files.. make tinderbox completed with this patch... TAG: IPSEC-HEAD Issue: #4841
* MFC r282774:Luiz Otavio O Souza2015-10-201-2/+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/+11
| | | | | | | | | | | | | | | | | | 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-1/+2
| | | | of unsigned char* argument.
* In light of the recent 2^69 operation collision-finding attack on SHA1,cperciva2005-03-091-0/+299
add support for SHA256. Tested on: i386, sparc64 Tested using: NIST test vectors, built-in tests X-MFC-after: 5.4-RELEASE
OpenPOWER on IntegriCloud