aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte2-936/+0
2015-03-28free NULL cleanupRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz4-10/+6
2015-03-24make dependDr. Stephen Henson1-4/+4
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz2-8/+4
2015-03-12Fix dh_pub_encodeMatt Caswell1-5/+7
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson1-4/+4
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+3
2015-02-22Fix memory leakKurt Roeckx1-0/+1
2015-02-22Avoid a double-free in an error path.Doug Hogan1-0/+1
2015-02-03Dead code: crypto/dh,modes,pkcs12,ripemd,rsa,srpRich Salz2-20/+2
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte1-1/+0
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz1-7/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell14-2882/+2831
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-7/+10
2015-01-22Fix source where indent will not be able to copeMatt Caswell1-1/+3
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2-2/+2
2015-01-12RT3548: Remove unsupported platformsRich Salz1-8/+2
2015-01-07Fix irix-cc build.Andy Polyakov1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson2-2/+4
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell1-5/+5
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell1-6/+0
2014-12-10RT3543: Remove #ifdef LINTRich Salz1-3/+0
2014-12-08Implement internally opaque bn access from dhMatt Caswell6-203/+51
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson2-2/+2
2014-12-08Remove FIPS module code from crypto/dhDr. Stephen Henson3-49/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-10-01RT3549: Remove obsolete files in cryptoRich Salz3-257/+0
2014-03-28Add functions returning security bits.Dr. Stephen Henson3-0/+20
2014-03-06dh_check.c: check BN_CTX_get's return value.Andy Polyakov1-0/+1
2014-02-19make dependDr. Stephen Henson1-12/+26
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2013-08-21Fix compile errors.Ben Laurie1-3/+4
2013-08-05CMS RFC2631 X9.42 DH enveloped data support.Dr. Stephen Henson4-9/+565
2013-08-05Add KDF for DH.Dr. Stephen Henson3-2/+206
2013-08-05Extend DH parameter generation support.Dr. Stephen Henson2-2/+121
2013-08-05Enhance DH dup functions.Dr. Stephen Henson2-22/+60
2013-08-05If present print j, seed and counter values for DHDr. Stephen Henson1-0/+25
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-0/+1
2011-12-27make updateDr. Stephen Henson1-0/+8
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson4-17/+277
2011-12-01Update DH_check() to peform sensible checks when q parameter is present.Dr. Stephen Henson2-9/+42
2011-12-01Correct some parameter values.Dr. Stephen Henson1-3/+3
2011-11-13Add RFC5114 DH parameters to OpenSSL. Add test data to dhtest.Dr. Stephen Henson4-2/+591
2011-10-11print out subgroup order if presentDr. Stephen Henson1-0/+2
2011-09-05make updateBodo Möller1-11/+10
2011-06-08Add flags for DH FIPS method.Dr. Stephen Henson2-1/+16