PeculiarVentures / x509

@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
https://peculiarventures.github.io/x509/
MIT License
86 stars 14 forks source link

Add support for RSA-PSS #59

Open lukasbrun opened 1 year ago

lukasbrun commented 1 year ago

The RSA algorithm provider currently does not support RSA-PSS. This leads to incorrect behaviour, e.g. verification of a certificate signed with RSA-PSS fails