diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-01 23:03:25 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-02 01:21:07 +0000 |
commit | 9c29c48f8327fc20b3840ce2fb4dad4a6c8003b2 (patch) | |
tree | b21363fcc9f7f088291e3fb8d153bead1b98e0fa /doc | |
parent | 640f7e0adeba7320037eb76a697563d0bb257ac3 (diff) |
String expansions: support sha3 under OpenSSL (1.1.1+)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 5 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ad3a34214..c4209659a 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10645,7 +10645,10 @@ the output length. Values of 224, 256, 384 and 512 are accepted; with 256 being the default. The &%sha3%& expansion item is only supported if Exim has been -compiled with GnuTLS 3.5.0 or later. +compiled with GnuTLS 3.5.0 or later, +.new +or OpenSSL 1.1.1 or later. +.wen .vitem &*${stat:*&<&'string'&>&*}*& diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 2a72852bb..c3f013ee8 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -30,6 +30,9 @@ Version 4.91 7. Options "ipv4_only" and "ipv4_prefer" on the dnslookup router and on routing rules in the manualroute router. + 8. Expansion item ${sha3:<string>} / ${sha3_<N>:<string>} now also supported + under OpenSSL version 1.1.1 or later. + Version 4.90 ------------ |