aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pk_ops.h
Commit message (Expand)AuthorAgeFilesLines
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-8/+7
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-081-4/+4
* Add ops for ElGamal encryption and decryption.lloyd2010-03-051-0/+13
* Constify sign and verify opslloyd2010-03-051-6/+16
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-4/+4
* Add verification ops for all signature key typeslloyd2010-03-051-6/+37
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-051-0/+25
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-0/+35
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-0/+38