diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-08 13:24:21 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-08 20:06:57 +0000 |
commit | aa2a70baf1a7ae2d6c579094a188c1d30d3d5fd5 (patch) | |
tree | d297637678bfb66b4ce95ad8b3e4ac6a8bdef4f8 /test/scripts/5450-certnames-OpenSSL | |
parent | a320fabd09f43c02c869c90a5a5a70a49dd77f89 (diff) |
Fix smtp transport certificate-verification option matching to use correct host
Fix certificate name verification done with tls_try_verify_hosts
Affected tls_verify_hosts, tls_try_verify_hosts, tls_verify_cert_hostnames.
Diffstat (limited to 'test/scripts/5450-certnames-OpenSSL')
-rw-r--r-- | test/scripts/5450-certnames-OpenSSL/5450 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/5450-certnames-OpenSSL/5450 b/test/scripts/5450-certnames-OpenSSL/5450 index 5359096b1..3b2221c9c 100644 --- a/test/scripts/5450-certnames-OpenSSL/5450 +++ b/test/scripts/5450-certnames-OpenSSL/5450 @@ -13,6 +13,10 @@ Testing exim users@test.ex Testing **** +# this will fail to verify the cert name but carry on (try-verify mode) +exim usert@test.ex +Testing +**** exim -qf **** killdaemon |