| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 418 tests; 340 PASS, 78 FAIL, 0 TIMEOUT, 0 NOTRUN. | |
| 3 PASS Bad algorithm: generateKey(AES, false, [decrypt]) | 2 PASS Bad algorithm: generateKey(AES, false, [decrypt]) |
| 4 PASS Bad algorithm: generateKey(AES, true, [decrypt]) | 3 PASS Bad algorithm: generateKey(AES, true, [decrypt]) |
| 5 PASS Bad algorithm: generateKey(AES, RED, [decrypt]) | 4 PASS Bad algorithm: generateKey(AES, RED, [decrypt]) |
| 6 PASS Bad algorithm: generateKey(AES, 7, [decrypt]) | 5 PASS Bad algorithm: generateKey(AES, 7, [decrypt]) |
| 7 PASS Bad algorithm: generateKey(AES, false, [sign, decrypt]) | 6 PASS Bad algorithm: generateKey(AES, false, [sign, decrypt]) |
| 8 PASS Bad algorithm: generateKey(AES, true, [sign, decrypt]) | 7 PASS Bad algorithm: generateKey(AES, true, [sign, decrypt]) |
| 9 PASS Bad algorithm: generateKey(AES, RED, [sign, decrypt]) | 8 PASS Bad algorithm: generateKey(AES, RED, [sign, decrypt]) |
| 10 PASS Bad algorithm: generateKey(AES, 7, [sign, decrypt]) | 9 PASS Bad algorithm: generateKey(AES, 7, [sign, decrypt]) |
| 11 PASS Bad algorithm: generateKey(AES, false, [deriveBits, sign, decrypt]) | 10 PASS Bad algorithm: generateKey(AES, false, [deriveBits, sign, decrypt]) |
| 12 PASS Bad algorithm: generateKey(AES, true, [deriveBits, sign, decrypt]) | 11 PASS Bad algorithm: generateKey(AES, true, [deriveBits, sign, decrypt]) |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits])
| 316 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [deriveBits])
|
| 318 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits]) | 317 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [deriveBits]) |
| 319 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, []) | 318 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, []) |
| 320 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, []) | 319 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, []) |
| 321 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, []) | 320 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, []) |
| 322 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, []) | 321 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, []) |
| 323 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [decrypt, s
ign, deriveBits, decrypt, sign, deriveBits]) | 322 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, false, [decrypt, s
ign, deriveBits, decrypt, sign, deriveBits]) |
| 324 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [decrypt, si
gn, deriveBits, decrypt, sign, deriveBits]) | 323 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, true, [decrypt, si
gn, deriveBits, decrypt, sign, deriveBits]) |
| 325 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [decrypt, sig
n, deriveBits, decrypt, sign, deriveBits]) | 324 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, RED, [decrypt, sig
n, deriveBits, decrypt, sign, deriveBits]) |
| 326 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [decrypt, sign,
deriveBits, decrypt, sign, deriveBits]) | 325 PASS Bad algorithm: generateKey({name: EC, namedCurve: P521}, 7, [decrypt, sign,
deriveBits, decrypt, sign, deriveBits]) |
| 327 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [encrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 326 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [encrypt]) |
| 328 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, encr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 327 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, encryp
t]) |
| 329 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, encrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 328 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, encrypt]) |
| 330 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, encrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 329 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, encr
ypt]) |
| 331 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [decrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 330 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, encrypt]) |
| 332 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, decr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 331 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [decrypt]) |
| 333 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, decrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 332 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, decryp
t]) |
| 334 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, decrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 333 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, decrypt]) |
| 335 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [wrapKey])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 334 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, decr
ypt]) |
| 336 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, wrap
Key]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 335 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, decrypt]) |
| 337 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, wrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 336 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [sign]) |
| 338 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, wrapKey]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 337 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, sign])
|
| 339 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [unwrapKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 338 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, sign]) |
| 340 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, unwr
apKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 339 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, sign
]) |
| 341 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, unwrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 340 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, sign]) |
| 342 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, unwrapKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 341 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [verify]) |
| 343 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [deriveKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 342 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, verify
]) |
| 344 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, deri
veKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 343 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, verify]) |
| 345 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 344 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, veri
fy]) |
| 346 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, deriveKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 345 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, verify]) |
| 347 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [deriveBits
]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSu
pportedError" | 346 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [deriveKey]) |
| 348 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, deri
veBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got
"NotSupportedError" | 347 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, derive
Key]) |
| 349 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [verify, si
gn, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError"
but got "NotSupportedError" | 348 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveKey]) |
| 350 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-256}, true, [sign, veri
fy, sign, sign, verify, deriveBits]) assert_equals: Bad usages not supported exp
ected "SyntaxError" but got "NotSupportedError" | 349 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, deri
veKey]) |
| 351 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [encrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 350 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveKey]) |
| 352 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, encr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 351 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [deriveBits]) |
| 353 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, encrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 352 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, derive
Bits]) |
| 354 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, encrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 353 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveBits]) |
| 355 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [decrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 354 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [unwrapKey, deri
veBits]) |
| 356 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, decr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 355 PASS Bad usages: generateKey({length: 128, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveBits]) |
| 357 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, decrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 356 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [encrypt]) |
| 358 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, decrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 357 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, encryp
t]) |
| 359 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [wrapKey])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 358 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, encrypt]) |
| 360 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, wrap
Key]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 359 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, encr
ypt]) |
| 361 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, wrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 360 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, encrypt]) |
| 362 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, wrapKey]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 361 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [decrypt]) |
| 363 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [unwrapKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 362 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, decryp
t]) |
| 364 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, unwr
apKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 363 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, decrypt]) |
| 365 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, unwrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 364 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, decr
ypt]) |
| 366 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, unwrapKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 365 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, decrypt]) |
| 367 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [deriveKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 366 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [sign]) |
| 368 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, deri
veKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 367 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, sign])
|
| 369 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 368 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, sign]) |
| 370 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, deriveKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 369 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, sign
]) |
| 371 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [deriveBits
]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSu
pportedError" | 370 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, sign]) |
| 372 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, deri
veBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got
"NotSupportedError" | 371 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [verify]) |
| 373 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [verify, si
gn, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError"
but got "NotSupportedError" | 372 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, verify
]) |
| 374 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-384}, true, [sign, veri
fy, sign, sign, verify, deriveBits]) assert_equals: Bad usages not supported exp
ected "SyntaxError" but got "NotSupportedError" | 373 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, verify]) |
| 375 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [encrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 374 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, veri
fy]) |
| 376 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, encr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 375 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, verify]) |
| 377 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, encrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 376 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [deriveKey]) |
| 378 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, encrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 377 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, derive
Key]) |
| 379 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [decrypt])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 378 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveKey]) |
| 380 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, decr
ypt]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 379 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, deri
veKey]) |
| 381 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, decrypt]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 380 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveKey]) |
| 382 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, decrypt]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 381 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [deriveBits]) |
| 383 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [wrapKey])
assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSuppo
rtedError" | 382 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, derive
Bits]) |
| 384 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, wrap
Key]) assert_equals: Bad usages not supported expected "SyntaxError" but got "No
tSupportedError" | 383 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveBits]) |
| 385 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, wrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" but
got "NotSupportedError" | 384 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [unwrapKey, deri
veBits]) |
| 386 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, wrapKey]) assert_equals: Bad usages not supported expect
ed "SyntaxError" but got "NotSupportedError" | 385 PASS Bad usages: generateKey({length: 192, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveBits]) |
| 387 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [unwrapKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 386 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [encrypt]) |
| 388 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, unwr
apKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 387 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, encryp
t]) |
| 389 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, unwrapKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 388 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, encrypt]) |
| 390 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, unwrapKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 389 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, encr
ypt]) |
| 391 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [deriveKey]
) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSup
portedError" | 390 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, encrypt]) |
| 392 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, deri
veKey]) assert_equals: Bad usages not supported expected "SyntaxError" but got "
NotSupportedError" | 391 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [decrypt]) |
| 393 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, deriveKey]) assert_equals: Bad usages not supported expected "SyntaxError" b
ut got "NotSupportedError" | 392 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, decryp
t]) |
| 394 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, deriveKey]) assert_equals: Bad usages not supported expe
cted "SyntaxError" but got "NotSupportedError" | 393 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, decrypt]) |
| 395 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [deriveBits
]) assert_equals: Bad usages not supported expected "SyntaxError" but got "NotSu
pportedError" | 394 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, decr
ypt]) |
| 396 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, deri
veBits]) assert_equals: Bad usages not supported expected "SyntaxError" but got
"NotSupportedError" | 395 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, decrypt]) |
| 397 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [verify, si
gn, deriveBits]) assert_equals: Bad usages not supported expected "SyntaxError"
but got "NotSupportedError" | 396 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [sign]) |
| 398 FAIL Bad usages: generateKey({name: ECDSA, namedCurve: P-521}, true, [sign, veri
fy, sign, sign, verify, deriveBits]) assert_equals: Bad usages not supported exp
ected "SyntaxError" but got "NotSupportedError" | 397 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, sign])
|
| 399 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, false
, [sign]) | 398 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, sign]) |
| 400 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, true,
[sign]) | 399 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, sign
]) |
| 401 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, false
, [verify, sign]) | 400 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, sign]) |
| 402 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, true,
[verify, sign]) | 401 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [verify]) |
| 403 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, false
, []) | 402 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, verify
]) |
| 404 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, true,
[]) | 403 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, verify]) |
| 405 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, false
, [sign, verify, sign, sign, verify]) | 404 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, veri
fy]) |
| 406 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: P-512}, true,
[sign, verify, sign, sign, verify]) | 405 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, verify]) |
| 407 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
false, [sign]) | 406 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [deriveKey]) |
| 408 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
true, [sign]) | 407 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, derive
Key]) |
| 409 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
false, [verify, sign]) | 408 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveKey]) |
| 410 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
true, [verify, sign]) | 409 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, deri
veKey]) |
| 411 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
false, []) | 410 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveKey]) |
| 412 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
true, []) | 411 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [deriveBits]) |
| 413 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
false, [sign, verify, sign, sign, verify]) | 412 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, derive
Bits]) |
| 414 PASS Bad algorithm property: generateKey({name: ECDSA, namedCurve: Curve25519},
true, [sign, verify, sign, sign, verify]) | 413 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, wrap
Key, deriveBits]) |
| 415 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-256}, false, []) asse
rt_equals: Empty usages not supported expected "SyntaxError" but got "NotSupport
edError" | 414 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [unwrapKey, deri
veBits]) |
| 416 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-256}, true, []) asser
t_equals: Empty usages not supported expected "SyntaxError" but got "NotSupporte
dError" | 415 PASS Bad usages: generateKey({length: 256, name: AES-KW}, true, [wrapKey, unwrap
Key, wrapKey, unwrapKey, deriveBits]) |
| 417 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-384}, false, []) asse
rt_equals: Empty usages not supported expected "SyntaxError" but got "NotSupport
edError" | 416 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, false, [wra
pKey]) |
| 418 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-384}, true, []) asser
t_equals: Empty usages not supported expected "SyntaxError" but got "NotSupporte
dError" | 417 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, true, [wrap
Key]) |
| 419 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-521}, false, []) asse
rt_equals: Empty usages not supported expected "SyntaxError" but got "NotSupport
edError" | 418 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, false, [unw
rapKey, wrapKey]) |
| 420 FAIL Empty usages: generateKey({name: ECDSA, namedCurve: P-521}, true, []) asser
t_equals: Empty usages not supported expected "SyntaxError" but got "NotSupporte
dError" | 419 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, true, [unwr
apKey, wrapKey]) |
| 420 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, false, [unw
rapKey]) |
| 421 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, true, [unwr
apKey]) |
| 422 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, false, []) |
| 423 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, true, []) |
| 424 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, false, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 425 PASS Bad algorithm property: generateKey({length: 64, name: AES-KW}, true, [wrap
Key, unwrapKey, wrapKey, unwrapKey]) |
| 426 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, false, [wr
apKey]) |
| 427 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, true, [wra
pKey]) |
| 428 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, false, [un
wrapKey, wrapKey]) |
| 429 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, true, [unw
rapKey, wrapKey]) |
| 430 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, false, [un
wrapKey]) |
| 431 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, true, [unw
rapKey]) |
| 432 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, false, [])
|
| 433 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, true, []) |
| 434 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, false, [wr
apKey, unwrapKey, wrapKey, unwrapKey]) |
| 435 PASS Bad algorithm property: generateKey({length: 127, name: AES-KW}, true, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 436 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, false, [wr
apKey]) |
| 437 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, true, [wra
pKey]) |
| 438 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, false, [un
wrapKey, wrapKey]) |
| 439 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, true, [unw
rapKey, wrapKey]) |
| 440 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, false, [un
wrapKey]) |
| 441 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, true, [unw
rapKey]) |
| 442 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, false, [])
|
| 443 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, true, []) |
| 444 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, false, [wr
apKey, unwrapKey, wrapKey, unwrapKey]) |
| 445 PASS Bad algorithm property: generateKey({length: 129, name: AES-KW}, true, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 446 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, false, [wr
apKey]) |
| 447 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, true, [wra
pKey]) |
| 448 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, false, [un
wrapKey, wrapKey]) |
| 449 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, true, [unw
rapKey, wrapKey]) |
| 450 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, false, [un
wrapKey]) |
| 451 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, true, [unw
rapKey]) |
| 452 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, false, [])
|
| 453 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, true, []) |
| 454 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, false, [wr
apKey, unwrapKey, wrapKey, unwrapKey]) |
| 455 PASS Bad algorithm property: generateKey({length: 255, name: AES-KW}, true, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 456 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, false, [wr
apKey]) |
| 457 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, true, [wra
pKey]) |
| 458 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, false, [un
wrapKey, wrapKey]) |
| 459 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, true, [unw
rapKey, wrapKey]) |
| 460 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, false, [un
wrapKey]) |
| 461 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, true, [unw
rapKey]) |
| 462 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, false, [])
|
| 463 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, true, []) |
| 464 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, false, [wr
apKey, unwrapKey, wrapKey, unwrapKey]) |
| 465 PASS Bad algorithm property: generateKey({length: 257, name: AES-KW}, true, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 466 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, false, [wr
apKey]) |
| 467 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, true, [wra
pKey]) |
| 468 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, false, [un
wrapKey, wrapKey]) |
| 469 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, true, [unw
rapKey, wrapKey]) |
| 470 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, false, [un
wrapKey]) |
| 471 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, true, [unw
rapKey]) |
| 472 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, false, [])
|
| 473 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, true, []) |
| 474 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, false, [wr
apKey, unwrapKey, wrapKey, unwrapKey]) |
| 475 PASS Bad algorithm property: generateKey({length: 512, name: AES-KW}, true, [wra
pKey, unwrapKey, wrapKey, unwrapKey]) |
| 476 PASS Empty usages: generateKey({length: 128, name: AES-KW}, false, []) |
| 477 PASS Empty usages: generateKey({length: 128, name: AES-KW}, true, []) |
| 478 FAIL Empty usages: generateKey({length: 192, name: AES-KW}, false, []) assert_eq
uals: Empty usages not supported expected "SyntaxError" but got "OperationError" |
| 479 FAIL Empty usages: generateKey({length: 192, name: AES-KW}, true, []) assert_equ
als: Empty usages not supported expected "SyntaxError" but got "OperationError" |
| 480 PASS Empty usages: generateKey({length: 256, name: AES-KW}, false, []) |
| 481 PASS Empty usages: generateKey({length: 256, name: AES-KW}, true, []) |
| 421 Harness: the test ran to completion. | 482 Harness: the test ran to completion. |
| 422 | 483 |
| OLD | NEW |