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
24 lines
645 B
JavaScript
24 lines
645 B
JavaScript
// META: title=WebCryptoAPI: generateKey() Successful Calls
|
|
// META: timeout=long
|
|
// META: variant=?1-10
|
|
// META: variant=?11-20
|
|
// META: variant=?21-30
|
|
// META: variant=?31-40
|
|
// META: variant=?41-50
|
|
// META: variant=?51-60
|
|
// META: variant=?61-70
|
|
// META: variant=?71-80
|
|
// META: variant=?81-90
|
|
// META: variant=?91-100
|
|
// META: variant=?101-110
|
|
// META: variant=?111-120
|
|
// META: variant=?121-130
|
|
// META: variant=?131-140
|
|
// META: variant=?141-150
|
|
// META: variant=?151-last
|
|
// META: script=../util/helpers.js
|
|
// META: script=/common/subset-tests.js
|
|
// META: script=algorithm_registry.js
|
|
// META: script=successes.js
|
|
run_test(["RSA-OAEP"]);
|