Testsuite: avoid picking 0.0.0.0 as the HOSTIPV4; permit 10.0/8 apart from 10.250...
[exim.git] / test / scripts / 5650-OCSP-GnuTLS / 5652
CommitLineData
47195144
JH
1# OCSP stapling, server, multiple certs
2#
3#
4#
5exim -z '1: Server sends good staple on request, to client requiring RSA auth'
6****
7#
8exim -bd -oX PORT_D -DSERVER=server
9****
10exim -odf \
11 -DOPT=NONE:+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
12 -DCERT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem \
13 rsa.auth@test.ex
14Subject: test
15
16.
17****
18killdaemon
19#
20#
21#
22#
23exim -z '2: Server sends good staple on request, to client preferring ECDSA auth'
24****
25#
26exim -bd -oX PORT_D -DSERVER=server
27****
28exim -odf \
29 -DOPT=NONE:+SIGN-ECDSA-SHA512:+VERS-TLS-ALL:+KX-ALL:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
30 -DCERT=DIR/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/ca_chain.pem \
31 ecdsa.auth@test.ex
32Subject: test
33
34.
35****
36killdaemon
37no_msglog_check