Store peer signature type.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 25 Jan 2017 16:46:02 +0000 (16:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 30 Jan 2017 13:00:16 +0000 (13:00 +0000)
commit5554facbe7f1ef4945fc03ae0a447c2396a80ef7
tree63cab6f257cae6f4fffbbcc96c3ad0af45f50b9a
parentb2eb699874976d4ecc48b2180cba5d8301d844fa
Store peer signature type.

Store peer signature type in s->s3->tmp.peer_sigtype and check it
to see if the peer used PSS.

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/statem/statem_clnt.c
ssl/statem/statem_lib.c
ssl/t1_lib.c