digitalbazaar / forge

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

Home Page:https://digitalbazaar.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for RSASSA-PSS as scheme to sign CMS message (PKCS#7)

frelibert opened this issue · comments

forge supports signing with RSASSA-PSS scheme but currently not for CMS messages (PKCS#7).
As this scheme is more secure then RSASSA-PKCS1-V1_5, it should be possible to choose that one as well.
RSASSA-PKCS1-V1_5 is now set as fixed value.