diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-29 18:41:48 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-29 20:58:57 +0000 |
commit | f6a1bb920eebdba0d4a6c295c4d054307b49b2b1 (patch) | |
tree | 2c0a4b20af08b5506d40076888511ce4a4395dd0 /test | |
parent | 2cf48743cc4bf8b99b4db880fa06a4768222d257 (diff) |
OpenSSSL: support write-with-more-intent in client
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/4060 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/confs/4060 b/test/confs/4060 index 935d49fe1..a87c3d6b2 100644 --- a/test/confs/4060 +++ b/test/confs/4060 @@ -25,6 +25,8 @@ tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} # Avoid ECDHE key-exchange so that we can wireshark-decode .ifdef _HAVE_GNUTLS tls_require_ciphers = NORMAL:-KX-ALL:+RSA +.else +tls_require_ciphers = DEFAULT:!kECDHE .endif pipelining_connect_advertise_hosts = * |