Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | engine base classes into src/engine | ||||
* | 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 |
| | | | | now be built with any or all public key algorithms disabled. | ||||
* | Split OpenSSL public key implementations into algorithm specific files, | lloyd | 2008-10-08 | 8 | -388/+496 |
| | | | | | which allows it to be used while still disabling some (or all) public key algorithms. | ||||
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 2 | -4/+4 |
| | | | | Update dependencies as needed. | ||||
* | Add dependencies on the public key implementations in the engines code, | lloyd | 2008-10-02 | 2 | -0/+18 |
| | | | | | since they assume all algos are available (need to be split up eventually, so one can use OpenSSL module in a RSA-only or DSA-only Botan) | ||||
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 2 | -0/+0 |
| | | | | | them modules now. In any case there is no distinction so info.txt seems better. | ||||
* | Move all modules into src/ directory | lloyd | 2008-09-28 | 16 | -0/+1749 |