Stop server from expecting Certificate message when not requested
authorMatt Caswell <matt@openssl.org>
Tue, 22 Nov 2016 16:54:28 +0000 (16:54 +0000)
committerMatt Caswell <matt@openssl.org>
Mon, 23 Jan 2017 14:04:44 +0000 (14:04 +0000)
commit23573051a57ec68fe53f7fd0c3aa75ac6033c496
tree05d822835f5ea35acb7b094fdfdb0686bf670169
parent10305baf26f1a43348e855266ed1f21840ec3d7d
Stop server from expecting Certificate message when not requested

In a non client-auth renegotiation where the original handshake *was*
client auth, then the server will expect the client to send a Certificate
message anyway resulting in a connection failure.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1982)
ssl/statem/statem.c