]> git.ipfire.org Git - thirdparty/openssl.git/history - include/crypto/dh.h
Constify OSSL_FUNC_keymgmt_validate()
[thirdparty/openssl.git] / include / crypto / dh.h
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