OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -41,6 +41,7 @@ my $proxy = TLSProxy::Proxy->new(
|
||||
$proxy->cipherc('ADH-AES128-SHA:@SECLEVEL=0');
|
||||
$proxy->ciphers('ADH-AES128-SHA:@SECLEVEL=0');
|
||||
|
||||
$proxy->clientflags("-no_tls1_3");
|
||||
$proxy->start() or plan skip_all => "Unable to start up Proxy for tests";
|
||||
plan tests => 1;
|
||||
ok(TLSProxy::Message->fail, "ServerKeyExchange with 0 p");
|
||||
|
||||
Reference in New Issue
Block a user