Use NIDs instead of the old TLSv1.2 sigalgs hash and sig ids
authorMatt Caswell <matt@openssl.org>
Wed, 14 Dec 2016 16:37:48 +0000 (16:37 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Jan 2017 23:02:50 +0000 (23:02 +0000)
commit536199ece0469e6ee2d6d0c0d19c01adeae4c6fb
tree4253c9d5a1dfb359d68d769d29be5ef44e4dacda
parent2ec6cb33856e56a3e7d15c019f17e08a8bb33093
Use NIDs instead of the old TLSv1.2 sigalgs hash and sig ids

We had an extra layer of indirection in looking up hashes and sigs based
on sigalgs which is now no longer necessary. This removes it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2157)
ssl/ssl_locl.h
ssl/statem/statem_lib.c
ssl/statem/statem_srvr.c
ssl/t1_lib.c