Fix migration guide mappings for i2o/o2i_ECPublicKey
[openssl.git] / include / crypto / dh.h
2022-05-03 Matt CaswellUpdate copyright year
2022-02-03 slontisFix EVP todata and fromdata when used with selection...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-04-26 Shane LontisFixes related to separation of DH and DHX types
2021-04-19 Tomas MrazDetect low-level engine and app method based keys
2021-04-15 Tomas MrazAdd selection support to the provider keymgmt_dup function
2021-04-15 Tomas MrazImplement provider-side keymgmt_dup function
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-19 Richard LevittePROV: Add type specific PKCS#8 decoding to the DER...
2021-02-26 Shane LontisFix external symbols related to dh keys
2021-02-22 Shane LontisAdd EVP_PKEY_public_check_quick.
2021-02-18 Matt CaswellUpdate copyright year
2021-02-10 FdaSilvaYYinclude/crypto: add a few missing #pragma once directives
2020-12-17 Richard LevitteDECODER: Adjust the library context of keys in our...
2020-12-16 Richard LevitteEVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls...
2020-10-23 Nicola TuveriConstify OSSL_FUNC_keymgmt_validate()
2020-10-19 Richard LevitteDH: make the private key length importable / exportable
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-08-11 Shane LontisAdd dh_kdf support to provider
2020-06-17 Shane LontisAdd ACVP fips module tests
2020-06-05 Matt CaswellMake EVP_PKEY_[get1|set1]_tls_encodedpoint work with...
2020-04-20 Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-15 Shane LontisAdd DH keygen to providers
2020-03-25 Richard LevitteEVP: Implement support for key downgrading in backends
2020-03-09 Richard LevitteDH: add internal dh_get_method()
2020-02-16 Shane LontisAdd FFC param/key validation
2020-02-06 Shane LontisAdd FFC param/key generation
2020-01-30 Shane LontisAdd support for DH 'modp' group parameters (RFC 3526)
2020-01-24 Shane LontisModify DSA and DH keys to use a shared FFC_PARAMS struct
2020-01-23 Shane LontisAdd DH key exchange to fips provider