Closed tniessen closed 5 years ago
This adds basic support for RSASSA-PKCS1-v1_5 (section 20) and RSA-PSS (section 21). Like all the other code, it is just a prototype, and will need a lot of refining, but most things should work.
RSASSA-PKCS1-v1_5
RSA-PSS
Fixes: https://github.com/nodejs/webcrypto/issues/2 Fixes: https://github.com/nodejs/webcrypto/issues/3
This adds basic support for
RSASSA-PKCS1-v1_5
(section 20) andRSA-PSS
(section 21). Like all the other code, it is just a prototype, and will need a lot of refining, but most things should work.Fixes: https://github.com/nodejs/webcrypto/issues/2 Fixes: https://github.com/nodejs/webcrypto/issues/3