Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(697)

Unified Diff: LayoutTests/crypto/sign-verify-badParameters-expected.txt

Issue 285823002: [webcrypto] Remove RSA-ES support (1 of 3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix some usages Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/crypto/sign-verify-badParameters.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/sign-verify-badParameters-expected.txt
diff --git a/LayoutTests/crypto/sign-verify-badParameters-expected.txt b/LayoutTests/crypto/sign-verify-badParameters-expected.txt
index a4c245314b59e96a6980fadc4c566f82362f2325..894442bd31358492f3dea486c1102c9061c5d33f 100644
--- a/LayoutTests/crypto/sign-verify-badParameters-expected.txt
+++ b/LayoutTests/crypto/sign-verify-badParameters-expected.txt
@@ -7,7 +7,7 @@ error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': No function w
error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: TypeError: Failed to execute 'verify' on 'SubtleCrypto': No function was found that matched the signature provided.
error is: NotSupportedError: SHA-1: Unsupported operation: sign
-error is: NotSupportedError: RSAES-PKCS1-v1_5: Unsupported operation: sign
+error is: NotSupportedError: AES-CBC: Unsupported operation: sign
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/crypto/sign-verify-badParameters.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698