aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/nr
Commit message (Expand)AuthorAgeFilesLines
* propagate from branch 'net.randombit.botan' (head 6332543aa5a8a4cc13662008ff9...lloyd2012-05-181-1/+1
|\
| * NR_Verification_Operation::verify_mr would return false if the inputlloyd2012-05-181-1/+1
* | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+5
|\ \ | |/ |/|
| * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-2/+8
| |\
| * \ propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-1/+5
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-101-9/+12
| | |\ \
| | * | | Add back async use for RSA, NR, DSA (was lost in mainline merge)lloyd2010-03-091-1/+5
* | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-13/+13
* | | | | More changes to avoid vector to pointer implicit conversionslloyd2010-09-141-2/+2
| |_|_|/ |/| | |
* | | | More Doxygen updates/fixeslloyd2010-06-151-2/+8
|/ / /
* | / KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-15/+1
| |/ |/|
* | DSA and NR require certain parameters (which depend on the randomlylloyd2010-03-091-9/+12
|/
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-4/+4
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-4/+5
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-3/+1
* Constify sign and verify opslloyd2010-03-052-6/+6
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Remove NR and DSA specific hookslloyd2010-03-056-242/+2
* Add verification ops for all signature key typeslloyd2010-03-052-0/+47
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-052-21/+2
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-3/+57
* Remove NR load hookslloyd2010-03-042-58/+34
* Add similar decoding constructors to the private keyslloyd2010-03-041-1/+7
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-1/+6
* Add missing BOTAN_DLL exports.lloyd2009-12-161-1/+1
* Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-11/+0
* Remove the 'realname' attribute on all modules and cc/cpu/os info files.lloyd2009-10-291-2/+0
* 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-306-90/+102
* 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-081-10/+0
* 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-1/+1
* Move last pieces of algorithm-specific code from general 'pubkey' modulelloyd2008-10-014-2/+133
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-0/+1
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-015-0/+309