openssl/crypto/dh
Richard Levitte cf33379997 PROV: Add type specific PKCS#8 decoding to the DER->key decoders
This required refactoring a number of functions from the diverse
EVP_PKEY_ASN1_METHOD implementations to become shared backend
functions.  It also meant modifying a few of them to return pointers
to our internal RSA / DSA/ DH / EC_KEY, ... structures instead of
manipulating an EVP_PKEY pointer directly, letting the caller do the
latter.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14314)
2021-03-19 16:46:39 +01:00
..
build.info EVP_PKEY & DH: Make DH EVP_PKEY_CTX parameter ctrls / setters more available 2020-12-16 11:55:39 +01:00
dh_ameth.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
dh_asn1.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_backend.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
dh_check.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_depr.c Update copyright year 2020-04-23 13:55:52 +01:00
dh_err.c ERR: Rebuild all generated error headers and source files 2020-11-24 15:22:33 +01:00
dh_gen.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_group_params.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_kdf.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_key.c Fix misc external ossl_ symbols. 2021-03-18 17:52:37 +10:00
dh_lib.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_local.h Rename OPENSSL_CTX prefix to OSSL_LIB_CTX 2020-10-15 11:59:53 +01:00
dh_meth.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_pmeth.c Remove a TODO(3.0) from EVP_PKEY_derive_set_peer() 2021-03-17 09:56:33 +00:00
dh_prn.c Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call 2020-11-13 09:35:02 +01:00
dh_rfc5114.c Update copyright year 2021-03-11 13:27:36 +00:00