From: Benjamin Kaduk Date: Thu, 9 Feb 2017 23:21:42 +0000 (-0600) Subject: Adopt test to changed behavior X-Git-Tag: OpenSSL_1_1_1-pre1~2288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0f82d2f5841fd1c0883f1570632f74c33ce2034c;p=oweals%2Fopenssl.git Adopt test to changed behavior Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2279) --- diff --git a/test/recipes/70-test_sslrecords.t b/test/recipes/70-test_sslrecords.t index f699058825..2ffa2cdae9 100644 --- a/test/recipes/70-test_sslrecords.t +++ b/test/recipes/70-test_sslrecords.t @@ -97,7 +97,7 @@ $sslv2testtype = SSLV2_IN_SSLV2; $proxy->clear(); $proxy->serverflags("-tls1_2"); $proxy->start(); -ok(!TLSProxy::Message->end(), "SSLv2 in SSLv2 ClientHello test"); +ok(TLSProxy::Message->fail(), "SSLv2 in SSLv2 ClientHello test"); #Test 7: Sanity check ClientHello fragmentation. This isn't really an SSLv2 test # at all, but it gives us confidence that Test 8 fails for the right