Skip to content

script: Implement import key operation of RSA-PSS#41157

Merged
TimvdLippe merged 2 commits intoservo:mainfrom
kkoyung:rsa-pss-import
Dec 9, 2025
Merged

script: Implement import key operation of RSA-PSS#41157
TimvdLippe merged 2 commits intoservo:mainfrom
kkoyung:rsa-pss-import

Conversation

@kkoyung
Copy link
Copy Markdown
Member

@kkoyung kkoyung commented Dec 9, 2025

Start adding RSA-PSS support to WebCrypto API.

This patch implements import key operation of RSA-PSS, 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 RSA-PSS had not been implemented, and requires other not-yet-implemented operations to pass.

Fixes: #34362, and part of #41113

@kkoyung kkoyung requested a review from gterzian as a code owner December 9, 2025 13:39
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Dec 9, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Dec 9, 2025
@TimvdLippe TimvdLippe added this pull request to the merge queue Dec 9, 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 9, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 9, 2025
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Dec 9, 2025
@TimvdLippe TimvdLippe added this pull request to the merge queue Dec 9, 2025
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Dec 9, 2025
Merged via the queue into servo:main with commit 56d9e24 Dec 9, 2025
38 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 9, 2025
@kkoyung kkoyung deleted the rsa-pss-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.

Using Uint8Array in webidl generates invalid binding code

3 participants