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)
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)


No differences found