| Commit message (Expand) | Author | Age | Files | Lines |
* | Thomas Moschny mentioned that OpenSSL 1.0 betas disable MD2 by default. | lloyd | 2009-08-27 | 1 | -0/+10 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 2 | -0/+2 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 4 | -0/+23 |
* | CPU-specific engines are now only loaded if something depends on them, | lloyd | 2009-07-07 | 3 | -11/+3 |
* | Small cleanups in the Skein-512 source, and add support for the | lloyd | 2009-06-03 | 1 | -1/+2 |
* | Add an implementation of Skein-512 | lloyd | 2009-06-02 | 1 | -0/+9 |
* | engine.h had copies of some declarations from pk_engine.h that had not | lloyd | 2009-05-13 | 1 | -43/+0 |
* | Add XTS mode, from IEEE P1619 | lloyd | 2009-04-16 | 1 | -0/+14 |
* | Add the GOST 34.11 hash function. Pretty slow, but functional. | lloyd | 2009-04-07 | 1 | -0/+9 |
* | Support different GOST paramters in the lookup interface. | lloyd | 2009-03-31 | 1 | -1/+1 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 37 | -464/+538 |
* | GOST was using a completely non-standard set of sboxes. Change it to use | lloyd | 2009-03-27 | 1 | -5/+5 |
* | Disable using OpenSSL's AES - it is causing crashes for an unknown reason. | lloyd | 2008-11-24 | 1 | -0/+6 |
* | Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a | lloyd | 2008-11-23 | 3 | -6/+9 |
* | Remove openssl/gnump engine dep on libstate, no longer a dep | lloyd | 2008-11-23 | 2 | -8/+0 |
* | Library_State had two functions that did the same thing, | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -1/+1 |
* | Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly, | lloyd | 2008-11-11 | 1 | -2/+1 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 44 | -0/+3365 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 36 | -3691/+0 |
* | Inline no-op Engine virtual functions | lloyd | 2008-11-09 | 2 | -63/+18 |
* | Move some lookup related code from src/engine to src/libstate/lookup.cpp | lloyd | 2008-11-09 | 3 | -507/+243 |
* | Rename SymmetricAlgorithm::key to key_schedule to avoid many name | lloyd | 2008-11-09 | 2 | -4/+4 |
* | Simplify implementation of Default_Engine::get_cipher somewhat | lloyd | 2008-11-08 | 1 | -94/+92 |
* | Remove lookup from parallel hash construction | lloyd | 2008-11-08 | 1 | -2/+7 |
* | Remove lookup.h use from EAX | lloyd | 2008-11-08 | 1 | -2/+2 |
* | Remove lookup.h from CTS mode | lloyd | 2008-11-08 | 1 | -2/+2 |
* | Remove lookup.h use from ECB, CBC, CFB | lloyd | 2008-11-08 | 1 | -6/+11 |
* | Remove use of lookup.h from OFB | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Remove use of lookup.h in CTR mode | lloyd | 2008-11-08 | 1 | -1/+1 |
* | Remove needless include of mutex.h | lloyd | 2008-11-08 | 1 | -1/+0 |
* | Rename eng_def.h to def_eng.h | lloyd | 2008-11-08 | 9 | -8/+8 |
* | Add virtual hook to remove dep of Default_Engine on Engine itself | lloyd | 2008-11-08 | 3 | -16/+14 |
* | Remove dependency on Default_Engine from pubkey code | lloyd | 2008-11-08 | 2 | -0/+120 |
* | Invoke HMAC constructor directly for PBKDF2 since it is hardcoded anyway | lloyd | 2008-11-08 | 1 | -1/+2 |
* | Add def_engine info.txt | lloyd | 2008-11-08 | 1 | -0/+15 |
* | Add missing engine info.txt | lloyd | 2008-11-08 | 1 | -0/+11 |
* | Move most of the Default_Engine code into engine/def_engine, and the | lloyd | 2008-11-08 | 10 | -0/+1886 |
* | Add BOTAN_DLL macro to public class definitions that were missing it. | lloyd | 2008-10-09 | 4 | -5/+5 |
* | Split up GNU MP analagously with the OpenSSL change. GNU MP module can | lloyd | 2008-10-08 | 9 | -389/+476 |
* | Split OpenSSL public key implementations into algorithm specific files, | lloyd | 2008-10-08 | 8 | -388/+496 |
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 2 | -4/+4 |
* | Add dependencies on the public key implementations in the engines code, | lloyd | 2008-10-02 | 2 | -0/+18 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 2 | -0/+0 |
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 16 | -0/+1749 |