X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6b3d0ff488b18ebe6b54b70026431ff8e14ba6db..673fcb1022126588ab5dc3ab2dcfae30a8e78d4d:/test/scripts/5670-OCSP-GnuTLS-1.3/5670 diff --git a/test/scripts/5670-OCSP-GnuTLS-1.3/5670 b/test/scripts/5670-OCSP-GnuTLS-1.3/5670 index 1df75fbf9..1ff6d8161 100644 --- a/test/scripts/5670-OCSP-GnuTLS-1.3/5670 +++ b/test/scripts/5670-OCSP-GnuTLS-1.3/5670 @@ -14,10 +14,10 @@ system 'cat server1.example.com/server1.example.com.ocsp.signernocert.good.resp. exim -z '1: TLS1.2 Server sends good leaf-staple on request, to client requiring RSA auth' **** # -sudo exim -bd -oX PORT_D -DSERVER=server -DLIMIT=TLS1.2 +sudo 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 . @@ -29,7 +29,7 @@ exim -z '2: TLS1.3 Server sends good 3-element staple on request, to client requ **** # # Prefix with sudo to get SSLKEYLOGFILE to work. Only works on the server. -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 @@ -43,7 +43,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