summaryrefslogtreecommitdiffstats
path: root/include/crypto/dh.h
AgeCommit message (Expand)Author
2021-04-26Fixes related to separation of DH and DHX typesShane Lontis
2021-04-19Detect low-level engine and app method based keysTomas Mraz
2021-04-15Add selection support to the provider keymgmt_dup functionTomas Mraz
2021-04-15Implement provider-side keymgmt_dup functionTomas Mraz
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-19PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte
2021-02-26Fix external symbols related to dh keysShane Lontis
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-18Update copyright yearMatt Caswell
2021-02-10include/crypto: add a few missing #pragma once directivesFdaSilvaYY
2020-12-17DECODER: Adjust the library context of keys in our decodersRichard Levitte
2020-12-16EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte
2020-10-23Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri
2020-10-19DH: make the private key length importable / exportableRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-08-11Add dh_kdf support to providerShane Lontis
2020-06-17Add ACVP fips module testsShane Lontis
2020-06-05Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell
2020-04-20Fix DH_get_nid() so that it does not cache values.Shane Lontis
2020-04-16Add DH keygen to providersShane Lontis
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-09DH: add internal dh_get_method()Richard Levitte
2020-02-16Add FFC param/key validationShane Lontis
2020-02-06Add FFC param/key generationShane Lontis
2020-01-31Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis
2020-01-24Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis
2020-01-23Add DH key exchange to fips providerShane Lontis