Make the generic EVP fetching mechanism use the namenum map
authorRichard Levitte <levitte@openssl.org>
Sat, 4 May 2019 10:56:32 +0000 (12:56 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 12 May 2019 20:43:38 +0000 (13:43 -0700)
commitbaff732dc654f8aab37953f6036399989c765604
tree5f1833e24b0ac9d668e12066c1f1f4a1ba14c697
parentf2182a4e6fef098014117eb4a4f35ca84cd2cf8e
Make the generic EVP fetching mechanism use the namenum map

This avoids using the ASN1_OBJECT database, which is bloated for the
purpose of a simple number <-> name database.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8878)
crypto/evp/evp_fetch.c