Commit 672f3337 authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix SSLv3 alert if no Client Ceritifcate sent after a request for one



In TLS if the server sends a CertificateRequest and the client does not
provide one, if the server cannot continue it should send a
HandshakeFailure alert. In SSLv3 the same should happen, but instead we
were sending an UnexpectedMessage alert. This is incorrect - the message
isn't unexpected - it is valid for the client not to send one - its just
that we cannot continue without one.

Reviewed-by: default avatarEmilia Käsper <emilia@openssl.org>
parent 10e6d235
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment