Replace TLS_SIGALGS with SIGALG_LOOKUP
authorDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jan 2017 15:24:35 +0000 (15:24 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 13:00:17 +0000 (13:00 +0000)
commit4d43ee28d4a2a575616b9fc54c0a04e8243bf86f
tree2077952c99c67505dd53992c240830394dec6121
parent8a43a42a02947fbff84378a9110a03f3eefeb48f
Replace TLS_SIGALGS with SIGALG_LOOKUP

Since every supported signature algorithm is now an entry in the
SIGALG_LOOKUP table we can replace shared signature algortihms with
pointers to constant table entries.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2301)
ssl/ssl_locl.h
ssl/t1_lib.c