| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard call to the allocator in deallocate() by checking if the alloc | lloyd | 2010-03-10 | 1 | -1/+1 |
* | DSA and NR require certain parameters (which depend on the randomly | lloyd | 2010-03-09 | 2 | -18/+24 |
* | Remove decls of removed RSA encrypt/decrypt | lloyd | 2010-03-09 | 1 | -5/+0 |
* | Oops. Secret nonce/seed for blinding for DH and ElGamal was 2^x mod p. | lloyd | 2010-03-09 | 2 | -2/+2 |
* | De-name unused rng arg | lloyd | 2010-03-09 | 1 | -1/+1 |
* | Deconstify PK_Ops. It's quite reasonable that some op will want to | lloyd | 2010-03-09 | 22 | -121/+79 |
* | Consolidate code for choosing a window size for fixed width window | lloyd | 2010-03-09 | 4 | -72/+41 |
* | Add back RSA consistency checking (decrypt only) | lloyd | 2010-03-09 | 2 | -3/+8 |
* | Have PK_Signer check the validity of all signatures before releasing. | lloyd | 2010-03-09 | 2 | -8/+52 |
* | Use preexisting powermod precomputations for setting up blinders | lloyd | 2010-03-09 | 2 | -2/+2 |
* | Remove decls of unimplemented functions | lloyd | 2010-03-08 | 1 | -3/+0 |
* | Blinder::choose_nonce added a single byte of the timestamps 8 times, | lloyd | 2010-03-08 | 1 | -2/+2 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 15 | -103/+175 |
* | Rename PK_Encryptor_MR_with_EME and PK_Decryptor_MR_with_EME to | lloyd | 2010-03-08 | 6 | -43/+45 |
* | Modify pubkey classes to take names instead of object pointers. | lloyd | 2010-03-08 | 20 | -160/+148 |
* | Have the constructors in pubkey.h take all arguments look_pk does, and | lloyd | 2010-03-08 | 3 | -39/+51 |
* | Remove the now no-op classes PK_Encrypting_Key, | lloyd | 2010-03-08 | 19 | -148/+38 |
* | On GMP 5.0 and later, use mpz_powm_sec, which is a version of modular | lloyd | 2010-03-05 | 1 | -0/+6 |
* | Update OpenSSL engine for new interface. Similiar to GMP engine, drop | lloyd | 2010-03-05 | 9 | -503/+356 |
* | Add GMP PK file | lloyd | 2010-03-05 | 1 | -0/+344 |
* | Remove unused variable | lloyd | 2010-03-05 | 1 | -1/+0 |
* | Update GMP engine with new PK operations interface. | lloyd | 2010-03-05 | 8 | -481/+11 |
* | Set domain_encoding enum in all EC key constructors | lloyd | 2010-03-05 | 1 | -10/+15 |
* | Inline Engine_Core::mod_exp into singler caller, and delete | lloyd | 2010-03-05 | 4 | -74/+19 |
* | Remove IF_Core | lloyd | 2010-03-05 | 16 | -366/+7 |
* | Add RSA encrypt/decrypt ops | lloyd | 2010-03-05 | 3 | -27/+66 |
* | Add ops for ElGamal encryption and decryption. | lloyd | 2010-03-05 | 15 | -399/+208 |
* | Constify sign and verify ops | lloyd | 2010-03-05 | 13 | -41/+50 |
* | Remove sign and verify ops from key types | lloyd | 2010-03-05 | 6 | -109/+0 |
* | Remove ECDSA_PublicKey::verify | lloyd | 2010-03-05 | 2 | -40/+0 |
* | Rename PK_Ops::Signature_Operation to PK_Ops::Signature | lloyd | 2010-03-05 | 13 | -20/+20 |
* | Remove NR and DSA specific hooks | lloyd | 2010-03-05 | 18 | -626/+5 |
* | Add verification ops for all signature key types | lloyd | 2010-03-05 | 19 | -146/+409 |
* | Make the modulus visible in Modular_Reducer | lloyd | 2010-03-05 | 1 | -0/+2 |
* | Inline look_pk funcs | lloyd | 2010-03-05 | 3 | -102/+49 |
* | Remove the sign() operation from the public key objects, totally replaced | lloyd | 2010-03-05 | 13 | -155/+40 |
* | Force high bit in random_prime as well (done by randomize currently, but migh... | lloyd | 2010-03-05 | 1 | -0/+3 |
* | Clarify exception text on get_affine when point is zero | lloyd | 2010-03-05 | 1 | -2/+2 |
* | Add -Werror to gcc maintainer flags | lloyd | 2010-03-05 | 1 | -1/+1 |
* | Add signature generation operation classes. Remove sign() from | lloyd | 2010-03-05 | 20 | -72/+474 |
* | The operation can assume the key will continue to exist as long as it does, | lloyd | 2010-03-04 | 2 | -7/+6 |
* | Remove some unnecessary usages of PK_Signing_Key | lloyd | 2010-03-04 | 3 | -54/+30 |
* | Client_Key_Exchange needs modification for DH changes | lloyd | 2010-03-04 | 1 | -14/+14 |
* | This checkin represents a pretty major change in how PK operations are | lloyd | 2010-03-04 | 21 | -282/+221 |
* | Clean up PK_Key_Agreement slightly | lloyd | 2010-03-04 | 2 | -21/+32 |
* | Fix typos | lloyd | 2010-03-04 | 1 | -2/+2 |
* | Inline simple DSA funcs | lloyd | 2010-03-04 | 2 | -21/+6 |
* | Remove ElGamal load hook functions | lloyd | 2010-03-04 | 2 | -47/+23 |
* | Remove NR load hooks | lloyd | 2010-03-04 | 2 | -58/+34 |
* | Remove no-op DH_Public_Key::X509_load_hook | lloyd | 2010-03-04 | 2 | -12/+1 |