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

Unified Diff: LayoutTests/crypto/jwk-import-use-values.html

Issue 325323004: [webcrypto] Remove support for AES 192-bit keys (1 of 2) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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
Index: LayoutTests/crypto/jwk-import-use-values.html
diff --git a/LayoutTests/crypto/jwk-import-use-values.html b/LayoutTests/crypto/jwk-import-use-values.html
index aea210121819e18106744caa3ae0988baf8891b0..8b05e818d1e9bdf15968cd625d3e689caa72bdc5 100644
--- a/LayoutTests/crypto/jwk-import-use-values.html
+++ b/LayoutTests/crypto/jwk-import-use-values.html
@@ -16,10 +16,10 @@ jsTestIsAsync = true;
var extractable = true;
var aesKeyAsJSON = {
- "alg": "A192CBC",
+ "alg": "A128CBC",
"ext": true,
"kty": "oct",
- "k": "jnOw99oOZFLIEPMrgJB55WL46tJSLGt7"
+ "k": "jnOw99oOZFLIEPMrgJB55Q"
};
var hmacKeyAsJSON = {
« no previous file with comments | « LayoutTests/crypto/jwk-export-use-values.html ('k') | LayoutTests/crypto/resources/subtle-crypto-concurrent.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698