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

Unified Diff: content/test/data/webcrypto/aes_cbc.json

Issue 814883002: [WebCrypto] Throw OperationError instead of NotSupportedError when AES length is 192 and RSA modulu… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « content/child/webcrypto/status.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/webcrypto/aes_cbc.json
diff --git a/content/test/data/webcrypto/aes_cbc.json b/content/test/data/webcrypto/aes_cbc.json
index 8b74cbe7779d475ecaec0a30c13fba9f870be2be..bca8b697f2538682014ed386e22fc6788476fb42 100644
--- a/content/test/data/webcrypto/aes_cbc.json
+++ b/content/test/data/webcrypto/aes_cbc.json
@@ -312,7 +312,7 @@
{
"key_format": "raw",
"key": "5377656574205369787465656e2049560000000000000000",
- "import_error": "NotSupported: 192-bit AES keys are not supported"
+ "import_error": "OperationError: 192-bit AES keys are not supported"
},
// JWK: AES 192-bit is not allowed: http://crbug.com/381829
@@ -323,6 +323,6 @@
"alg": "A192CBC",
"k": "YWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh"
},
- "import_error": "NotSupported: 192-bit AES keys are not supported"
+ "import_error": "OperationError: 192-bit AES keys are not supported"
}
]
« no previous file with comments | « content/child/webcrypto/status.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698