aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/info.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update GMP engine with new PK operations interface.lloyd2010-03-051-5/+1
| | | | | Drop support for ElGamal and NR from GMP engine, leaving just DH, DSA, and RSA
* Add missing BOTAN_DLL exports.lloyd2009-12-161-4/+1
| | | | Move most of the engine headers to internal
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-3/+9
|
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-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 rewriteslloyd2009-07-151-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 deplloyd2008-11-231-4/+0
|
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-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 dependencylloyd2008-11-091-26/+0
| | | | | | (messy). Remove unused libstate.h includes from a few files.
* Split up GNU MP analagously with the OpenSSL change. GNU MP module canlloyd2008-10-081-12/+11
| | | | now be built with any or all public key algorithms disabled.
* Split kdf.h and kdf.cpp from core/ to kdf/kdf_baselloyd2008-10-081-2/+2
| | | | Update dependencies as needed.
* Add dependencies on the public key implementations in the engines code,lloyd2008-10-021-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) oflloyd2008-09-291-0/+18
them modules now. In any case there is no distinction so info.txt seems better.