aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/gnump/gmp_elg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update GMP engine with new PK operations interface.lloyd2010-03-051-92/+0
| | | | | Drop support for ElGamal and NR from GMP engine, leaving just DH, DSA, and RSA
* Add missing BOTAN_DLL exports.lloyd2009-12-161-2/+2
| | | | Move most of the engine headers to internal
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-16/+18
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move most of the remaining libstate code to pk_engine.cpp, move engineslloyd2008-11-111-0/+90
| | | | | 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-90/+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-0/+90
now be built with any or all public key algorithms disabled.