aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/dh
Commit message (Expand)AuthorAgeFilesLines
* Check for DH inputs out of range, was removed in the pk_oplloyd2012-07-171-0/+3
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-3/+3
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
* There are some nasty API problems that are caused by having to pass alloyd2010-03-191-1/+2
* Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p.lloyd2010-03-091-1/+1
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-3/+3
* Use preexisting powermod precomputations for setting up blinderslloyd2010-03-091-1/+1
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-082-13/+22
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-046-198/+26
* Remove no-op DH_Public_Key::X509_load_hooklloyd2010-03-042-12/+1
* Remove DH_PrivateKey::PKCS8_load_hooklloyd2010-03-042-15/+23
* Add similar decoding constructors to the private keyslloyd2010-03-041-5/+7
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-5/+6
* Add missing BOTAN_DLL exports.lloyd2009-12-162-2/+2
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-162-12/+9
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* Split up util.h into 3 fileslloyd2009-09-171-1/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-2/+2
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
* engine.h had copies of some declarations from pk_engine.h that had notlloyd2009-05-131-1/+1
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-305-71/+81
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Remove dependency on Default_Engine from pubkey codelloyd2008-11-082-21/+0
* Add Doxygen comments to dh.h (from InSiTo)lloyd2008-10-131-13/+34
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-0/+1
* Handle building Botan with almost all public key code disabled (though onlylloyd2008-10-011-2/+2
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-011-1/+1
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-014-3/+66
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-015-0/+299