diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-02 22:59:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-06-02 23:05:44 +0100 |
commit | 6e773413c0c0d4bb52b7a9af4c23ab83e26aa26b (patch) | |
tree | 16f3888ac9c906c8221d1024887fa73149c7bb23 /test | |
parent | cfab9d68aba4f5cc5218b1619b4469880c4d6cc5 (diff) |
Expansions: add ${sha3:<string>} item
Diffstat (limited to 'test')
-rw-r--r-- | test/scripts/2000-GnuTLS/2000 | 11 | ||||
-rw-r--r-- | test/stdout/2000 | 11 |
2 files changed, 18 insertions, 4 deletions
diff --git a/test/scripts/2000-GnuTLS/2000 b/test/scripts/2000-GnuTLS/2000 index 5e26e4332..8717892f2 100644 --- a/test/scripts/2000-GnuTLS/2000 +++ b/test/scripts/2000-GnuTLS/2000 @@ -16,6 +16,13 @@ no_msglog_check # # exim -be -sha256: ${sha256:} -sha256: ${sha256:abc} +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} **** diff --git a/test/stdout/2000 b/test/stdout/2000 index effaada83..2279f2e7d 100644 --- a/test/stdout/2000 +++ b/test/stdout/2000 @@ -1,3 +1,10 @@ -> sha256: E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 -> sha256: BA7816BF8F01CFEA414140DE5DAE2223B00361A396177A9CB410FF61F20015AD +> sha256: E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855 +> sha256: BA7816BF8F01CFEA414140DE5DAE2223B00361A396177A9CB410FF61F20015AD +> +> Failed: sha3 only supported with GnuTLS 3.5.0 + +> Failed: sha3 only supported with GnuTLS 3.5.0 + +> Failed: sha3 only supported with GnuTLS 3.5.0 + +> Failed: sha3 only supported with GnuTLS 3.5.0 + +> Failed: sha3 only supported with GnuTLS 3.5.0 + +> Failed: sha3 only supported with GnuTLS 3.5.0 + > |