Changeset 280846 in webkit
- Timestamp:
- Aug 10, 2021, 9:56:35 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
platform/glib/TestExpectations (modified) (1 diff)
-
platform/glib/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt (modified) (1 diff)
-
platform/glib/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r280842 r280846 1 2021-08-10 Arcady Goldmints-Orlov <agoldmints@igalia.com> 2 3 [GLIB] Update crypto test baselines after r280790 4 https://bugs.webkit.org/show_bug.cgi?id=228957 5 6 Unreviewed test gardening. 7 8 * platform/glib/TestExpectations: 9 * platform/glib/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt: 10 * platform/glib/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt: 11 1 12 2021-08-10 Ayumi Kojima <ayumi_kojima@apple.com> 2 13 -
trunk/LayoutTests/platform/glib/TestExpectations
r280822 r280846 1194 1194 # I think marking the whole folder as 'Slow' makes the expected result for this test 'Pass'. 1195 1195 imported/w3c/web-platform-tests/WebCryptoAPI/generateKey/successes_RSA-OAEP.https.any.worker.html [ Failure Pass ] 1196 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_ctr.https.any.html [ DumpJSConsoleLogInStdErr ] 1197 imported/w3c/web-platform-tests/WebCryptoAPI/encrypt_decrypt/aes_cbc.https.any.html [ DumpJSConsoleLogInStdErr ] 1198 imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.https.any.html [ Failure Pass ] 1196 1199 1197 1200 webkit.org/b/186638 imported/w3c/web-platform-tests/xhr/send-timeout-events.htm [ Failure Pass ] -
trunk/LayoutTests/platform/glib/crypto/subtle/aes-cbc-cfb-decrypt-malformed-parameters-expected.txt
r261701 r280846 1 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 2 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 3 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 1 4 Test decrypting using AES-CBC/AES-CFB with malformed parameters 2 5 -
trunk/LayoutTests/platform/glib/crypto/subtle/aes-cbc-cfb-encrypt-malformed-parameters-expected.txt
r261701 r280846 1 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 2 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 3 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 4 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 5 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 6 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 7 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 8 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 9 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 10 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 11 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 12 CONSOLE MESSAGE: AES-CBC and AES-CTR do not provide authentication by default, and implementing it manually can result in minor, but serious mistakes. We recommended using authenticated encryption like AES-GCM to protect against chosen-ciphertext attacks. 1 13 Test encrypting using AES-CBC/AES-CFB with malformed parameters 2 14
Note:
See TracChangeset
for help on using the changeset viewer.