summaryrefslogtreecommitdiff
path: root/test/scripts/5650-OCSP-GnuTLS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-09-29 14:16:36 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-09-29 14:58:02 +0100
commit5b2fd993eadb7b476e5ef14028c7db09fda6c3ae (patch)
tree20a5788a0b121ef8118a01740c2eac7261d8c170 /test/scripts/5650-OCSP-GnuTLS
parentd896cef5f6f3ff1b7509fd832a4ee66403a7c57f (diff)
OpenSSL: support OCSP stapling on multi-cert servers
Diffstat (limited to 'test/scripts/5650-OCSP-GnuTLS')
-rw-r--r--test/scripts/5650-OCSP-GnuTLS/565212
1 files changed, 3 insertions, 9 deletions
diff --git a/test/scripts/5650-OCSP-GnuTLS/5652 b/test/scripts/5650-OCSP-GnuTLS/5652
index 9130f65e6..07fda294c 100644
--- a/test/scripts/5650-OCSP-GnuTLS/5652
+++ b/test/scripts/5650-OCSP-GnuTLS/5652
@@ -1,4 +1,4 @@
-# OCSP stapling, server, multiple leaf certs
+# OCSP stapling, server, multiple leaf-certs
#
#
#
@@ -7,10 +7,7 @@ exim -z '1: Server sends good staple on request, to client requiring RSA auth'
#
exim -bd -oX PORT_D -DSERVER=server
****
-exim -odf \
- -DOPT=NONE:+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
- -DCERT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem \
- rsa.auth@test.ex
+exim -odf -DSELECTOR=auth_rsa rsa.auth@test.ex
Subject: test
.
@@ -25,10 +22,7 @@ exim -z '2: Server sends good staple on request, to client preferring ECDSA auth
#
exim -bd -oX PORT_D -DSERVER=server
****
-exim -odf \
- -DOPT=NONE:+SIGN-ECDSA-SHA512:+VERS-TLS-ALL:+KX-ALL:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
- -DCERT=DIR/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/ca_chain.pem \
- ecdsa.auth@test.ex
+exim -odf -DSELECTOR=auth_ecdsa ecdsa.auth@test.ex
Subject: test
.