[exim-cvs] Testsuite: fix OCSP/OpenSSL/1.3 testcase

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Exim Git Commits Mailing List
Datum:  
To: exim-cvs
Betreff: [exim-cvs] Testsuite: fix OCSP/OpenSSL/1.3 testcase
Gitweb: https://git.exim.org/exim.git/commitdiff/3217cda301efe6fc84ed6a7f1c605f3daf05dbe4
Commit:     3217cda301efe6fc84ed6a7f1c605f3daf05dbe4
Parent:     6ede5516b1b75fcbdea965a07240c3d4d02e081a
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jun 5 21:30:38 2021 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jun 5 21:30:38 2021 +0100


    Testsuite: fix OCSP/OpenSSL/1.3 testcase
---
 test/scripts/5615-OCSP-OpenSSL-1.3/5615 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


diff --git a/test/scripts/5615-OCSP-OpenSSL-1.3/5615 b/test/scripts/5615-OCSP-OpenSSL-1.3/5615
index 17d5f7a..05b0c15 100644
--- a/test/scripts/5615-OCSP-OpenSSL-1.3/5615
+++ b/test/scripts/5615-OCSP-OpenSSL-1.3/5615
@@ -6,10 +6,10 @@
exim -z '1: TLS1.2 Server sends good leaf-staple on request, to client requiring RSA auth'
****
#
-exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.2
+exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.2
****
#
-exim -odf -DOPT=rsa -DLIMIT=TLS1.2 rsa.auth@???
+exim -odf -DOPT=rsa -DTRUSTED=TLS1.2 rsa.auth@???
Subject: test

.
@@ -24,7 +24,7 @@ exim -z '2: TLS1.3 Server sends good 3-element staple on request, to client requ
# Contrast with with GnuTLS which can do either that or have 3 proof files
# each with one status.
#
-exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.3
+exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.3
****
exim -odf -DOPT=rsa rsa.auth@???
Subject: test
@@ -38,7 +38,7 @@ killdaemon
#exim -z '3: TLS1.3 Server sends bad nonleaf staple, client detects it'
#****
##
-#EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.3 -DCONTROL=bad
+#EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.3 -DCONTROL=bad
#****
#exim -odf -DOPT=rsa rsa.auth@???
#Subject: test