summaryrefslogtreecommitdiffstats
path: root/crypto/dh/dh_ameth.c
AgeCommit message (Expand)Author
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-05-26Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()Dr. David von Oheimb
2020-04-23Update copyright yearMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-17When calling the import_to function pass the libctx tooMatt Caswell
2020-04-15Add DSA keygen to providerShane Lontis
2020-04-09Enable export_to functions to have access to the libctxMatt Caswell
2020-03-28Param build: make structures opaque.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-09EVP: Check that key methods aren't foreign when exportingRichard Levitte
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli
2020-02-11Implement Provider side Key Management for X25519 and X448Matt Caswell
2020-02-07Redesign the KEYMGMT libcrypto <-> provider interface - the basicsRichard Levitte
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-07coverity 1201478: check BIO_indent returnsPauli
2019-11-01Fix potential memory leak in dh_ameth.cScott Wilson
2019-10-17DH: Add export of domain parameters to providerRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-09Enable DH "keys" which only contain domain parametersMatt Caswell
2019-09-09Implement DSA in the default providerMatt Caswell
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-06-12TLS1.3 FFDHE Supportraja-ashok
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2018-12-06Following the license change, modify the boilerplates in crypto/dh/Richard Levitte
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