summaryrefslogtreecommitdiff
path: root/test/confs/2002
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-13 23:50:13 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-13 23:50:13 +0100
commit25ba25448b55c2fd5ea9b1aeed82e02d59816a07 (patch)
treeb0c452f6c205f5788f02cddbc2fc947014701e52 /test/confs/2002
parent812a604525eef4993d6ed165d455c8309ae72c36 (diff)
Extractors for certificate time fields support integer output modifier
Diffstat (limited to 'test/confs/2002')
-rw-r--r--test/confs/20021
1 files changed, 1 insertions, 0 deletions
diff --git a/test/confs/2002 b/test/confs/2002
index dc958ec38..9f664e8f7 100644
--- a/test/confs/2002
+++ b/test/confs/2002
@@ -53,6 +53,7 @@ check_recipient:
logwrite = IN <${certextract {issuer} {$tls_in_peercert}}>
logwrite = IN/O <${certextract {issuer,O} {$tls_in_peercert}}>
logwrite = NB <${certextract {notbefore} {$tls_in_peercert}}>
+ logwrite = NB/i <${certextract {notbefore,int}{$tls_in_peercert}}>
logwrite = NA <${certextract {notafter} {$tls_in_peercert}}>
logwrite = SA <${certextract {sig_algorithm}{$tls_in_peercert}}>
logwrite = SG <${certextract {signature} {$tls_in_peercert}}>