aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rw
Commit message (Expand)AuthorAgeFilesLines
* In RSA and RW signers, add the message contents to the RNG statelloyd2012-07-191-0/+2
* Put an upper bound on the blinding value to 160 bits. This seems to belloyd2012-06-171-1/+1
* Use std::async for parallel CRT in Rabin Williams signature generation.lloyd2012-05-251-6/+7
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-182-10/+10
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-1/+1
|\
| * 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/+1
| |\ \
| | * \ propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-1/+1
| | |\ \
| | | * \ propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...lloyd2009-12-161-7/+0
| | | |\ \
| | | * | | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-122-8/+8
* | | | | | In RSA and RW key generation, if we generate a key that isn't exactlylloyd2010-09-221-6/+6
| |_|_|_|/ |/| | | |
* | | | | More Doxygen updates/fixeslloyd2010-06-151-2/+8
|/ / / /
* | | | Move where pk_ops is included, remove rng.h from dl_algo.hlloyd2010-03-211-0/+1
* | | | KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-15/+1
|/ / /
* | | Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-092-8/+14
* | | Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-082-1/+7
* | | 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
* | | Remove IF_Corelloyd2010-03-052-8/+3
* | | Constify sign and verify opslloyd2010-03-052-6/+6
* | | Remove sign and verify ops from key typeslloyd2010-03-052-55/+0
* | | Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* | | Add verification ops for all signature key typeslloyd2010-03-052-1/+40
* | | Add signature generation operation classes. Remove sign() fromlloyd2010-03-052-5/+57
* | | Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-042-6/+11
* | | New IF constructors, simplifies RSA/RWlloyd2010-03-042-33/+10
* | | Remove more load hookslloyd2010-03-042-2/+5
* | | Add similar decoding constructors to the private keyslloyd2010-03-041-2/+8
* | | Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-2/+6
| |/ |/|
* | Full working amalgamation build, plus internal-only headers concept.lloyd2009-12-161-7/+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-7/+6
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-1/+0
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-35/+39
* Remove pk_lookup - half of it (look_pk.{cpp,h}) depended on libstate directly,lloyd2008-11-111-1/+0
* Move look_pk and pk_algs to new module pubkey/pk_lookuplloyd2008-10-011-5/+6
* 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-013-0/+218