Add type_name member to provided methods and use it
authorTomas Mraz <tomas@openssl.org>
Fri, 16 Apr 2021 14:22:03 +0000 (16:22 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 26 Apr 2021 10:05:05 +0000 (12:05 +0200)
commit6c9bc258d2e9e7b500236a1c696da1f384f0b907
tree28928eb5dc1acc246c1b3309328aea2031056ce3
parentd21224f1adcd948699e536eaf570f42ef9a051f7
Add type_name member to provided methods and use it

Fixes #14701

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14898)
31 files changed:
crypto/core_algorithm.c
crypto/evp/asymcipher.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_lib.c
crypto/evp/evp_local.h
crypto/evp/evp_pkey.c
crypto/evp/evp_rand.c
crypto/evp/exchange.c
crypto/evp/kdf_lib.c
crypto/evp/kdf_meth.c
crypto/evp/kem.c
crypto/evp/keymgmt_lib.c
crypto/evp/keymgmt_meth.c
crypto/evp/mac_lib.c
crypto/evp/mac_meth.c
crypto/evp/p_lib.c
crypto/evp/pmeth_lib.c
crypto/evp/signature.c
doc/man3/EVP_ASYM_CIPHER_free.pod
doc/man3/EVP_KEM_free.pod
doc/man3/EVP_KEYEXCH_free.pod
doc/man3/EVP_KEYMGMT.pod
doc/man3/EVP_SIGNATURE_free.pod
doc/man7/openssl-core.h.pod
include/crypto/evp.h
include/internal/core.h
include/openssl/evp.h
test/evp_libctx_test.c
util/libcrypto.num