Send a protocol version alert
authorMatt Caswell <matt@openssl.org>
Thu, 1 Jun 2017 09:31:56 +0000 (10:31 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 1 Jun 2017 12:33:54 +0000 (13:33 +0100)
commit44191de234b061145a6ed14221927ec0c9c7b7bf
tree36be7141b620da0b751692249abb0767e8993d9b
parentfde111ba045f7c00e2fe673bf5bf161a64c2cb60
Send a protocol version alert

If we fail to negotiate a version then we should send a protocol version
alert.

Fixes #3595

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3598)
ssl/s23_clnt.c