aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-461/+0
* Add deleted copy constructors/assignment operators where appropriate.lloyd2012-07-101-15/+18
* Fairly huge update that replaces the old secmem types with std::vectorlloyd2012-05-181-23/+31
* Use size_t instead of u32bit in all of pubkeylloyd2010-10-121-23/+23
* First set of changes for avoiding use implicit vector->pointer conversionslloyd2010-09-131-1/+2
* Replace "@return a blah" and "@return the blah" with just "@return blah"lloyd2010-06-161-8/+8
* More Doxygen updates/fixeslloyd2010-06-151-2/+2
* Fix a few hundred Doxygen warningslloyd2010-06-151-1/+1
* Add typedefs for the named EME encryptor/decryptor classes so codelloyd2010-06-111-0/+6
* Give PK_Signer users the option of disabling fault protectionlloyd2010-03-131-1/+11
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-091-2/+2
* Have PK_Signer check the validity of all signatures before releasing.lloyd2010-03-091-1/+5
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-081-20/+22
* Have the constructors in pubkey.h take all arguments look_pk does, andlloyd2010-03-081-12/+20
* Add ops for ElGamal encryption and decryption.lloyd2010-03-051-12/+22
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-051-2/+2
* Add verification ops for all signature key typeslloyd2010-03-051-66/+23
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-051-8/+9
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-041-3/+36
* Clean up PK_Key_Agreement slightlylloyd2010-03-041-6/+32
* Fix indentlloyd2009-10-131-1/+1
* Move the contents of pubkey/pubkey (which was kind of a catch-all tolloyd2009-07-151-0/+392