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-03-28 10:23:41 +00:00
2025-11-12 12:33:51 +00:00
2025-11-11 02:59:38 +00:00
2025-11-08 19:57:59 +00:00
2025-01-10 08:19:19 +00:00
2025-11-06 12:31:48 +00:00
2025-11-09 22:05:12 +00:00
2025-04-08 19:22:24 +00:00
2025-11-11 22:30:40 +00:00
2025-09-02 06:33:44 +00:00
2025-02-08 08:16:21 +00:00
2025-11-06 12:31:48 +00:00
2025-09-09 08:33:46 +00:00
2025-08-13 17:40:10 +00:00
2025-10-09 18:18:03 +00:00
2025-11-11 22:30:40 +00:00
2025-09-10 13:34:54 +00:00
2025-10-31 10:07:38 +00:00
2025-11-06 12:31:48 +00:00
2025-11-08 14:27:35 +00:00
2025-11-11 22:30:40 +00:00
2025-11-06 12:31:48 +00:00
2025-10-09 18:18:03 +00:00
2025-11-12 05:40:28 +00:00
2025-11-06 12:31:48 +00:00
2025-10-17 08:48:23 +00:00
2025-05-26 12:05:38 +00:00
2025-11-11 22:30:40 +00:00
2025-04-04 06:45:08 +00:00
2025-05-04 17:05:27 +00:00
2025-11-11 22:30:40 +00:00
2025-09-29 14:15:07 +00:00
2025-11-09 05:17:26 +00:00
2025-11-12 05:40:28 +00:00
2025-10-18 14:23:24 +00:00
2025-11-11 22:30:40 +00:00
2025-11-06 12:31:48 +00:00
2025-11-11 22:30:40 +00:00
2025-11-11 02:59:38 +00:00
2025-10-02 07:51:19 +00:00
2025-09-09 08:33:46 +00:00
2025-10-02 07:51:19 +00:00
2025-11-08 14:27:35 +00:00
2025-08-31 01:00:09 +00:00
2025-11-08 23:04:03 +00:00
2025-11-06 19:43:52 +00:00
2025-10-09 18:18:03 +00:00
2025-11-06 19:43:52 +00:00
2025-11-06 12:31:48 +00:00
2025-11-12 10:40:36 +00:00