summaryrefslogtreecommitdiffstats
path: root/src/crypto/md5.c
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Eliminate repetitions in MD5 round constant tableMichael Brown2017-11-121-7/+10
* [crypto] Fix endianness typo in commentMichael Brown2017-11-121-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [crypto] Define ASN.1 OID-identified algorithms for all supported digestsMichael Brown2012-03-221-0/+11
* [crypto] Use standard bit-rotation functionsMichael Brown2012-03-211-11/+1Star
* [crypto] Replace MD5 implementationMichael Brown2012-03-051-180/+242
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-7/+5Star
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-4/+3Star
* make md5_steps staticHolger Lubitz2007-07-271-1/+1
* Make context sizes available for statically-allocated structuresMichael Brown2007-02-011-11/+1Star
* Added blocksize for the benefit of HMAC codeMichael Brown2007-01-301-1/+1
* Generalise digest_algorithm to crypto_algorithm.Michael Brown2007-01-301-7/+9
* Added "name" field to digest algorithmsMichael Brown2006-11-211-0/+1
* Added generic CHAP layer, independent of iSCSIMichael Brown2006-11-211-10/+19
* Made it temporarily possible to call MD5 routines directly from externalMichael Brown2006-11-151-21/+12Star
* Restored the le32_to_cpus() and cpu_to_le32s() callsMichael Brown2006-09-111-2/+6
* Tidied up.Michael Brown2006-09-111-105/+25Star
* Reduced size from 2087 bytes to 1056 bytesMichael Brown2006-09-111-4/+100
* Taken from Linux's md5.c. This implementation is not veryMichael Brown2006-09-111-0/+222