[webkit-changes] [WebKit/WebKit] 89e318: Merge 254308 at main - Adding patch for correcting AE...
Adrian Perez
noreply at github.com
Fri Sep 9 11:52:53 PDT 2022
Branch: refs/heads/webkitgtk/2.36
Home: https://github.com/WebKit/WebKit
Commit: 89e318e185c66ff1545bcabd1040586ed8d78fb7
https://github.com/WebKit/WebKit/commit/89e318e185c66ff1545bcabd1040586ed8d78fb7
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:
-----------
Merge 254308 at main - 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
(cherry picked from commit 0062d4332b57c96316927a48f36cce64393dd216)
More information about the webkit-changes
mailing list