summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_ameth.c
AgeCommit message (Expand)Author
2021-12-14Update copyright yearMatt Caswell
2021-08-26Check for null-pointer dereference in dh_cms_set_peerkeyBernd Edlinger
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2017-11-20Support public key and param check in EVP interfacePaul Yang
2017-10-18Remove parentheses of return.KaoruToda
2017-10-12Support constant BN for DH parametersDr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-06-01Fix printing of DH ParametersMatt Caswell
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-09Make DH opaqueMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-06-23More secure storage of key material.Rich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01Remove goto inside an if(0) blockRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-28free NULL cleanupRich Salz
2015-03-24free NULL cleanupRich Salz
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-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
2014-03-28Add functions returning security bits.Dr. 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-05Enhance DH dup functions.Dr. Stephen Henson
2013-08-05If present print j, seed and counter values for DHDr. Stephen Henson
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-10-11print out subgroup order if presentDr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson