diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-18 15:38:54 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-18 16:23:07 +0000 |
commit | dc9c8f8b52cbf2e8424f5e98f63d29aa7fb81fe7 (patch) | |
tree | a76e6042d7fb65130815dd36ddae949fcf7a0a97 /test/confs | |
parent | 242583694aff4f43c3dbf7581b1100a68b3e0c11 (diff) |
Testsuite: move CRL testcases away from using SHA1-signed certs
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2014 | 6 | ||||
-rw-r--r-- | test/confs/2114 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/confs/2014 b/test/confs/2014 index f9e2e6a22..a50a875cf 100644 --- a/test/confs/2014 +++ b/test/confs/2014 @@ -22,7 +22,7 @@ tls_privatekey = DIR/aux-fixed/cert1 tls_verify_hosts = HOSTIPV4 tls_try_verify_hosts = * -tls_verify_certificates = DIR/aux-fixed/cert2 +tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem tls_crl = CRL @@ -31,7 +31,7 @@ tls_crl = CRL begin acl check_recipient: - deny message = certificate not verified: peerdn=$tls_peerdn + deny message = certificate not verified: peerdn=$tls_in_peerdn ! verify = certificate accept @@ -53,7 +53,7 @@ begin transports local_delivery: driver = appendfile file = DIR/test-mail/$local_part - headers_add = TLS: cipher=$tls_cipher peerdn=$tls_peerdn + headers_add = TLS: cipher=$tls_cipher peerdn=$tls_in_peerdn user = CALLER # End diff --git a/test/confs/2114 b/test/confs/2114 index 398e2135d..557479dc9 100644 --- a/test/confs/2114 +++ b/test/confs/2114 @@ -22,7 +22,7 @@ tls_privatekey = DIR/aux-fixed/cert1 tls_verify_hosts = HOSTIPV4 tls_try_verify_hosts = * -tls_verify_certificates = DIR/aux-fixed/cert2 +tls_verify_certificates = DIR/aux-fixed/exim-ca/example.com/server1.example.com/ca_chain.pem tls_crl = CRL |