aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa/rsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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