This repository has been archived by the owner on Oct 23, 2020. It is now read-only.
RSA needs to distinguish between RSA keys with different OIDs and parameters #17
Labels
node feature
Requires a missing feature in Node.js
WebCrypto requires implementations to be able to distinguish between the OIDs
rsaEncryption
,sha1WithRSAEncryption
,sha256WithRSAEncryption
,sha384WithRSAEncryption
,sha512WithRSAEncryption
,id-RSAES-OAEP
andid-RSASSA-PSS
, and for the last two, we even need access to the ASN.1 parameters.This is currently not possible using the
KeyObject
API.The text was updated successfully, but these errors were encountered: