aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf
Commit message (Expand)AuthorAgeFilesLines
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-1/+1
* Anywhere where we use MemoryRegion::begin to get access to the raw pointerlloyd2010-09-132-4/+4
* Doxygen commentslloyd2010-06-161-4/+42
* More Doxygen updates/fixeslloyd2010-06-157-16/+16
* Add support for TLS 1.2 PRFlloyd2010-04-172-22/+63
* Move the get_byte template to its own header, because many fileslloyd2010-02-022-2/+2
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-213-3/+3
* Make many more headers internal-only.lloyd2009-12-164-5/+5
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-167-50/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-297-14/+0
* Format, add names to params in headerlloyd2009-10-191-3/+7
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+4
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-156-30/+29
* Add a script that analyzes the source and prints module dependencies.lloyd2009-07-153-35/+35
* Add variable names to decls in kdf.hlloyd2009-06-191-12/+20
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-3014-134/+162
* 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