aboutsummaryrefslogtreecommitdiff
path: root/crypto/dh/dh_ameth.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell1-6/+15
2019-09-09Implement DSA in the default providerMatt Caswell1-3/+3
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte1-2/+55
2019-06-12TLS1.3 FFDHE Supportraja-ashok1-2/+14
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte1-1/+1
2017-11-20Support public key and param check in EVP interfacePaul Yang1-2/+33
2017-10-18Remove parentheses of return.KaoruToda1-2/+2
2017-10-12Support constant BN for DH parametersDr. Stephen Henson1-6/+12
2016-08-17Constify private key decode.Dr. Stephen Henson1-2/+2
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson1-7/+7
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-3/+3
2016-06-01Fix printing of DH ParametersMatt Caswell1-1/+2
2016-05-31Parameter copy sanity checks.Dr. Stephen Henson1-1/+1
2016-05-17Copyright consolidation 05/10Rich Salz1-54/+5
2016-04-09Make DH opaqueMatt Caswell1-1/+1
2016-03-20Remove #error from include files.Rich Salz1-3/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-44/+13
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-0/+1
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-3/+3
2015-12-14Extend EVP_PKEY_copy_parameters()Dr. Stephen Henson1-0/+5
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-7/+7
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-2/+0
2015-06-23More secure storage of key material.Rich Salz1-1/+2
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-10/+11
2015-05-01Remove goto inside an if(0) blockRich Salz1-6/+6
2015-05-01free null cleanup finaleRich Salz1-11/+6
2015-04-30free NULL cleanup 7Rich Salz1-2/+1
2015-04-30free NULL cleanup 5aRich Salz1-8/+4
2015-04-30free NULL cleanup 8Rich Salz1-6/+3
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-28free NULL cleanupRich Salz1-4/+2
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-24free NULL cleanupRich Salz1-4/+2
2015-03-12Fix dh_pub_encodeMatt Caswell1-5/+7
2015-03-08Cleanse PKCS#8 private key components.Dr. Stephen Henson1-4/+4
2015-02-22Fix memory leakKurt Roeckx1-0/+1
2015-02-22Avoid a double-free in an error path.Doug Hogan1-0/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-853/+820
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-0/+7
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 Henson1-1/+349
2013-08-05Enhance DH dup functions.Dr. Stephen Henson1-17/+60
2013-08-05If present print j, seed and counter values for DHDr. Stephen Henson1-0/+25
2011-12-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson1-16/+82
2011-10-11print out subgroup order if presentDr. Stephen Henson1-0/+2