mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Adopt test to changed behavior
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2279)
This commit is contained in:
parent
80de0c5947
commit
0f82d2f584
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user