X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fscripts%2F5615-OCSP-OpenSSL-1.3%2F5615;h=05b0c157e8eddf6d29b2c75b7e3979c6f4d6f158;hb=b634f8eaf52aae84c311d7e306f38f3dc07ff1b0;hp=17d5f7a0e916258f9fea54a3e5b1f4876b8524e9;hpb=86ede124f0ce622b4f73e05504abc11fece021e3;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/scripts/5615-OCSP-OpenSSL-1.3/5615 b/test/scripts/5615-OCSP-OpenSSL-1.3/5615 index 17d5f7a0e..05b0c157e 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@test.ex +exim -odf -DOPT=rsa -DTRUSTED=TLS1.2 rsa.auth@test.ex 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@test.ex 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@test.ex #Subject: test