Skip to content

Commit

Permalink
Commit New Metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
javifernandez authored and github-actions[bot] committed Sep 19, 2024
1 parent 2ac0db1 commit 774b4e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions WebCryptoAPI/import_export/META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,22 @@ links:
subtest: 'Good parameters with ignored JWK alg: Ed25519 (jwk, object(crv, d, x, kty), {name: Ed25519}, true, [sign, sign])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters with ignored JWK alg: Ed25519 (jwk, object(kty, crv, x), {name: Ed25519}, true, [verify])'
- product: safari
url: https://bugs.webkit.org/show_bug.cgi?id=279963
results:
- test: okp_importKey.https.any.html
subtest: 'Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits, deriveKey])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveBits])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters: X25519 bits (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])'
- test: okp_importKey.https.any.html
subtest: 'Good parameters with ignored JWK alg: X25519 (jwk, object(crv, d, x, kty), {name: X25519}, true, [deriveKey, deriveBits, deriveKey, deriveBits])'

0 comments on commit 774b4e0

Please sign in to comment.