openssl/crypto/ec
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
..
asm
curve448 Update copyright year 2021-04-08 13:04:41 +01:00
build.info curve448: Integrate 64-bit reference implementation 2021-04-08 12:18:10 +01:00
curve25519.c Update copyright year 2021-04-08 13:04:41 +01:00
ec2_oct.c
ec2_smpl.c
ec_ameth.c Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free(). 2021-04-12 16:55:30 +10:00
ec_asn1.c Add ossl_encode symbols 2021-03-18 17:52:37 +10:00
ec_backend.c PROV: Add type specific PKCS#8 decoding to the DER->key decoders 2021-03-19 16:46:39 +01:00
ec_check.c
ec_curve.c
ec_cvt.c
ec_deprecated.c
ec_err.c
ec_key.c
ec_kmeth.c
ec_lib.c
ec_local.h
ec_mult.c
ec_oct.c
ec_pmeth.c Remove a TODO(3.0) from EVP_PKEY_derive_set_peer() 2021-03-17 09:56:33 +00:00
ec_print.c
ecdh_kdf.c
ecdh_ossl.c
ecdsa_ossl.c
ecdsa_sign.c
ecdsa_vrf.c
eck_prn.c
ecp_mont.c
ecp_nist.c
ecp_nistp224.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistp256.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistp521.c Use numbers definition of int128_t and uint128_t 2021-04-08 12:18:09 +01:00
ecp_nistputil.c
ecp_nistz256_table.c
ecp_nistz256.c
ecp_oct.c
ecp_s390x_nistp.c
ecp_smpl.c
ecx_backend.c Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02:00
ecx_backend.h
ecx_key.c Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02:00
ecx_meth.c Implement provider-side keymgmt_dup function 2021-04-15 09:19:39 +02:00
ecx_s390x.c