Revert "Abort on unrecognised warning alerts"
authorMatt Caswell <matt@openssl.org>
Thu, 15 Sep 2016 19:53:09 +0000 (20:53 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 15 Sep 2016 21:53:27 +0000 (22:53 +0100)
commit502fcc67cccda4d997fc121eae4f2789f50adae6
tree83c1ac14362b82df760f2ab833f2a6969cb63424
parent15c088e4cf8411ffcb2f3187942aea178cc0919c
Revert "Abort on unrecognised warning alerts"

This reverts commit 15d81749322c3498027105f8ee44e8c25479d475.

There were some unexpected side effects to this commit, e.g. in SSLv3 a
warning alert gets sent "no_certificate" if a client does not send a
Certificate during Client Auth. With the above commit this causes the
connection to abort, which is incorrect. There may be some other edge cases
like this so we need to have a rethink on this.

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/s3_pkt.c