diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-11 20:21:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-11 20:30:18 +0100 |
commit | 0851a3bbf4667081d47f5d85b6b3a5cb33cbdba6 (patch) | |
tree | f8a8a5143786cc65ce5e9d15f0b6f0c2147b5dc4 /test/scripts | |
parent | 32bcb602b77fbf4a7a746f448663688694677adc (diff) |
TLS: use RFC 6125 rules for certifucate name checks when CNAMES are present. Bug 2594
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/2000-GnuTLS/2012 | 9 | ||||
-rw-r--r-- | test/scripts/2100-OpenSSL/2112 | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/test/scripts/2000-GnuTLS/2012 b/test/scripts/2000-GnuTLS/2012 index 76a6d50ea..0eba75147 100644 --- a/test/scripts/2000-GnuTLS/2012 +++ b/test/scripts/2000-GnuTLS/2012 @@ -6,19 +6,18 @@ exim userx@test.ex Testing **** exim usery@test.ex -Testing **** exim userz@test.ex -Testing **** exim userq@test.ex -Testing **** exim userr@test.ex -Testing **** exim users@test.ex -Testing +**** +exim usert@test.ex +**** +exim useru@test.ex **** exim -qf **** diff --git a/test/scripts/2100-OpenSSL/2112 b/test/scripts/2100-OpenSSL/2112 index 8dfb1dc06..e2cc9e073 100644 --- a/test/scripts/2100-OpenSSL/2112 +++ b/test/scripts/2100-OpenSSL/2112 @@ -13,35 +13,37 @@ Testing exim -z 'this will fail to verify the cert at HOSTIPV4 so fail the crypt, then retry on 127.1; ok' **** exim usery@test.ex -Testing **** # # exim -z 'this will fail to verify the cert but continue unverified though crypted' **** exim userz@test.ex -Testing **** # # exim -z 'this will fail to verify the cert at HOSTIPV4 and fallback to unencrypted' **** exim userq@test.ex -Testing **** # # exim -z 'this will fail to verify the cert name and fallback to unencrypted' **** exim userr@test.ex -Testing **** # # exim -z 'this will pass the cert verify including name check' **** exim user_s@test.ex -Testing +**** +# +# +exim usert@test.ex +**** +# +exim useru@test.ex **** # # |