Create internal number<->name mapping API
authorRichard Levitte <levitte@openssl.org>
Sat, 4 May 2019 10:55:32 +0000 (12:55 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 12 May 2019 20:43:38 +0000 (13:43 -0700)
commitf2182a4e6fef098014117eb4a4f35ca84cd2cf8e
tree9559cb125e86e497fe3baa042f9741d2fc1ca789
parentffa9bff8a2024bc8e6322be2cbff7d17fb8d828d
Create internal number<->name mapping API

This can be used as a general name to identity map.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8878)
crypto/build.info
crypto/core_namemap.c [new file with mode: 0644]
doc/internal/man3/ossl_namemap_new.pod [new file with mode: 0644]
include/internal/cryptlib.h
include/internal/namemap.h [new file with mode: 0644]