Skip to content

crypto: add support for RSA-PSS keys

This commit adds support for RSA-PSS keys, including

  • KeyObjects of type 'rsa-pss',
  • key pair generation for RSA-PSS, and
  • signing and verification using RSA-PSS keys.

cc @nodejs/crypto

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading