Skip to content

script: Implement import key operation of RSASSA-PKCS1-v1_5#41172

Merged
TimvdLippe merged 1 commit intoservo:mainfrom
kkoyung:rsassa-pkcs1-v1_5-import
Dec 10, 2025
Merged

script: Implement import key operation of RSASSA-PKCS1-v1_5#41172
TimvdLippe merged 1 commit intoservo:mainfrom
kkoyung:rsassa-pkcs1-v1_5-import

Conversation

@kkoyung
Copy link
Copy Markdown
Member

@kkoyung kkoyung commented Dec 10, 2025

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

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 <[email protected]>
@kkoyung kkoyung requested a review from gterzian as a code owner December 10, 2025 08:21
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 10, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Dec 10, 2025
@TimvdLippe TimvdLippe added this pull request to the merge queue Dec 10, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Dec 10, 2025
Merged via the queue into servo:main with commit 64dd55c Dec 10, 2025
33 checks passed
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Dec 10, 2025
@kkoyung kkoyung deleted the rsassa-pkcs1-v1_5-import branch December 17, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants