Files
Filip Skokan 86c627ca6c Bug 2056082 [wpt PR 61397] - [WebCryptoAPI] Improve test coverage and reduce duplication, a=testonly
Automatic update from web-platform-tests
[WebCryptoAPI] Improve test coverage and reduce duplication (#61397)

* [WebCryptoAPI] Fix byte utility assertions

* [WebCryptoAPI] Check CryptoKey usages exactly

* [WebCryptoAPI] Await ML-KEM key exports

* [WebCryptoAPI] Verify generated EdDSA signatures

* [WebCryptoAPI] Check complete derived keys

* [WebCryptoAPI] Scope ECDH test state locally

* [WebCryptoAPI] Scope CFRG test state locally

* [WebCryptoAPI] Test all invalid key usages

* [WebCryptoAPI] Simplify resolved vector promises

* [WebCryptoAPI] Preserve vector setup rejections

* [WebCryptoAPI] Restore key test timeouts

* [WebCryptoAPI] Clarify EdDSA input snapshot tests

* [WebCryptoAPI] Modernize simple JavaScript idioms

* [WebCryptoAPI] Share ML key import tests

* [WebCryptoAPI] Share generateKey algorithm data

* [WebCryptoAPI] Replace stale generateKey generator

* [WebCryptoAPI] Share RSA key fixtures

* [WebCryptoAPI] Share ML-DSA key fixtures

* [WebCryptoAPI] Share AES test fixtures

* [WebCryptoAPI] Share supports test runner

* [WebCryptoAPI] Share XOF digest test runner

* [WebCryptoAPI] Encode buffer views as raw bytes

* [WebCryptoAPI] Check CryptoKey algorithm members

* [WebCryptoAPI] Share ECDH test fixtures

* [WebCryptoAPI] Share MAC sign and verify tests

* [WebCryptoAPI] Share KDF derivation tests

* [WebCryptoAPI] Share EC and OKP key fixtures

* [WebCryptoAPI] Share ECDH derivation tests

* [WebCryptoAPI] Share digest tests and source data

* [WebCryptoAPI] Share asymmetric signature tests
--

wpt-commits: 82c3d9069cf2e93e5528a1f428fa122bd9af651d
wpt-pr: 61397
2026-08-04 10:10:28 +00:00

10 lines
270 B
JavaScript

// META: title=WebCryptoAPI: encrypt() Using AES-OCB w/ 120-bit iv
// META: script=../util/helpers.js
// META: script=aes_common_fixtures.js
// META: script=aes_ocb_fixtures.js
// META: script=aes_ocb_vectors.js
// META: script=aes.js
// META: timeout=long
run_test();