summaryrefslogtreecommitdiff
path: root/test/scripts/5650-OCSP-GnuTLS/5652
blob: 9130f65e6170765dcbb3d5e5ffda0338b5d29390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# OCSP stapling, server, multiple leaf certs
#
#
#
exim -z '1: Server sends good staple on request, to client requiring RSA auth'
****
#
exim -bd -oX PORT_D -DSERVER=server
****
exim -odf \
  -DOPT=NONE:+SIGN-RSA-SHA256:+VERS-TLS-ALL:+ECDHE-RSA:+DHE-RSA:+RSA:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
  -DCERT=DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem \
  rsa.auth@test.ex
Subject: test

.
****
killdaemon
#
#
#
#
exim -z '2: Server sends good staple on request, to client preferring ECDSA auth'
****
#
exim -bd -oX PORT_D -DSERVER=server
****
exim -odf \
  -DOPT=NONE:+SIGN-ECDSA-SHA512:+VERS-TLS-ALL:+KX-ALL:+CIPHER-ALL:+MAC-ALL:+COMP-NULL:+CURVE-ALL:+CTYPE-X509 \
  -DCERT=DIR/aux-fixed/exim-ca/example_ec.com/server1.example_ec.com/ca_chain.pem \
  ecdsa.auth@test.ex
Subject: test

.
****
killdaemon
no_msglog_check