aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME tolloyd2010-03-0810-55/+57
* Modify pubkey classes to take names instead of object pointers.lloyd2010-03-0833-329/+313
* Have the constructors in pubkey.h take all arguments look_pk does, andlloyd2010-03-083-39/+51
* Update DH example for PK changeslloyd2010-03-081-14/+29
* Remove the now no-op classes PK_Encrypting_Key,lloyd2010-03-0819-148/+38
* On GMP 5.0 and later, use mpz_powm_sec, which is a version of modularlloyd2010-03-051-0/+6
* Update OpenSSL engine for new interface. Similiar to GMP engine, droplloyd2010-03-059-503/+356
* Add GMP PK filelloyd2010-03-051-0/+344
* Clarify that Ajisai is only SSLv3 + TLS 1.0 currentlylloyd2010-03-051-1/+1
* Remove unused variablelloyd2010-03-051-1/+0
* Update GMP engine with new PK operations interface.lloyd2010-03-058-481/+11
* Set domain_encoding enum in all EC key constructorslloyd2010-03-051-10/+15
* Inline Engine_Core::mod_exp into singler caller, and deletelloyd2010-03-054-74/+19
* Remove IF_Corelloyd2010-03-0516-366/+7
* Add RSA encrypt/decrypt opslloyd2010-03-053-27/+66
* Add ops for ElGamal encryption and decryption.lloyd2010-03-0515-399/+208
* 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-0513-20/+20
* Remove NR and DSA specific hookslloyd2010-03-0518-626/+5
* Add verification ops for all signature key typeslloyd2010-03-0519-146/+409
* Make the modulus visible in Modular_Reducerlloyd2010-03-051-0/+2
* Inline look_pk funcslloyd2010-03-053-102/+49
* Remove the sign() operation from the public key objects, totally replacedlloyd2010-03-0517-358/+153
* Force high bit in random_prime as well (done by randomize currently, but migh...lloyd2010-03-051-0/+3
* Clarify exception text on get_affine when point is zerolloyd2010-03-051-2/+2
* Add -Werror to gcc maintainer flagslloyd2010-03-051-1/+1
* Add signature generation operation classes. Remove sign() fromlloyd2010-03-0520-72/+474
* The operation can assume the key will continue to exist as long as it does,lloyd2010-03-042-7/+6
* Remove some unnecessary usages of PK_Signing_Keylloyd2010-03-043-54/+30
* Nix PK_Signing_Key use from tutoriallloyd2010-03-041-3/+1
* Client_Key_Exchange needs modification for DH changeslloyd2010-03-041-14/+14
* This checkin represents a pretty major change in how PK operations arelloyd2010-03-0424-420/+265
* Use KDF2/PK_Key_Agreement in DH benchmarklloyd2010-03-041-5/+5
* 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
* More keygen testslloyd2010-03-041-0/+8
* Remove unnecessary virtual destructors from ECC key base typeslloyd2010-03-041-4/+0
* Add back the Integrity_Failure exception. For one, removing it causeslloyd2010-03-041-0/+9
* Test GOST with 521-bit prime field (was setting off bug before)lloyd2010-03-041-1/+1