debian experimental exim-daemon-heavy config
[exim.git] / test / scripts / 2000-GnuTLS / 2024
1 # TLS server: empty/non-existent certificate file
2 gnutls
3 exim -DSERVER=server -bd -oX PORT_D
4 ****
5 #
6 #
7 # This one has a cert, but the server isn't expecting it.
8 # Earlier versions of GnuTLS would send it despite the server giving a list of acceptable ones, and the
9 # server would fail its verification. Now the client correctly doesn't send it; the mainlog reflects
10 # this, the custom munge patches output with old GnuTLS (I hope; not actually tested).
11 munge gnutls_bad_clientcert
12 client-gnutls HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
13 ??? 220
14 ehlo rhu1.barb
15 ??? 250-
16 ??? 250-
17 ??? 250-
18 ??? 250-
19 ??? 250-
20 ??? 250
21 starttls
22 ??? 220
23 nop
24 ????554
25 ****
26 killdaemon
27 #
28 # Here the server really doesn't have a cert
29 exim -DSERVER=server -DCERT=/non/exist -bd -oX PORT_D
30 ****
31 client-gnutls HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2
32 ??? 220
33 ehlo rhu2.barb
34 ??? 250-
35 ??? 250-
36 ??? 250-
37 ??? 250-
38 ??? 250-
39 ??? 250
40 starttls
41 ??? 454
42 ****
43 killdaemon