]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add selection support to the provider keymgmt_dup function
authorTomas Mraz <tomas@openssl.org>
Thu, 8 Apr 2021 16:25:26 +0000 (18:25 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Apr 2021 07:19:39 +0000 (09:19 +0200)
commitb4f447c038c05260491eb880e4a9c420b476c119
tree1f77cb414be14032b47264c1c98356c9398b4516
parent4a9fe33c8e12f4fefae0471c0834f8e674dc7e4e
Add selection support to the provider keymgmt_dup function

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14793)
25 files changed:
crypto/dh/dh_ameth.c
crypto/dh/dh_backend.c
crypto/dsa/dsa_ameth.c
crypto/dsa/dsa_backend.c
crypto/ec/ec_backend.c
crypto/ec/ec_key.c
crypto/ec/ecx_backend.c
crypto/ec/ecx_meth.c
crypto/evp/keymgmt_lib.c
crypto/evp/keymgmt_meth.c
crypto/rsa/rsa_ameth.c
crypto/rsa/rsa_backend.c
doc/man7/provider-keymgmt.pod
include/crypto/dh.h
include/crypto/dsa.h
include/crypto/ec.h
include/crypto/ecx.h
include/crypto/evp.h
include/crypto/rsa.h
include/openssl/core_dispatch.h
providers/implementations/keymgmt/dh_kmgmt.c
providers/implementations/keymgmt/dsa_kmgmt.c
providers/implementations/keymgmt/ec_kmgmt.c
providers/implementations/keymgmt/ecx_kmgmt.c
providers/implementations/keymgmt/rsa_kmgmt.c