]> git.ipfire.org Git - thirdparty/openssl.git/commit
Handle the server refusing to reneg in a reneg_setup
authorTodd Short <tshort@akamai.com>
Fri, 12 May 2017 13:02:41 +0000 (09:02 -0400)
committerMatt Caswell <matt@openssl.org>
Tue, 6 Jun 2017 21:39:41 +0000 (22:39 +0100)
commit84344efa7a992bfe3232a0b1dbd34b13b94f841c
treee48df676d5ca4d7b88e9aba36da81dd24079faba
parent367c55279016527515b237aeaae71bddb82ed316
Handle the server refusing to reneg in a reneg_setup

During setup of a reneg test the server can refuse to start reneg.
If that happens we should let the client continue and then fail.

Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3432)
test/handshake_helper.c