summaryrefslogtreecommitdiff
path: root/include/crypto/dh.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis2022-02-031-2/+3
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-1/+0
* Fixes related to separation of DH and DHX typesShane Lontis2021-04-261-1/+1
* Detect low-level engine and app method based keysTomas Mraz2021-04-191-0/+1
* Add selection support to the provider keymgmt_dup functionTomas Mraz2021-04-151-1/+1
* Implement provider-side keymgmt_dup functionTomas Mraz2021-04-151-0/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-0/+1
* PROV: Add type specific PKCS#8 decoding to the DER->key decodersRichard Levitte2021-03-191-0/+3
* Fix external symbols related to dh keysShane Lontis2021-02-261-32/+33
* Add EVP_PKEY_public_check_quick.Shane Lontis2021-02-221-0/+1
* Update copyright yearMatt Caswell2021-02-181-1/+1
* include/crypto: add a few missing #pragma once directivesFdaSilvaYY2021-02-101-4/+10
* DECODER: Adjust the library context of keys in our decodersRichard Levitte2020-12-171-0/+1
* EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more availableRichard Levitte2020-12-161-0/+1
* Constify OSSL_FUNC_keymgmt_validate()Nicola Tuveri2020-10-231-2/+2
* DH: make the private key length importable / exportableRichard Levitte2020-10-191-1/+4
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-3/+3
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-2/+2
* Add dh_kdf support to providerShane Lontis2020-08-111-0/+6
* Add ACVP fips module testsShane Lontis2020-06-171-2/+2
* Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keysMatt Caswell2020-06-051-0/+3
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-201-0/+1
* Add DH keygen to providersShane Lontis2020-04-161-3/+7
* EVP: Implement support for key downgrading in backendsRichard Levitte2020-03-251-0/+2
* DH: add internal dh_get_method()Richard Levitte2020-03-091-0/+2
* Add FFC param/key validationShane Lontis2020-02-161-5/+9
* Add FFC param/key generationShane Lontis2020-02-061-0/+3
* Add support for DH 'modp' group parameters (RFC 3526)Shane Lontis2020-01-311-0/+1
* Modify DSA and DH keys to use a shared FFC_PARAMS structShane Lontis2020-01-241-0/+2
* Add DH key exchange to fips providerShane Lontis2020-01-231-0/+15