summaryrefslogtreecommitdiffstats
path: root/doc
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 /doc
parent8b7d5ea7dd602eb7c2c4bc5ad45489dc5fc711f6 (diff)
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 'doc')
-rw-r--r--doc/man7/EVP_MD-SHA2.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man7/EVP_MD-SHA2.pod b/doc/man7/EVP_MD-SHA2.pod
index 2a2e799d89..ffee7d1231 100644
--- a/doc/man7/EVP_MD-SHA2.pod
+++ b/doc/man7/EVP_MD-SHA2.pod
@@ -44,6 +44,10 @@ Available with the default provider:
=over 4
+=item SHA2-256/192
+
+Known names are "SHA2-256/192", "SHA-256/192" and "SHA256-192".
+
=item SHA2-512/224
Known names are "SHA2-512/224", "SHA-512/224" and "SHA512-224".