| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up exceptions. Remove some unused ones like Config_Error. Make | lloyd | 2010-01-05 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 10 | -67/+0 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 10 | -20/+0 |
* | Remove all exception specifications. The way these are designed in C++ is | lloyd | 2009-10-22 | 11 | -13/+13 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 2 | -0/+5 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 7 | -9/+22 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 21 | -198/+240 |
* | Add a ref to a paper describing a chosen ciphertext attack on OAEP | lloyd | 2008-12-08 | 1 | -0/+8 |
* | Fix name of function in exception throw | lloyd | 2008-11-30 | 1 | -1/+1 |
* | In EMSA3_Raw::raw_data, clear message buffer (reset) before returning | lloyd | 2008-11-28 | 1 | -1/+3 |
* | Add a variant of EMSA3 called EMSA3_Raw which does not hash the data or | lloyd | 2008-11-28 | 2 | -46/+123 |
* | Add SHA-224 hash ids for EMSA2/X9.31 and EMSA3/PKCS #1 v1.5 public key | lloyd | 2008-11-28 | 1 | -3/+14 |
* | Rickard Bondesson reported on the mailing list that he had noticed | lloyd | 2008-11-28 | 1 | -11/+13 |
* | Split pk_pad.h into eme.h and emsa.h | lloyd | 2008-11-10 | 11 | -33/+50 |
* | Split base.h into block_cipher.h and stream_cipher.h | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Move the declaration of the HashFunction base class to a new header hash.h | lloyd | 2008-11-08 | 5 | -0/+5 |
* | Put pk_pad.{h,cpp} from core into pk_pad/ dir (cleaner I think) | lloyd | 2008-10-26 | 3 | -0/+116 |
* | Add BSI variant of EMSA1, from InSiTo | lloyd | 2008-10-08 | 4 | -0/+73 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -6/+5 |
* | Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2 | lloyd | 2008-09-30 | 1 | -1/+0 |
* | Remove lookup/libstate dependency on Lion, KDF1, KDF2, EMSA[1-4] | lloyd | 2008-09-30 | 8 | -29/+16 |
* | 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 | 7 | -7/+9 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 8 | -0/+0 |
* | Remove more dependencies on the global state object. | lloyd | 2008-09-29 | 3 | -12/+13 |
* | Add modinfo for pem, hash_id, selftest modules | lloyd | 2008-09-28 | 1 | -0/+10 |
* | Move hash_id into module | lloyd | 2008-09-28 | 4 | -0/+135 |
* | Remove needless include of look_pk.h | lloyd | 2008-09-28 | 1 | -1/+0 |
* | Modularize MGF1. Make EME1 and EMSA4 depend on it | lloyd | 2008-09-28 | 2 | -0/+8 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 21 | -0/+985 |