Commit | Line | Data |
---|---|---|
59c0959a JH |
1 | ### TLSA (3 1 1) (DANE-EE SPKI SHA2-256) |
2 | ### TLSA (3 1 2) ( SHA2-512) | |
cfe93a95 | 3 | ### Recipient callout |
bf7aabb4 JH |
4 | |
5 | **** SMTP testing session as if from host 127.0.0.1 | |
6 | **** but without any ident (RFC 1413) callback. | |
7 | **** This is not for real! | |
8 | ||
9 | 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r | |
10 | 250 OK\r | |
11 | 250 Accepted\r | |
12 | 421 myhost.test.ex lost input connection\r | |
59c0959a | 13 | ### TLSA (2 0 1) (DANE-TA CERT SHA2-256) |
854586e1 | 14 | ### TLSA (2 1 1) |
cfe93a95 HSHR |
15 | ### A server with a nonverifying cert and no TLSA |
16 | ### A server with a verifying cert and no TLSA | |
899b8bbc | 17 | ### A server with two MXs for which both TLSA lookups return defer (delivery should defer) |
b7e4352c | 18 | ### A server lacking a TLSA, dane required (should fail) |
899b8bbc JH |
19 | ### A server lacking a TLSA, dane requested only (should deliver, non-DANE, as the NXDOMAIN is not DNSSEC) |
20 | ### A server where the A is dnssec and the TLSA lookup _fails_ (delivery should defer) | |
21 | ### A server securely saying "no TLSA records here", dane required (delivery should fail) | |
22 | ### A server securely saying "no TLSA records here", dane requested only (should deliver) | |
feb5343a JH |
23 | Message 10HmbJ-0005vi-00 has been removed |
24 | Message 10HmbM-0005vi-00 has been removed | |
899b8bbc JH |
25 | ### A server securely serving a wrong TLSA record, dane requested only (delivery should fail) |
26 | ### A server insecurely serving a good TLSA record, dane requested only (should deliver, non-DANE) | |
27 | ### A server insecurely serving a good TLSA record, dane required (delivery should fail) | |
28 | ### A server insecurely serving a good A record, dane requested only (should deliver, non-DANE) | |
29 | ### A server insecurely serving a good A record, dane required (delivery should fail) | |
28646fa9 JH |
30 | ### A server with a name not matching the cert. TA-mode; should fail |
31 | ### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode | |
59c0959a | 32 | ### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane) |
cfe93a95 HSHR |
33 | |
34 | ******** SERVER ******** | |
59c0959a JH |
35 | ### TLSA (3 1 1) (DANE-EE SPKI SHA2-256) |
36 | ### TLSA (3 1 2) ( SHA2-512) | |
cfe93a95 | 37 | ### Recipient callout |
59c0959a | 38 | ### TLSA (2 0 1) (DANE-TA CERT SHA2-256) |
854586e1 | 39 | ### TLSA (2 1 1) |
cfe93a95 HSHR |
40 | ### A server with a nonverifying cert and no TLSA |
41 | ### A server with a verifying cert and no TLSA | |
899b8bbc | 42 | ### A server with two MXs for which both TLSA lookups return defer (delivery should defer) |
b7e4352c | 43 | ### A server lacking a TLSA, dane required (should fail) |
899b8bbc JH |
44 | ### A server lacking a TLSA, dane requested only (should deliver, non-DANE, as the NXDOMAIN is not DNSSEC) |
45 | ### A server where the A is dnssec and the TLSA lookup _fails_ (delivery should defer) | |
46 | ### A server securely saying "no TLSA records here", dane required (delivery should fail) | |
47 | ### A server securely saying "no TLSA records here", dane requested only (should deliver) | |
48 | ### A server securely serving a wrong TLSA record, dane requested only (delivery should fail) | |
49 | ### A server insecurely serving a good TLSA record, dane requested only (should deliver, non-DANE) | |
50 | ### A server insecurely serving a good TLSA record, dane required (delivery should fail) | |
51 | ### A server insecurely serving a good A record, dane requested only (should deliver, non-DANE) | |
52 | ### A server insecurely serving a good A record, dane required (delivery should fail) | |
28646fa9 JH |
53 | ### A server with a name not matching the cert. TA-mode; should fail |
54 | ### A server with a name not matching the cert. EE-mode; should deliver and claim DANE mode | |
59c0959a | 55 | ### A server securely serving a wrong TLSA record, dane not requested (delivery should work non-dane) |