diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-04-20 16:44:52 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-04-20 17:04:08 +0100 |
commit | 35aba663e3f1eab672a8b2082a83194bf3b7a058 (patch) | |
tree | 67e3f8907bc058f721b7ec5956fce57714776b58 /test | |
parent | 5a66c31b0ec1f4128df4398e18dfe497c2a34de7 (diff) |
Fix handling of $tls_cipher et.al. in (non-verify) transport. Bug 1455
The split of these variables into _in and _out sets introduced by d9b231
in 4.82 was incomplete, leaving the deprecated legacy variables nonfunctional
during a transport and associated client authenticator.
Fix by repointing the legacy set to the outbound connection set at
transport startup (and do not clear out the inbound set at this
time, either).
Diffstat (limited to 'test')
-rw-r--r-- | test/confs/3465 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/3465 b/test/confs/3465 index 161fff526..83592a678 100644 --- a/test/confs/3465 +++ b/test/confs/3465 @@ -70,5 +70,9 @@ t1: hosts_require_auth = * allow_localhost + # These can be made visible by adding "-d-all+deliver+transport+tls" to the script 1st queuerun + headers_add = X-tls-cipher: <$tls_cipher> + headers_add = X-tls-out-cipher: <$tls_out_cipher> + # End |