aboutsummaryrefslogtreecommitdiffstats
path: root/src/pk_pad/eme1/eme1.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-130/+0
* Fix OAEP key size check during encoding, and an array over-read whenlloyd2013-12-061-2/+2
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-6/+5
* 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-281-17/+16
* Use output_length() instead of OUTPUT_LENGTH pseudo-propertylloyd2010-10-131-1/+1
* Use size_t instead of u32bit in pk_padlloyd2010-10-121-7/+7
* 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
* 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
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
* Add a ref to a paper describing a chosen ciphertext attack on OAEPlloyd2008-12-081-0/+8
* Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (thelloyd2008-09-301-6/+4
* Move all modules into src/ directorylloyd2008-09-281-0/+95