aboutsummaryrefslogtreecommitdiffstats
path: root/src/pubkey
Commit message (Expand)AuthorAgeFilesLines
* If you didn't specify a qbits for the DSA kosherizer, then it wouldlloyd2010-05-281-19/+20
* Expose public_value() in ECDH public keylloyd2010-04-201-3/+10
* In the string constructor of EC_Domain_Params, check if the PEM decodinglloyd2010-04-192-6/+16
* Move class decls togetherlloyd2010-03-211-10/+10
* Move where pk_ops is included, remove rng.h from dl_algo.hlloyd2010-03-214-5/+3
* KeyPair::check_key's behavior of throwing an exception upon failure waslloyd2010-03-219-112/+75
* Replace PointGFp::check_invaraints, which would either return silentlylloyd2010-03-194-42/+12
* Add a couple of new helper functions to BER_Decoder:lloyd2010-03-194-43/+12
* A number of changes to primality tests:lloyd2010-03-191-1/+1
* There are some nasty API problems that are caused by having to pass alloyd2010-03-195-37/+6
* Don't call get_eme or get_kdf with name "Raw" (returns NULL); ideallylloyd2010-03-191-3/+3
* Add a couple of verification tests for GOST 34.10lloyd2010-03-161-3/+16
* 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