summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_key.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-163/+154
* Merge public key FIPS code, RSA, DSA, DH.Dr. Stephen Henson2008-09-161-0/+4
* Change to mitigate branch prediction attacksBodo Möller2007-03-281-2/+2
* Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox2006-09-291-1/+1
* Introduce limits to prevent malicious keys being able toMark J. Cox2006-09-281-0/+6
* fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch2006-03-131-2/+5
* Avoid weak subgroups in Diffie Hellman.Ben Laurie2005-08-201-0/+7
* Use BN_with_flags() in a cleaner way.Bodo Möller2005-05-271-0/+1
* Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller2005-05-161-3/+24
* Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov2005-04-281-2/+2
* Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson2005-04-271-5/+3
* Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson2005-04-261-10/+14
* Fix various incorrect error function codes.Bodo Möller2005-04-261-3/+3
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe2003-01-151-0/+1
* This commits changes to various parts of libcrypto required by the recentGeoff Thorpe2001-09-251-6/+5
* length of secret exponent is needed only when we create oneBodo Möller2001-07-271-2/+1
* Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller2001-07-271-1/+6
* DH key generation should not use a do ... while loop,Bodo Möller2001-07-251-7/+3
* Don't preserve existing keys in DH_generate_key.Bodo Möller2001-07-251-6/+10
* Hide BN_CTX structure details.Bodo Möller2001-03-081-13/+15
* make it a loop as in dsaUlf Möller2001-02-201-1/+3
* Use BN_rand_range().Ulf Möller2001-02-201-8/+1
* Constify DH-related code.Richard Levitte2000-11-071-6/+8
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-5/+8
* Speed up DH with small generator.Bodo Möller2000-06-071-7/+14
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-051-1/+3
* Initial support for DH_METHOD. Also added a DH lock. A few changes made toDr. Stephen Henson1999-08-231-3/+58
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-6/+2
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-11/+27
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+142