[webkit-changes] [WebKit/WebKit] 1e53cd: Although highly unlikely but keep SHA224 for HKDF/...
Commit Queue
noreply at github.com
Wed Aug 21 21:49:02 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1e53cde33bc93ff3cb3ad4bfbc9a354ffcb7b8c0
https://github.com/WebKit/WebKit/commit/1e53cde33bc93ff3cb3ad4bfbc9a354ffcb7b8c0
Author: Nitin Mahendru <nitinmahendru at apple.com>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M LayoutTests/TestExpectations
M Source/WebCore/crypto/cocoa/CryptoAlgorithmHKDFMac.cpp
M Source/WebCore/crypto/cocoa/CryptoAlgorithmHMACMac.cpp
Log Message:
-----------
Although highly unlikely but keep SHA224 for HKDF/HMAC
https://bugs.webkit.org/show_bug.cgi?id=278444
rdar://134469188
Reviewed by Alex Christensen.
For the time being keep it until we decide to kill SHA224.
No new tests are needed. This commit enables previously disabled tests.
* LayoutTests/TestExpectations:
* Source/WebCore/crypto/cocoa/CryptoAlgorithmHKDFMac.cpp:
(WebCore::CryptoAlgorithmHKDF::platformDeriveBits):
* Source/WebCore/crypto/cocoa/CryptoAlgorithmHMACMac.cpp:
(WebCore::CryptoAlgorithmHMAC::platformSign):
(WebCore::CryptoAlgorithmHMAC::platformVerify):
Canonical link: https://commits.webkit.org/282604@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list