Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update GMP engine with new PK operations interface. | lloyd | 2010-03-05 | 1 | -5/+1 |
| | | | | | Drop support for ElGamal and NR from GMP engine, leaving just DH, DSA, and RSA | ||||
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -4/+1 |
| | | | | Move most of the engine headers to internal | ||||
* | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 1 | -3/+9 |
| | |||||
* | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| | | | | | Pretty much useless and unused, except for listing the module names in build.h and the short versions totally suffice for that. | ||||
* | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -0/+4 |
| | | | | | | the info.txt files with the right module dependencies. Apply it across the codebase. | ||||
* | Remove openssl/gnump engine dep on libstate, no longer a dep | lloyd | 2008-11-23 | 1 | -4/+0 |
| | |||||
* | Move most of the remaining libstate code to pk_engine.cpp, move engines | lloyd | 2008-11-11 | 1 | -0/+26 |
| | | | | | back to the toplevel since most othe dependencies have been removed now (except get_cipher which still needs changes) | ||||
* | Move engine to libstate/ directory, since there is a mutual dependency | lloyd | 2008-11-09 | 1 | -26/+0 |
| | | | | | | (messy). Remove unused libstate.h includes from a few files. | ||||
* | Split up GNU MP analagously with the OpenSSL change. GNU MP module can | lloyd | 2008-10-08 | 1 | -12/+11 |
| | | | | now be built with any or all public key algorithms disabled. | ||||
* | Split kdf.h and kdf.cpp from core/ to kdf/kdf_base | lloyd | 2008-10-08 | 1 | -2/+2 |
| | | | | Update dependencies as needed. | ||||
* | Add dependencies on the public key implementations in the engines code, | lloyd | 2008-10-02 | 1 | -0/+9 |
| | | | | | 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 | 1 | -0/+18 |
them modules now. In any case there is no distinction so info.txt seems better. |