aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.md
diff options
context:
space:
mode:
authorFergus Dall <sidereal@google.com>2023-06-12 20:02:14 +1000
committerPauli <pauli@openssl.org>2023-06-28 08:00:43 +1000
commit81bafac5cbbd195ff9c53a06aaca7c3eacbb2fc0 (patch)
treec08c6dc6997d7f719830609d190275d6b6ceba7d /CHANGES.md
parent8b7d5ea7dd602eb7c2c4bc5ad45489dc5fc711f6 (diff)
downloadopenssl-81bafac5cbbd195ff9c53a06aaca7c3eacbb2fc0.tar.gz
Add support for SHA256/192
This is defined in NIST SP 800-208 as the truncation to 192 bits of SHA256. Unlike other truncated hashes in the SHA2 suite, this variant doesn't have a different initial state, it is just a pure truncation of the output. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21180)
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 62a7c3f7ca..4fffd324ee 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -25,6 +25,10 @@ OpenSSL 3.2
### Changes between 3.1 and 3.2 [xx XXX xxxx]
+ * Added SHA256/192 algorithm support.
+
+ *Fergus Dall*
+
* Provide a new configure option `no-http` that can be used to disable HTTP
support.