| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,7 +31,7 @@ Last update: | |||
| 31 | 31 | - user-timing: https://github.com/web-platform-tests/wpt/tree/df24fb604e/user-timing | |
| 32 | 32 | - wasm/jsapi: https://github.com/web-platform-tests/wpt/tree/d8dbe6990b/wasm/jsapi | |
| 33 | 33 | - wasm/webapi: https://github.com/web-platform-tests/wpt/tree/fd1b23eeaa/wasm/webapi | |
| 34 | - - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/84456654f4/WebCryptoAPI | ||
| 34 | + - WebCryptoAPI: https://github.com/web-platform-tests/wpt/tree/450f829d25/WebCryptoAPI | ||
| 35 | 35 | - webidl/ecmascript-binding/es-exceptions: https://github.com/web-platform-tests/wpt/tree/a370aad338/webidl/ecmascript-binding/es-exceptions | |
| 36 | 36 | ||
| 37 | 37 | [Web Platform Tests]: https://github.com/web-platform-tests/wpt | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -246,7 +246,7 @@ function getTestVectors() { | |||
| 246 | 246 | var failing = []; | |
| 247 | 247 | keyLengths.forEach(function(keyLength) { | |
| 248 | 248 | // First, make some tests for bad tag lengths | |
| 249 | - [24, 48, 72, 95, 129, 256].forEach(function(badTagLength) { | ||
| 249 | + [24, 48, 72, 95, 129].forEach(function(badTagLength) { | ||
| 250 | 250 | failing.push({ | |
| 251 | 251 | name: "AES-GCM " + keyLength.toString() + "-bit key, illegal tag length " + badTagLength.toString() + "-bits", | |
| 252 | 252 | keyBuffer: keyBytes[keyLength], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,6 +160,7 @@ function assert_goodCryptoKey(key, algorithm, extractable, usages, kind) { | |||
| 160 | 160 | assert_in_array(usage, correctUsages, "Has " + usage + " usage"); | |
| 161 | 161 | }); | |
| 162 | 162 | assert_equals(key.usages.length, usageCount, "usages property is correct"); | |
| 163 | + assert_equals(key[Symbol.toStringTag], 'CryptoKey', "has the expected Symbol.toStringTag"); | ||
| 163 | 164 | } | |
| 164 | 165 | ||
| 165 | 166 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -84,7 +84,7 @@ | |||
| 84 | 84 | "path": "wasm/webapi" | |
| 85 | 85 | }, | |
| 86 | 86 | "WebCryptoAPI": { | |
| 87 | - "commit": "84456654f439f236f3470a36601ecbc4365f50c5", | ||
| 87 | + "commit": "450f829d2567ed9c44bd9b10f7e8f34a2ad15315", | ||
| 88 | 88 | "path": "WebCryptoAPI" | |
| 89 | 89 | }, | |
| 90 | 90 | "webidl/ecmascript-binding/es-exceptions": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments