summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
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
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-07-17Fix various error codes to match functions.Dr. Stephen Henson
2006-05-24New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson
2006-05-24Use size_t for new crypto size parameters.Dr. Stephen Henson
2006-04-17Fix (most) WIN32 warnings and errors.Dr. Stephen Henson
2006-04-15Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson
2006-04-13Complete key derivation support.Dr. Stephen Henson
2006-04-13Update dependencies.Dr. Stephen Henson
2006-04-13Add key derivation support.Dr. Stephen Henson
2006-04-13Typo.Dr. Stephen Henson
2006-04-12Extend DH ASN1 method, add DH EVP_PKEY_METHOD.Dr. Stephen Henson
2006-04-12PKCS#3 DH PKCS#8 ASN1 support.Dr. Stephen Henson