summaryrefslogtreecommitdiff
path: root/test/scripts/2100-OpenSSL
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-01 23:03:25 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-02 01:21:07 +0000
commit9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2 (patch)
treeb21363fcc9f7f088291e3fb8d153bead1b98e0fa /test/scripts/2100-OpenSSL
parent640f7e0adeba7320037eb76a697563d0bb257ac3 (diff)
String expansions: support sha3 under OpenSSL (1.1.1+)
Diffstat (limited to 'test/scripts/2100-OpenSSL')
-rw-r--r--test/scripts/2100-OpenSSL/21007
1 files changed, 7 insertions, 0 deletions
diff --git a/test/scripts/2100-OpenSSL/2100 b/test/scripts/2100-OpenSSL/2100
index 27c6c84d6..37ba66fb5 100644
--- a/test/scripts/2100-OpenSSL/2100
+++ b/test/scripts/2100-OpenSSL/2100
@@ -13,4 +13,11 @@ no_msglog_check
exim -be
sha256: ${sha256:}
sha256: ${sha256:abc}
+
+sha3: ${sha3:}
+sha3: ${sha3:abc}
+sha3_256: ${sha3_256:}
+sha3_256: ${sha3_256:abc}
+sha3_512: ${sha3_512:}
+sha3_512: ${sha3_512:abc}
****