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 | -8/+7 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 1 | -4/+4 |
* | Add ops for ElGamal encryption and decryption. | lloyd | 2010-03-05 | 1 | -0/+13 |
* | Constify sign and verify ops | lloyd | 2010-03-05 | 1 | -6/+16 |
* | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 1 | -4/+4 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 1 | -6/+37 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 1 | -0/+25 |
* | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 1 | -0/+35 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 1 | -0/+38 |