aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
* Remove stdio includelloyd2010-03-131-2/+0
* Remove iostream/stdio includeslloyd2010-03-131-3/+0
* Fix GOST 34.10 pub key loading (uses little endian format, what the fsck?)lloyd2010-03-131-6/+25
* Fix GOST, wasn't getting found in enginelloyd2010-03-132-4/+4
* Use a Modular_Reducer in ECDSA oplloyd2010-03-132-6/+8
* Give PK_Signer users the option of disabling fault protectionlloyd2010-03-132-6/+17
* DSA and NR require certain parameters (which depend on the randomlylloyd2010-03-092-18/+24
* Remove decls of removed RSA encrypt/decryptlloyd2010-03-091-5/+0
* Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p.lloyd2010-03-092-2/+2
* De-name unused rng arglloyd2010-03-091-1/+1
* Deconstify PK_Ops. It's quite reasonable that some op will want tolloyd2010-03-0919-101/+59
* Add back RSA consistency checking (decrypt only)lloyd2010-03-092-3/+8
* Have PK_Signer check the validity of all signatures before releasing.lloyd2010-03-092-8/+52
* Use preexisting powermod precomputations for setting up blinderslloyd2010-03-092-2/+2
* Remove decls of unimplemented functionslloyd2010-03-081-3/+0
* Blinder::choose_nonce added a single byte of the timestamps 8 times,lloyd2010-03-081-2/+2
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-0811-17/+175
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-083-38/+40
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-089-56/+44
* Have the constructors in pubkey.h take all arguments look_pk does, andlloyd2010-03-082-30/+46
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-0811-71/+23
* Remove unused variablelloyd2010-03-051-1/+0
* Set domain_encoding enum in all EC key constructorslloyd2010-03-051-10/+15
* Remove IF_Corelloyd2010-03-0511-304/+7
* Add RSA encrypt/decrypt opslloyd2010-03-052-21/+60
* Add ops for ElGamal encryption and decryption.lloyd2010-03-0510-341/+160
* Constify sign and verify opslloyd2010-03-0513-41/+50
* Remove sign and verify ops from key typeslloyd2010-03-056-109/+0
* Remove ECDSA_PublicKey::verifylloyd2010-03-052-40/+0
* Rename PK_Ops::Signature_Operation to PK_Ops::Signaturelloyd2010-03-0510-14/+14
* Remove NR and DSA specific hookslloyd2010-03-0513-505/+2
* Add verification ops for all signature key typeslloyd2010-03-0515-144/+363
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-0513-155/+40
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-0517-70/+397
* The operation can assume the key will continue to exist as long as it does,lloyd2010-03-042-7/+6
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-0415-230/+189
* Clean up PK_Key_Agreement slightlylloyd2010-03-042-21/+32
* Fix typoslloyd2010-03-041-2/+2
* Inline simple DSA funcslloyd2010-03-042-21/+6
* Remove ElGamal load hook functionslloyd2010-03-042-47/+23
* Remove NR load hookslloyd2010-03-042-58/+34
* Remove no-op DH_Public_Key::X509_load_hooklloyd2010-03-042-12/+1
* Remove DSA load hooks functionslloyd2010-03-042-32/+17
* Cleanupslloyd2010-03-041-5/+4
* Remove IF_Scheme_PrivateKey::PKCS8_load_hooklloyd2010-03-046-35/+30
* New IF constructors, simplifies RSA/RWlloyd2010-03-046-72/+67
* Remove DH_PrivateKey::PKCS8_load_hooklloyd2010-03-042-15/+23
* Remove unnecessary virtual destructors from ECC key base typeslloyd2010-03-041-4/+0
* Fix GOST pubkey encoding when x.bytes() != y.bytes()lloyd2010-03-041-1/+1
* Fix exception textlloyd2010-03-041-1/+1