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