| Commit message (Expand) | Author | Age | Files | Lines |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 1 | -4/+4 |
* | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 1 | -1/+1 |
* | Remove decls of unimplemented functions | lloyd | 2010-03-08 | 1 | -3/+0 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 1 | -0/+2 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 1 | -5/+1 |
* | Remove unused variable | lloyd | 2010-03-05 | 1 | -1/+0 |
* | Remove IF_Core | lloyd | 2010-03-05 | 1 | -6/+3 |
* | Add RSA encrypt/decrypt ops | lloyd | 2010-03-05 | 1 | -10/+32 |
* | Constify sign and verify ops | lloyd | 2010-03-05 | 1 | -2/+2 |
* | Remove sign and verify ops from key types | lloyd | 2010-03-05 | 1 | -2/+0 |
* | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 1 | -1/+1 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 1 | -0/+21 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 1 | -3/+0 |
* | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 1 | -0/+17 |
* | Remove IF_Scheme_PrivateKey::PKCS8_load_hook | lloyd | 2010-03-04 | 1 | -4/+1 |
* | New IF constructors, simplifies RSA/RW | lloyd | 2010-03-04 | 1 | -8/+15 |
* | Remove more load hooks | lloyd | 2010-03-04 | 1 | -1/+4 |
* | Add similar decoding constructors to the private keys | lloyd | 2010-03-04 | 1 | -5/+7 |
* | Add a new constructor to each public key algorithm (only the public | lloyd | 2010-03-04 | 1 | -1/+4 |
* | Reasonably functional RSA support; keygen, import/export, encrypt/decrypt, si... | lloyd | 2009-10-09 | 1 | -1/+7 |
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 1 | -4/+6 |
* | Add Doxygen comments to RSA key constructors (from InSiTo) | lloyd | 2008-10-13 | 1 | -8/+31 |
* | Rename pk dir to pubkey, avoids tab-completion collision with pk_pad | lloyd | 2008-10-01 | 1 | -0/+63 |