summaryrefslogtreecommitdiff
path: root/test/confs/2002
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-10 15:37:52 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-11 21:26:28 +0100
commit9ef9101c7dc24878b83931e716021378ae789d78 (patch)
treeec80408d5cf1ac2a25e1fb70b7fb2e29bfcd16a1 /test/confs/2002
parent2381c830c6f89e3abc2dc153d483251a4403e71f (diff)
New expansion operator sha256 for certificates. Bug 1170
Diffstat (limited to 'test/confs/2002')
-rw-r--r--test/confs/20023
1 files changed, 2 insertions, 1 deletions
diff --git a/test/confs/2002 b/test/confs/2002
index dfb4feef5..178265d65 100644
--- a/test/confs/2002
+++ b/test/confs/2002
@@ -58,8 +58,9 @@ check_recipient:
logwrite = ${certextract {subj_altname} {$tls_in_peercert} {SAN <$value>}{(no SAN)}}
# logwrite = ${certextract {ocsp_uri} {$tls_in_peercert} {OCU <$value>}{(no OCU)}}
logwrite = ${certextract {crl_uri} {$tls_in_peercert} {CRU <$value>}{(no CRU)}}
- logwrite = md5 fingerprint ${md5:$tls_in_peercert}
+ logwrite = md5 fingerprint ${md5:$tls_in_peercert}
logwrite = sha1 fingerprint ${sha1:$tls_in_peercert}
+ logwrite = sha256 fingerprint ${sha256:$tls_in_peercert}
# ----- Routers -----