[webkit-changes] [WebKit/WebKit] 0062d4: Adding patch for correcting AES-CBC
EWS
noreply at github.com
Fri Sep 9 10:38:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0062d4332b57c96316927a48f36cce64393dd216
https://github.com/WebKit/WebKit/commit/0062d4332b57c96316927a48f36cce64393dd216
Author: Angela Izquierdo Garcia <aizquierdogarcia at apple.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.worker-expected.txt
M Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp
Log Message:
-----------
Adding patch for correcting AES-CBC
https://bugs.webkit.org/show_bug.cgi?id=227804
Reviewed by Youenn Fablet
Validate and remove padding as per https://www.w3.org/TR/WebCryptoAPI/#aes-cbc-operations (Decrypt section) in CryptoAlgorithmAES_CBC::platformDecrypt
modified: LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any-expected.txt
modified: LayoutTests/imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.worker-expected.txt
modified: Source/WebCore/crypto/mac/CryptoAlgorithmAES_CBCMac.cpp
Canonical link: https://commits.webkit.org/254308@main
More information about the webkit-changes
mailing list