Files
servo/components/script
Kingsley Yung 64dd55ccc3 script: Implement import key operation of RSASSA-PKCS1-v1_5 (#41172)
Start adding RSASSA-PKCS1-v1_5 support to WebCrypto API.

This patch implements import key operation of RSASSA-PKCS1-v1_5, with
`rsa` crate.

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 RSASSA-PKCS1-v1_5 had not been implemented,
and requires other not-yet-implemented operations to pass.

Fixes: Part of #41113

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-12-10 14:48:03 +00:00
..
2025-10-02 07:51:19 +00:00
2025-12-05 07:23:32 +00:00