History log of /curl/lib/curl_sha512_256.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 382717d7 11-Apr-2024 Evgeny Grin (Karlson2k)

curl_setup.h: detect 'inline' support

Closes #13355


# 4a98db37 28-Mar-2024 Evgeny Grin (Karlson2k)

curl_sha512_256: do not use workaround for NetBSD when not needed

Assisted-by: riastradh on github
Assisted-by: Michael Kaufmann
Closes #13225


# c77bdf17 27-Mar-2024 Paul Howarth

curl_sha512_255: fix detection of OpenSSL 1.1.1 or later

Use the same OPENSSL_VERSION_NUMBER comparison as in lib/vtls/openssl.c.

Closes #13208


# b6006381 15-Mar-2024 Evgeny Grin (Karlson2k)

curl_sha512_256: work around a NetBSD bug

Based on Michael Kaufmann analysis and suggestion

Closes #13133


# 05268cf8 06-Mar-2024 Evgeny Grin (Karlson2k)

sha512_256: add support for GnuTLS and OpenSSL

This is a follow-up for PR #12897.

Add support for SHA-512/256 digest calculation by TLS backends.
Currently only OpenSSL and GnuT

sha512_256: add support for GnuTLS and OpenSSL

This is a follow-up for PR #12897.

Add support for SHA-512/256 digest calculation by TLS backends.
Currently only OpenSSL and GnuTLS (actually, nettle) support
SHA-512/256.

Closes #13070

show more ...


# d5b0fee3 20-Feb-2024 Daniel Stenberg

sha512_256: remove the cast macro, minor language/format edits

Follow-up to cbe41d151d6a100c

Closes #12966


# cbe41d15 07-Feb-2024 Evgeny Grin (Karlson2k)

SHA-512/256: implement hash algorithm

Closes #12897