summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-06-12Reject excessively large primes in DH key generation.Guido Vranken
2018-04-19Return 0 on a non-matching kdf_typeMatt Caswell
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-02make updateMatt Caswell
2017-08-15Fix 'no-cms'Richard Levitte
2017-04-03Add missing macros for DHxparamsMatt Caswell
2017-01-24Fix error handling in compute_key, BN_CTX_get can return NULLBernd Edlinger
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-01-29Add missing return value checksMatt Caswell
2016-01-29Correct value of DH_CHECK_PUBKEY_INVALIDMatt Caswell
2016-01-28Add a test for small subgroup attacks on DH/DHEMatt Caswell
2016-01-28Prevent small subgroup attacks on DH/DHEMatt Caswell
2015-10-07Properly check return type of DH_compute_key()Pascal Cuoq
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-07-31RT3959: Fix misleading commentNicholas Cooper
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-12Fix dh_pub_encodeMatt Caswell
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-22Fix memory leakKurt Roeckx
2015-02-22Avoid a double-free in an error path.Doug Hogan
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-07Fix irix-cc build.Andy Polyakov
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov
2013-12-01make updateDr. Stephen Henson
2013-10-01Fix compile errors.Ben Laurie
2013-10-01CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson
2013-10-01Add KDF for DH.Dr. Stephen Henson
2013-10-01Extend DH parameter generation support.Dr. Stephen Henson
2013-10-01Enhance DH dup functions.Dr. Stephen Henson
2013-10-01If present print j, seed and counter values for DHDr. Stephen Henson
2013-10-01New SP 800-56A compliant version of DH_compute_key().Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2012-04-07branches: 1.2.2;Dr. Stephen Henson
2012-04-07Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson
2012-04-07Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson
2011-11-14DH keys have an (until now) unused 'q' parameter. When creating from DSA copyDr. Stephen Henson
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2011-09-16make dependDr. Stephen Henson
2011-09-16Improved error checking for DRBG calls.Dr. Stephen Henson
2011-06-20Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson
2011-06-09Redirect DH key and parameter generation.Dr. Stephen Henson
2011-06-08Redirect DH operations to FIPS module. Block non-FIPS methods.Dr. Stephen Henson
2009-09-06PR: 1644Dr. Stephen Henson