1 # OCSP stapling, client
4 # Client works when we don't demand OCSP stapling
5 exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null
16 # Client accepts good stapled info
17 exim -bd -oX PORT_D -DSERVER=server \
18 -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.good.resp
28 # Client fails on lack of requested stapled info
29 exim -bd -oX PORT_D -DSERVER=server -DOCSP=/dev/null
40 # Client fails on revoked stapled info
41 EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \
42 -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.revoked.resp
53 # Client fails on expired stapled info
54 EXIM_TESTHARNESS_DISABLE_OCSPVALIDITYCHECK=y exim -bd -oX PORT_D -DSERVER=server \
55 -DOCSP=DIR/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.ocsp.dated.resp