Add certificate properties table.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 28 Jun 2017 16:45:10 +0000 (17:45 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 13 Jul 2017 11:38:42 +0000 (12:38 +0100)
commitc04cd72827a8a1eccaf75062403c301dd16892be
treee5a5783efc30f259102acd6203095a74413f4de7
parent084f9a7046c9a4d352278e3639290316c8c30f38
Add certificate properties table.

Add certificate table giving properties of each certificate index:
specifically the NID associated with the index and the the auth mask
value for any cipher the certificate can be used with.

This will be used to generalise certificate handling instead of hard coding
algorithm specific cases.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3858)
ssl/ssl_cert.c
ssl/ssl_ciph.c
ssl/ssl_locl.h