Kingsley Yung
8494b565a4
script: Implement import key operation for ECDH ( #40253 )
...
Implement import key operation for ECDH, using cryptographic calculation
implementation from the crates `p256`, `p384` and `p521`.
Testing:
- Pass some WPT tests that were expected to fail.
- Some FAIL expectations are added. They are related to the
not-yet-implemented "derive bits" operation of ECDH. WPT skipped them
when "import key" operation for ECDH were not yet implemented.
Fixes: Part of #39060
---------
Signed-off-by: Kingsley Yung <kingsley@kkoyung.dev >
2025-10-30 12:38:58 +00:00
..
2025-03-28 10:23:41 +00:00
2025-10-30 12:38:58 +00:00
2025-10-28 21:19:04 +00:00
2025-08-18 12:09:09 +00:00
2025-01-10 08:19:19 +00:00
2025-10-02 01:23:05 +00:00
2025-10-02 07:51:19 +00:00
2025-04-08 19:22:24 +00:00
2025-10-30 12:38:58 +00:00
2025-09-02 06:33:44 +00:00
2025-02-08 08:16:21 +00:00
2025-10-28 17:40:44 +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-10-29 11:41:52 +00:00
2025-09-10 13:34:54 +00:00
2025-10-09 07:28:38 +00:00
2025-10-26 03:15:20 +00:00
2025-10-24 18:03:29 +00:00
2025-10-29 11:41:52 +00:00
2025-09-30 19:55:10 +00:00
2025-10-09 18:18:03 +00:00
2025-10-20 07:33:11 +00:00
2025-09-11 09:40:32 +00:00
2025-10-17 08:48:23 +00:00
2025-05-26 12:05:38 +00:00
2025-10-29 11:41:52 +00:00
2025-04-04 06:45:08 +00:00
2025-05-04 17:05:27 +00:00
2025-10-29 11:41:52 +00:00
2025-09-29 14:15:07 +00:00
2025-10-15 07:42:11 +00:00
2025-10-25 04:38:49 +00:00
2025-10-18 14:23:24 +00:00
2025-10-29 11:41:52 +00:00
2025-10-13 21:11:45 +00:00
2025-10-29 11:41:52 +00:00
2025-01-10 08:19:19 +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-08-20 08:43:58 +00:00
2025-08-31 01:00:09 +00:00
2025-10-23 14:02:28 +00:00
2025-10-21 20:59:59 +00:00
2025-10-09 18:18:03 +00:00
2025-10-28 21:19:04 +00:00
2025-08-26 21:48:25 +00:00
2025-10-27 07:31:28 +00:00