diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-12-29 18:41:48 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-10 23:22:50 +0000 |
commit | ac35befe29020ebd38c62a7dd48f7977a0856048 (patch) | |
tree | f1756e405d74ec9ff2e3a63cc1dd5a3ecf95bbaa /test/confs/4060 | |
parent | d7978c0f8af20ff4c3f770589b1bb81568aecff3 (diff) |
OpenSSSL: support write-with-more-intent in client
(cherry picked from commit f6a1bb920eebdba0d4a6c295c4d054307b49b2b1)
Diffstat (limited to 'test/confs/4060')
-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 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 = * |