aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad
Commit message (Expand)AuthorAgeFilesLines
* Add BSI variant of EMSA1, from InSiTolloyd2008-10-084-0/+73
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-6/+5
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-301-1/+0
* Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4]lloyd2008-09-308-29/+16
* Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (thelloyd2008-09-303-7/+13
* Move KDF, EME, and EMSA base classes from pubkey to core to remove alloyd2008-09-297-7/+9
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-298-0/+0
* Remove more dependencies on the global state object.lloyd2008-09-293-12/+13
* Add modinfo for pem, hash_id, selftest moduleslloyd2008-09-281-0/+10
* Move hash_id into modulelloyd2008-09-284-0/+135
* Remove needless include of look_pk.hlloyd2008-09-281-1/+0
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-282-0/+8
* Move all modules into src/ directorylloyd2008-09-2821-0/+985