aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf
Commit message (Expand)AuthorAgeFilesLines
* Move BufferedComputation to new buf_comp.{h,cpp}lloyd2008-11-082-0/+3
* Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)lloyd2008-11-081-1/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-083-3/+3
* TLS_PRF also depends on MD5 and SHA1, was not so markedlloyd2008-10-261-0/+2
* In KDF instead of lookup, instantiate fixed hashes (MD5, SHA-1) directlylloyd2008-10-264-21/+24
* Move kdf/kdf_base to kdflloyd2008-10-269-6/+6
* Move s2k.{h,cpp} and S2K algos from core and kdf to new s2k/ dirlloyd2008-10-269-355/+0
* Add trailing H__ to some header guards. Line wrap long comment.lloyd2008-10-131-2/+2
* More Doxygen comments from InSiTolloyd2008-10-132-7/+16
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-089-1/+148
* Append _prf to sslv3, tlsv1, x932 module nameslloyd2008-10-089-0/+0
* Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1lloyd2008-10-011-0/+5
* Remove warnings in KDF1, KDF2 copy constructorslloyd2008-09-302-2/+2
* Fix warning in PBKDF1 copy constructorlloyd2008-09-301-1/+3
* Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1lloyd2008-09-302-13/+14
* Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2lloyd2008-09-304-36/+63
* Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4]lloyd2008-09-304-31/+14
* Rewrite part of the module loading code in configure.pl, now dependencieslloyd2008-09-301-1/+1
* Move KDF, EME, and EMSA base classes from pubkey to core to remove alloyd2008-09-297-6/+8
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-299-0/+0
* Add deps, missing includes, etclloyd2008-09-291-1/+1
* Modularize IF family PK algorithms (integer factorization; RSA and RW baselloyd2008-09-281-0/+10
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-282-0/+88
* Move all modules into src/ directorylloyd2008-09-2824-0/+840