ladybird/Libraries/LibCrypto/Hash
Timothy Flynn c6ebb7bf55 Meta+LibCrypto: Update openssl to version 3.5.1
This contains an API change that disallows setting the salt to a null
value. See:

4f5ffddfcb

This seems to be the opposite of the intended effect of that change,
but this patch includes a workaround nonetheless.

Co-Authored-By: devgianlu <altomanigianluca@gmail.com>
2025-07-16 17:03:15 +02:00
..
BLAKE2b.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
BLAKE2b.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
HashFunction.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
HashManager.h LibCrypto: Replace all hashes implementation with OpenSSL 2024-12-22 18:53:45 +01:00
HKDF.cpp Meta+LibCrypto: Update openssl to version 3.5.1 2025-07-16 17:03:15 +02:00
HKDF.h LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
MD5.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
MD5.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
OpenSSLHashFunction.h LibCrypto: Remove OpenSSL as a public header dependency 2025-01-13 17:00:18 +01:00
PBKDF2.cpp LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
PBKDF2.h LibCrypto+LibWeb: Refactor HKDF and PBKDF2 classes with OpenSSL 2025-02-24 11:11:05 +01:00
SHA1.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA1.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.cpp LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00
SHA2.h LibCrypto: Move hash constructors out of line 2025-01-13 17:00:18 +01:00