Process signature algorithms before deciding on certificate.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 17 Nov 2014 16:52:59 +0000 (16:52 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 19 Nov 2014 14:44:42 +0000 (14:44 +0000)
commit56e8dc542bd693b2dccea8828b3d8e5fc6932d0c
tree510358647858bd3eaf9cbcb0badcd5ad5e0f1ff7
parent9ef1d283fea54f297e35327fdfdfc62e758dd884
Process signature algorithms before deciding on certificate.

The supported signature algorithms extension needs to be processed before
the certificate to use is decided and before a cipher is selected (as the
set of shared signature algorithms supported may impact the choice).
Reviewed-by: Matt Caswell <matt@openssl.org>
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c
ssl/ssl_locl.h
ssl/t1_lib.c