diff options
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/5440-certnames-GnuTLS/5440 | 4 | ||||
-rw-r--r-- | test/scripts/5450-certnames-OpenSSL/5450 | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/test/scripts/5440-certnames-GnuTLS/5440 b/test/scripts/5440-certnames-GnuTLS/5440 index fea9551c0..2a61eb1d0 100644 --- a/test/scripts/5440-certnames-GnuTLS/5440 +++ b/test/scripts/5440-certnames-GnuTLS/5440 @@ -1,10 +1,12 @@ -# TLS client: verify certificate from server - fails +# TLS client: verify certificate from server - name-fails gnutls exim -DSERVER=server -bd -oX PORT_D **** +# 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 **** 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 **** |