Add a mechnism to save the name of fetched methods
authorRichard Levitte <levitte@openssl.org>
Wed, 10 Jul 2019 20:22:16 +0000 (22:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Jul 2019 04:34:09 +0000 (06:34 +0200)
commit6b9e37246d5fd8e701b825c71fa1a018916af33c
treefc451bc5eeab4d6b1eb569c31fd912e7f20d083a
parentda2addc515d547b0d724a4fc730c4345ed713221
Add a mechnism to save the name of fetched methods

This will be useful for information display, as well as for code that
want to check the name of an algorithm.  This can eventually replace
all NID checks.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9356)
crypto/evp/cmeth_lib.c
crypto/evp/digest.c
crypto/evp/evp_enc.c
crypto/evp/evp_fetch.c
crypto/evp/evp_lib.c
crypto/evp/evp_locl.h
crypto/evp/exchange.c
crypto/evp/keymgmt_meth.c
crypto/include/internal/evp_int.h