summaryrefslogtreecommitdiff
path: root/test/scripts/5600-OCSP-OpenSSL
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-06 14:44:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-06 22:40:45 +0100
commit4466248715466b6f251454283642b74de65e9d9a (patch)
tree487f21c1e0aa2c02c8d6ce5a21aa83b1f258ddaa /test/scripts/5600-OCSP-OpenSSL
parent65867078f62db450bd8f91100600f6de559e7590 (diff)
OCSP observability: variables $tls_{in,out}_ocsp
and smtp transport option hosts_request_ocsp
Diffstat (limited to 'test/scripts/5600-OCSP-OpenSSL')
-rw-r--r--test/scripts/5600-OCSP-OpenSSL/560116
1 files changed, 12 insertions, 4 deletions
diff --git a/test/scripts/5600-OCSP-OpenSSL/5601 b/test/scripts/5600-OCSP-OpenSSL/5601
index b2983eb0d..cf0f68fc7 100644
--- a/test/scripts/5600-OCSP-OpenSSL/5601
+++ b/test/scripts/5600-OCSP-OpenSSL/5601
@@ -1,10 +1,10 @@
# OCSP stapling, client
#
#
-# Client works when we don't demand OCSP stapling
+# Client works when we request but don't require OCSP stapling and none comes
exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null
****
-exim nostaple@test.ex
+exim norequire@test.ex
test message.
****
sleep 1
@@ -13,10 +13,18 @@ killdaemon
#
#
#
-# Client accepts good stapled info
+# Client works when we don't request OCSP stapling
exim -bd -oX PORT_D -DSERVER=server \
-DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp
****
+exim nostaple@test.ex
+test message.
+****
+#
+#
+#
+#
+# Client accepts good stapled info
exim CALLER@test.ex
test message.
****
@@ -25,7 +33,7 @@ killdaemon
#
#
#
-# Client fails on lack of requested stapled info
+# Client fails on lack of required stapled info
exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null
****
exim CALLER@test.ex