cisco / node-jose

Apache License 2.0
703 stars 125 forks source link

Enhancement: support RSA-PSS with WebCryptoAPI #128

Closed rriemann closed 6 years ago

rriemann commented 7 years ago

As far as I can test with https://diafygi.github.io/webcrypto-examples/, at least Firefox supports now RSA-PSS.

Hence, the note here is no longer true?

https://github.com/cisco/node-jose/blob/0d1a8cdc351988d74ac42398c3d973902db3d808/lib/algorithms/rsassa.js#L157-L159

I plan to use this scheme to implement blind signatures.

linuxwolf commented 7 years ago

It is true that comment no longer applies. Not sure when a WebCrypto API variant will be implemented here, but the current still works (albeit slowly).