Files
servo/components/script
Kingsley Yung b5aa03e97a script: Implement import key operation of AES-OCB (#41791)
Start adding AES-OCB support to WebCrypto API.

This patch implements the import key operations of AES-OCB, with the
`aes` crate.

Specification:
https://wicg.github.io/webcrypto-modern-algos/#aes-ocb-operations-import-key

Testing:
- Pass some WPT tests that were expected to fail.
- Some new FAIL expectations are added. They were skipped by WPT when
the import key operation of AES-OCB had not been implemented, and
requires other not-yet-implemented operations to pass.

Fixes: Part of #41762

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2026-01-09 08:06:38 +00:00
..
2026-01-08 17:32:35 +00:00
2025-10-02 07:51:19 +00:00