| Commit message (Expand) | Author | Age | Files | Lines |
* | EME1::HASH_LENGTH was always exactly the output size of the hash, but | lloyd | 2010-10-28 | 2 | -18/+16 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t instead of u32bit in pk_pad | lloyd | 2010-10-12 | 2 | -11/+11 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -6/+12 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 1 | -2/+0 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -3/+2 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Partially protect OAEP decoding against a timing attack. Possibility | lloyd | 2010-05-12 | 1 | -12/+28 |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -5/+0 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -5/+6 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 2 | -23/+27 |
* | Add a ref to a paper describing a chosen ciphertext attack on OAEP | lloyd | 2008-12-08 | 1 | -0/+8 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 1 | -1/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 1 | -0/+1 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -6/+5 |
* | Remove dependency on lookup.h from EME1. Now hardcoded to use MGF1 (the | lloyd | 2008-09-30 | 3 | -7/+13 |
* | Move KDF, EME, and EMSA base classes from pubkey to core to remove a | lloyd | 2008-09-29 | 1 | -1/+2 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 1 | -0/+4 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 3 | -0/+140 |