summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_key.c
AgeCommit message (Expand)Author
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
2018-06-20Update copyright yearMatt Caswell
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-08-03Add RAND_priv_bytes() for private keysRich Salz
2017-04-07Make default_method mostly compile-timeRich Salz
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2016-08-10Change callers to use the new constants.Rich Salz
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-06Deprecate the flags that switch off constant timeMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-09Make DH opaqueMatt Caswell
2016-03-08Convert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading APIAlessandro Ghedini
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-26Tighten up BN_with_flags usage and avoid a reachable assertMatt Caswell
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-30free NULL cleanup 7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08Implement internally opaque bn access from dhMatt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08Remove FIPS module code from crypto/dhDr. Stephen Henson
2011-06-08Add flags for DH FIPS method.Dr. Stephen Henson
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-04-22Return errors instead of aborting when selftest fails.Dr. Stephen Henson
2011-04-07DH keys have an (until now) unused 'q' parameter. When creatingDr. Stephen Henson
2011-03-08New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2011-01-26FIPS DH changes: selftest checks and key range checks.Dr. Stephen Henson
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2006-09-29Initialise ctx to NULL to avoid uninitialized free, noticed byMark J. Cox
2006-09-28Introduce limits to prevent malicious keys being able toBodo Möller
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2005-08-21Make D-H safer, include well-known primes.Ben Laurie
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller
2005-05-16Implement fixed-window exponentiation to mitigate hyper-threadingBodo Möller
2005-04-28Pointer to BN_MONT_CTX could be used uninitialized.Andy Polyakov
2005-04-27Change method_mont_p from (char *) to (BN_MONT_CTX *) and remove severalDr. Stephen Henson
2005-04-26Port BN_MONT_CTX_set_locked() from stable branch.Dr. Stephen Henson
2005-04-26Fix various incorrect error function codes.Bodo Möller
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2003-01-15As with RSA, which was modified recently, this change makes it possible toGeoff Thorpe
2001-09-25This commits changes to various parts of libcrypto required by the recentGeoff Thorpe
2001-07-27length of secret exponent is needed only when we create oneBodo Möller
2001-07-27Undo DH_generate_key() change: s3_srvr.c was using it correctlyBodo Möller
2001-07-25DH key generation should not use a do ... while loop,Bodo Möller