openssl/crypto/dh
Tomas Mraz 4a9fe33c8e Implement provider-side keymgmt_dup function
To avoid mutating key data add OSSL_FUNC_KEYMGMT_DUP function
to the provider API and implement it for all asym-key key
managements.

Use it when copying everything to an empty EVP_PKEY
which is the case with EVP_PKEY_dup().

Fixes #14658

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14793)
2021-04-15 09:19:39 +02: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 Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02:00
dh_asn1.c Update copyright year 2021-03-11 13:27:36 +00:00
dh_backend.c Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02: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 Add a range check (from SP800-56Ar3) to DH key derivation. 2021-04-01 09:07:08 +10: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 Add a range check (from SP800-56Ar3) to DH key derivation. 2021-04-01 09:07:08 +10:00
dh_lib.c Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02: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 dh: fix coverity 1473238: argument cannot be negative 2021-04-08 08:49:27 +10: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