1 # OCSP stapling, server, multiple chain-element OCSP
6 exim -z '1: TLS1.2 Server sends good leaf-staple on request, to client requiring RSA auth'
9 exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.2
12 exim -odf -DOPT=rsa -DTRUSTED=TLS1.2 rsa.auth@test.ex
20 exim -z '2: TLS1.3 Server sends good 3-element staple on request, to client requiring RSA auth'
23 # Works when the (single) proof file has an ocsp-response with 3 statusses.
24 # Contrast with with GnuTLS which can do either that or have 3 proof files
25 # each with one status.
27 exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.3
29 exim -odf -DOPT=rsa rsa.auth@test.ex
38 #exim -z '3: TLS1.3 Server sends bad nonleaf staple, client detects it'
41 #EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server -DTRUSTED=TLS1.3 -DCONTROL=bad
43 #exim -odf -DOPT=rsa rsa.auth@test.ex