aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa/rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-121/+0
* Remove global_rng calls for setting up blinding, instead require a RNGlloyd2013-12-251-3/+3
* Refuse to make RSA/RW keys under 1024 bitslloyd2013-12-061-1/+1
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
* In RSA and RW signers, add the message contents to the RNG statelloyd2012-07-191-5/+7
* The messages for assertion checks were done both ways, both "assertionlloyd2012-07-091-1/+1
* Put an upper bound on the blinding value to 160 bits. This seems to belloyd2012-06-171-1/+1
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-3/+3
* Post-merge fixupslloyd2010-10-131-0/+1
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-3/+4
|\
| * propagate from branch 'net.randombit.botan' (head 96d0a1885774b624812fd143d54...lloyd2010-03-211-2/+4
| |\
| | * propagate from branch 'net.randombit.botan' (head 74e9e8642943d126a5e5efa5be1...lloyd2010-03-101-1/+1
| | |\
| | * | Add back async use for RSA, NR, DSA (was lost in mainline merge)lloyd2010-03-091-1/+3
| | * | propagate from branch 'net.randombit.botan' (head 9932d4d63417f7fcc199ada244c...lloyd2010-03-091-1/+1
| | |\ \
| | | * | Remove to_string, replacing with std::to_stringlloyd2009-11-181-1/+1
* | | | | Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-3/+3
* | | | | Use BOTAN_ASSERT in various placeslloyd2010-09-261-2/+3
* | | | | In RSA and RW key generation, if we generate a key that isn't exactlylloyd2010-09-221-5/+6
|/ / / /
* | | | KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-211-15/+1
* | | | There are some nasty API problems that are caused by having to pass alloyd2010-03-191-1/+2
| |_|/ |/| |
* | | De-name unused rng arglloyd2010-03-091-1/+1
|/ /
* | Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-3/+8
* | Add back RSA consistency checking (decrypt only)lloyd2010-03-091-2/+7
* | Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-2/+5
* | Modify pubkey classes to take names instead of object pointers.lloyd2010-03-081-8/+4
* | Remove IF_Corelloyd2010-03-051-45/+0
* | Add RSA encrypt/decrypt opslloyd2010-03-051-11/+28
* | Constify sign and verify opslloyd2010-03-051-3/+3
* | Remove sign and verify ops from key typeslloyd2010-03-051-9/+0
* | Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-10/+1
* | Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+25
* | Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-041-3/+10
* | New IF constructors, simplifies RSA/RWlloyd2010-03-041-30/+0
* | Remove more load hookslloyd2010-03-041-1/+1
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-34/+36
* Split Diffie-Hellman off almost completely, such that nearly none oflloyd2008-10-011-1/+2
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+161