summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-05-08 20:38:46 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-05-08 20:38:46 +0100
commit6a8a60e0f273b61a24a48afd3217ff84106779bd (patch)
treef9d90797eda5bab3369b0b4385c4293656d9b96e /test/confs
parent4466248715466b6f251454283642b74de65e9d9a (diff)
Enable operator md5 and sha1 use on certificate variables. Bug 1170
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/20022
-rw-r--r--test/confs/21022
2 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/2002 b/test/confs/2002
index 9d7deb731..dfb4feef5 100644
--- a/test/confs/2002
+++ b/test/confs/2002
@@ -58,6 +58,8 @@ 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 = sha1 fingerprint ${sha1:$tls_in_peercert}
# ----- Routers -----
diff --git a/test/confs/2102 b/test/confs/2102
index 27cb80517..6f29298b1 100644
--- a/test/confs/2102
+++ b/test/confs/2102
@@ -59,6 +59,8 @@ 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 = sha1 fingerprint ${sha1:$tls_in_peercert}
# ----- Routers -----