diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-06 21:22:18 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-11-06 21:22:18 +0000 |
commit | a320fabd09f43c02c869c90a5a5a70a49dd77f89 (patch) | |
tree | 341ccb129d815e0c2daa6c0b8531fc0d4756eb7d /test/scripts/5450-certnames-OpenSSL | |
parent | 09c17790eec23907b93df1ec7cee746b28dfc836 (diff) |
EXPERIMENTAL_CERTNAMES: Hostlist for cert name checks should match host
connected-to, not be list of acceptable names. The name checked is the
host name.
Diffstat (limited to 'test/scripts/5450-certnames-OpenSSL')
-rw-r--r-- | test/scripts/5450-certnames-OpenSSL/5450 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/test/scripts/5450-certnames-OpenSSL/5450 b/test/scripts/5450-certnames-OpenSSL/5450 index c94d1a5b2..5359096b1 100644 --- a/test/scripts/5450-certnames-OpenSSL/5450 +++ b/test/scripts/5450-certnames-OpenSSL/5450 @@ -1,12 +1,15 @@ -# TLS client: verify certificate from server - fails +# TLS client: verify certificate from server - name-fails exim -DSERVER=server -bd -oX PORT_D **** +# this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted exim userq@test.ex Testing **** +# this will fail to verify the cert name and fallback to unencrypted exim userr@test.ex Testing **** +# this will pass the cert verify including name check exim users@test.ex Testing **** |