aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add back code for montgomery PointGFp mult (not used atm)lloyd2010-03-132-14/+165
* Hide PointGFp constructorslloyd2010-03-132-7/+14
* Remove access to the Jacobian coordinate getters get_{x,y,z}, as welllloyd2010-03-133-169/+68
* I had listed Olivier de Gaalon in the license, for the SQLite codec,lloyd2010-03-122-1/+5
* Include <netinet/in.h>; needed on FreeBSD at leastlloyd2010-03-101-1/+2
* Tick version to 1.9.5-devlloyd2010-03-103-4/+6
* Remove config options to toggle if X.509 extensions are critical orlloyd2010-03-107-96/+47
* Make cert decoding errors more verboselloyd2010-03-101-2/+2
* Remove the base/default_allocator option, instead save as a per-libstatelloyd2010-03-103-19/+25
* Remove call to disable key testing, now a per-build optionlloyd2010-03-101-4/+2
* Guard call to the allocator in deallocate() by checking if the alloclloyd2010-03-101-1/+1
* Update version to 1.9.4 release1.9.4lloyd2010-03-093-3/+3
* 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-0925-148/+114
* Dont need RNG in this testlloyd2010-03-091-3/+2
* Consolidate code for choosing a window size for fixed width windowlloyd2010-03-094-72/+41
* 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-0815-103/+175
* 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