summaryrefslogtreecommitdiff
path: root/test/confs/5720
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2021-07-11 12:21:54 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2021-07-11 12:21:54 +0100
commite8e7fafabffe61077794a2f1e5febd7b96b01116 (patch)
tree926164fda1e0c15e5eeff95a801f326fcb8994fe /test/confs/5720
parentfbe8578a39505c146223ffcf2c63a5ba8bb0d9a4 (diff)
GnuTLS: Fix certextract expansion
Diffstat (limited to 'test/confs/5720')
-rw-r--r--test/confs/57203
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/5720 b/test/confs/5720
index 2c0e327ce..281fb8f50 100644
--- a/test/confs/5720
+++ b/test/confs/5720
@@ -63,6 +63,9 @@ ev_msg:
logwrite = ${certextract {subj_altname,>;}{$tls_out_peercert}{SAN <$value>}{(no SAN)}}
logwrite = ${certextract {ocsp_uri} {$tls_out_peercert} {OCU <$value>}{(no OCU)}}
logwrite = ${certextract {crl_uri} {$tls_out_peercert} {CRU <$value>}{(no CRU)}}
+ # output list separator changes
+ logwrite = ${certextract {subj_altname,>:,dns} {$tls_out_peercert}{SAN <$value>}{(no SAN)}}
+ logwrite = ${certextract {subj_altname,dns,>:} {$tls_out_peercert}{SAN <$value>}{(no SAN)}}
logger:
accept condition = ${if eq {msg} {${listextract{1}{$event_name}}}}