summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
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
2009-06-14Make depend.Ben Laurie
2009-04-23Some no-ec fixes (not complete yet).Dr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-06-04More type-checking.Ben Laurie
2008-03-22Update dependencies.Dr. Stephen Henson
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2007-09-24TyposLutz Jänicke
2007-04-02check correct pointer before freeing it (Coverity CID 79,86)Nils Larsch
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-01-21Constify version strings and some structures.Dr. Stephen Henson
2006-11-21Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson