| Commit message (Expand) | Author | Age | Files | Lines |
* | Kill ECKAEG_Op | lloyd | 2010-03-02 | 2 | -22/+0 |
* | Remove ECDSA_Op and its attendant bits | lloyd | 2010-03-02 | 2 | -22/+0 |
* | Add block cipher cascade | lloyd | 2010-01-11 | 1 | -0/+15 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 9 | -12/+12 |
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -4/+5 |
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
* | Similiar treatment for OFB which is also just a plain stream cipher | lloyd | 2009-10-14 | 1 | -1/+1 |
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a StreamCipher_F... | lloyd | 2009-10-14 | 1 | -3/+3 |
* | Refactor Default_Engine::get_cipher so bits can be called from selftest | lloyd | 2009-10-06 | 2 | -84/+104 |
* | Add an implementation of Blue Midnight Wish (512 bit version only) | lloyd | 2009-09-15 | 1 | -0/+9 |
* | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+1 |
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+7 |
* | 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 |
* | 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 | 8 | -74/+90 |
* | GOST was using a completely non-standard set of sboxes. Change it to use | lloyd | 2009-03-27 | 1 | -5/+5 |
* | Add an Algorithm_Factory& argument to Engine::get_cipher to avoid a | lloyd | 2008-11-23 | 2 | -5/+6 |
* | 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 |
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 9 | -0/+1007 |
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 9 | -1137/+0 |
* | 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 |
* | 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 | 1 | -0/+2 |
* | 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 |
* | Move most of the Default_Engine code into engine/def_engine, and the | lloyd | 2008-11-08 | 7 | -0/+991 |