summaryrefslogtreecommitdiffstats
path: root/crypto/dh
AgeCommit message (Expand)Author
2015-03-24free NULL cleanupRich Salz
2015-03-24make dependDr. Stephen Henson
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-03-24free NULL cleanupRich Salz
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-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
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-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-07Fix irix-cc build.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-12-10RT3543: Remove #ifdef LINTRich Salz
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
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-10-01RT3549: Remove obsolete files in cryptoRich Salz
2014-03-28Add functions returning security bits.Dr. Stephen Henson
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov
2014-02-19make dependDr. Stephen Henson
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-08-21Fix compile errors.Ben Laurie
2013-08-05CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson
2013-08-05Add KDF for DH.Dr. Stephen Henson
2013-08-05Extend DH parameter generation support.Dr. Stephen Henson
2013-08-05Enhance DH dup functions.Dr. Stephen Henson
2013-08-05If present print j, seed and counter values for DHDr. Stephen Henson
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie
2011-12-27make updateDr. Stephen Henson
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson
2011-12-01Correct some parameter values.Dr. Stephen Henson
2011-11-13Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson
2011-10-11print out subgroup order if presentDr. Stephen Henson
2011-09-05make updateBodo Möller
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