aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/rsa/rsa.h
Commit message (Expand)AuthorAgeFilesLines
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-4/+4
* Add back RSA consistency checking (decrypt only)lloyd2010-03-091-1/+1
* Remove decls of unimplemented functionslloyd2010-03-081-3/+0
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-0/+2
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-5/+1
* Remove unused variablelloyd2010-03-051-1/+0
* Remove IF_Corelloyd2010-03-051-6/+3
* Add RSA encrypt/decrypt opslloyd2010-03-051-10/+32
* Constify sign and verify opslloyd2010-03-051-2/+2
* Remove sign and verify ops from key typeslloyd2010-03-051-2/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-1/+1
* Add verification ops for all signature key typeslloyd2010-03-051-0/+21
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-3/+0
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+17
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-041-4/+1
* New IF constructors, simplifies RSA/RWlloyd2010-03-041-8/+15
* Remove more load hookslloyd2010-03-041-1/+4
* Add similar decoding constructors to the private keyslloyd2010-03-041-5/+7
* Add a new constructor to each public key algorithm (only the publiclloyd2010-03-041-1/+4
* Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si...lloyd2009-10-091-1/+7
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-4/+6
* Add Doxygen comments to RSA key constructors (from InSiTo)lloyd2008-10-131-8/+31
* Rename pk dir to pubkey, avoids tab-completion collision with pk_padlloyd2008-10-011-0/+63