Use shared signature algorithm list to find type.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 26 Jan 2017 00:15:54 +0000 (00:15 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 13:00:16 +0000 (13:00 +0000)
commit018031faa82a4f1d9ab1d0a048b56ba1f0163ae9
tree32147447e5c9c193bb62f3ca531cc002da3d04b7
parent42ef7aead2b310a183e53a4d336a6706395b5c17
Use shared signature algorithm list to find type.

Lookup the signature type in the shared list: we can use this to
use PSS if the peer supports it for TLS 1.2.

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