diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-18 13:57:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-18 13:57:49 +0000 |
commit | 6c512171a8449f14cc284e13aabc0153d9977c43 (patch) | |
tree | abb960215b47568d9dc6da67ab39fcf172b9219b /test/scripts | |
parent | 93655c46a6d1c1931c50fe6e17fd711578d4f07e (diff) |
Add client_condition to authenticators.
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/3450-plaintext-GnuTLS/3455 | 12 | ||||
-rw-r--r-- | test/scripts/3460-plaintext-OpenSSL/3465 | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/test/scripts/3450-plaintext-GnuTLS/3455 b/test/scripts/3450-plaintext-GnuTLS/3455 new file mode 100644 index 000000000..52a93b50d --- /dev/null +++ b/test/scripts/3450-plaintext-GnuTLS/3455 @@ -0,0 +1,12 @@ +# TLS (client: test for encrypted before authenticating) +exim -DSERVER=server -bd -oX PORT_D +**** +exim userz@test.ex +Message 1. +**** +exim -qf +**** +exim -qf -DHOSTS_AVOID_TLS=* +**** +killdaemon +no_msglog_check diff --git a/test/scripts/3460-plaintext-OpenSSL/3465 b/test/scripts/3460-plaintext-OpenSSL/3465 new file mode 100644 index 000000000..52a93b50d --- /dev/null +++ b/test/scripts/3460-plaintext-OpenSSL/3465 @@ -0,0 +1,12 @@ +# TLS (client: test for encrypted before authenticating) +exim -DSERVER=server -bd -oX PORT_D +**** +exim userz@test.ex +Message 1. +**** +exim -qf +**** +exim -qf -DHOSTS_AVOID_TLS=* +**** +killdaemon +no_msglog_check |