aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/eme1
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-013-182/+0
* Fix OAEP key size check during encoding, and an array over-read whenlloyd2013-12-061-2/+2
* Give everything setting a feature test macro in build.h a version codelloyd2013-11-281-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-9/+8
* First step towards replacing the existing containers with std::vectorlloyd2012-05-181-3/+3
* Search for the delimiter bytes in OAEP using a loop that doesn't havelloyd2011-05-051-25/+34
* EME1::HASH_LENGTH was always exactly the output size of the hash, butlloyd2010-10-282-18/+16
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t instead of u32bit in pk_padlloyd2010-10-122-11/+11
* Remove more uses of vector to pointer implicit conversionslloyd2010-09-131-6/+12
* More vector->pointer conversion removals.lloyd2010-09-131-1/+1
* Big, invasive but mostly automated change, with a further attempt atlloyd2010-09-071-2/+0
* Doxygenlloyd2010-06-211-3/+2
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Partially protect OAEP decoding against a timing attack. Possibilitylloyd2010-05-121-12/+28
* Clean up exceptions. Remove some unused ones like Config_Error. Makelloyd2010-01-051-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-5/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-5/+6
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-23/+27
* Add a ref to a paper describing a chosen ciphertext attack on OAEPlloyd2008-12-081-0/+8
* Split pk_pad.h into eme.h and emsa.hlloyd2008-11-101-1/+1
* Move the declaration of the HashFunction base class to a new header hash.hlloyd2008-11-081-0/+1
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-6/+5
* 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-291-1/+2
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Modularize MGF1. Make EME1 and EMSA4 depend on itlloyd2008-09-281-0/+4
* Move all modules into src/ directorylloyd2008-09-283-0/+140