openssl/providers/implementations
Fergus Dall 81bafac5cb 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)
2023-06-28 08:00:43 +10:00
..
asymciphers If oaep_md is not initialized, correctly initialize it 2023-05-23 15:10:09 +02:00
ciphers Fix typos found by codespell 2023-06-15 10:11:46 +10:00
digests Add support for SHA256/192 2023-06-28 08:00:43 +10:00
encode_decode Fix typos found by codespell 2023-06-15 10:11:46 +10:00
exchange configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
include/prov Add support for SHA256/192 2023-06-28 08:00:43 +10:00
kdfs Fix typos found by codespell 2023-06-15 10:11:46 +10:00
kem configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
keymgmt configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
macs Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arrays 2023-04-21 16:19:11 +02:00
rands Fix typos found by codespell 2023-06-15 10:11:46 +10:00
signature configure: introduce no-ecx to remove ECX related feature 2023-06-14 13:06:22 +10:00
storemgmt add cygwin CI 2023-06-12 08:18:46 +02:00
build.info