Files
servo/components/script
Kingsley Yung 2f5f40222c script: Implement sign operation of ECDSA (#40591)
Finish adding ECDSA support to WebCrypto API. This patch implements sign
operation of ECDSA, using ECDSA implementation from the crates `ecdsa`
for the operation, `p256`, `p384`, `p521`, and `elliptic_curve` for the
key, and `sha1`, `sha2` and `digest` for digesting messages.

Testing: Pass some WPT tests that were expected to fail.
Fixes: Part of #39060

---------

Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev>
2025-11-12 12:33:51 +00:00
..
2025-10-02 07:51:19 +00:00
2025-10-02 07:51:19 +00:00