]> git.ipfire.org Git - thirdparty/openssl.git/commit - crypto/dh/dh_ameth.c
Implement EVP_PKEY_dup() function
authorTomas Mraz <tomas@openssl.org>
Fri, 19 Mar 2021 17:45:43 +0000 (18:45 +0100)
committerPauli <pauli@openssl.org>
Sun, 28 Mar 2021 06:38:57 +0000 (16:38 +1000)
commit2145ba5e8383184d7f212500ec2f759bdf08503a
treea862106cc508e75f170b3105e3b5919fb38219d3
parentc464583483df70ad8df9907168bf015d672742bd
Implement EVP_PKEY_dup() function

Fixes #14501

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14624)
21 files changed:
crypto/dh/dh_ameth.c
crypto/dsa/dsa_ameth.c
crypto/ec/ec_ameth.c
crypto/ec/ecx_meth.c
crypto/evp/p_lib.c
crypto/ffc/ffc_params.c
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_asn1.c
crypto/x509/x509_att.c
doc/man3/EVP_PKEY_new.pod
doc/man3/X509_dup.pod
include/crypto/asn1.h
include/crypto/x509.h
include/openssl/evp.h
include/openssl/rsa.h
test/ecdsatest.c
test/evp_extra_test.c
test/evp_libctx_test.c
test/evp_pkey_provided_test.c
test/keymgmt_internal_test.c
util/libcrypto.num