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

Unified Diff: LayoutTests/crypto/generateKey-expected.txt

Issue 179353002: [webcrypto] Add the KeyAlgorithm interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase yet again (another conflict) Created 6 years, 10 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/exportKey-expected.txt ('k') | LayoutTests/crypto/importKey.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/crypto/generateKey-expected.txt
diff --git a/LayoutTests/crypto/generateKey-expected.txt b/LayoutTests/crypto/generateKey-expected.txt
index 5be774c013405d884fac0d23707656868aa01ab9..7029d4d7ff9c2b3d40192b41dfe8cdc41e9b06eb 100644
--- a/LayoutTests/crypto/generateKey-expected.txt
+++ b/LayoutTests/crypto/generateKey-expected.txt
@@ -11,21 +11,21 @@ CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Missing required prop
CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric range
CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric range
CONSOLE ERROR: Algorithm: AES-KW: AesKeyGenParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: hash: Algorithm: Unrecognized algorithm name
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Is not a number
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Outside of numeric range
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Is not a number
-CONSOLE ERROR: Algorithm: HMAC: HmacKeyParams: length: Is not a number
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric range
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: hash: Algorithm: Unrecognized algorithm name
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric range
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric range
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Outside of numeric range
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number
+CONSOLE ERROR: Algorithm: HMAC: HmacKeyGenParams: length: Is not a number
CONSOLE ERROR: Invalid key length: it is either zero or not a multiple of 8 bits
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Outside of numeric range
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Is not a number
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Missing required property
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
-CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaKeyGenParams: publicExponent: Missing or not a Uint8Array
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Outside of numeric range
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Is not a number
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: modulusLength: Missing required property
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
+CONSOLE ERROR: Algorithm: RSASSA-PKCS1-v1_5: RsaHashedKeyGenParams: publicExponent: Missing or not a Uint8Array
CONSOLE ERROR: Algorithm: RSAES-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Outside of numeric range
CONSOLE ERROR: Algorithm: RSAES-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Is not a number
CONSOLE ERROR: Algorithm: RSAES-PKCS1-v1_5: RsaKeyGenParams: modulusLength: Missing required property
« no previous file with comments | « LayoutTests/crypto/exportKey-expected.txt ('k') | LayoutTests/crypto/importKey.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698