Remove keymgmt_copy function from the provider API
authorTomas Mraz <tomas@openssl.org>
Thu, 8 Apr 2021 17:02:44 +0000 (19:02 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 15 Apr 2021 07:19:39 +0000 (09:19 +0200)
commit85fcc3fb777c527a614e58c23609210a9edf893b
treea65bb21725443e5c2180de6a5a85d69085233ee5
parentb4f447c038c05260491eb880e4a9c420b476c119
Remove keymgmt_copy function from the provider API

It is superceded by the keymgmt_dup.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14793)
crypto/evp/evp_local.h
crypto/evp/keymgmt_lib.c
crypto/evp/keymgmt_meth.c
crypto/evp/p_lib.c
doc/man7/provider-keymgmt.pod
include/crypto/evp.h
include/openssl/core_dispatch.h
test/tls-provider.c