summaryrefslogtreecommitdiff
path: root/test/confs/2114
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-02-14 18:48:47 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2015-02-14 19:48:14 +0000
commitf69979cfecf29a4910b5750cad41d21a5418c6c7 (patch)
tree7698c5e78d80ec6d5a1497b67176095560e67304 /test/confs/2114
parent6a91042821c706b631961bf510c6b209b9a650fb (diff)
OpenSSL: Capture peercert/dn in mainline not verify-callback. Bug 1571
Diffstat (limited to 'test/confs/2114')
-rw-r--r--test/confs/21144
1 files changed, 2 insertions, 2 deletions
diff --git a/test/confs/2114 b/test/confs/2114
index d652c0633..a2b1c526f 100644
--- a/test/confs/2114
+++ b/test/confs/2114
@@ -35,7 +35,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
@@ -57,7 +57,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