From ac35befe29020ebd38c62a7dd48f7977a0856048 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 29 Dec 2018 18:41:48 +0000 Subject: OpenSSSL: support write-with-more-intent in client (cherry picked from commit f6a1bb920eebdba0d4a6c295c4d054307b49b2b1) --- test/confs/4060 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/confs/4060 b/test/confs/4060 index dcc0ec2e7..30d65a146 100644 --- a/test/confs/4060 +++ b/test/confs/4060 @@ -26,6 +26,8 @@ tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} # Avoid ECDHE key-exchange so that we can wireshark-decode (not TLS1.3) .ifdef _HAVE_GNUTLS tls_require_ciphers = NORMAL:-KX-ALL:+RSA +.else +tls_require_ciphers = DEFAULT:!kECDHE .endif pipelining_connect_advertise_hosts = * -- cgit v1.2.3