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
78 stars 10 forks source link

Support for Cryptographic Message Syntax (CMS) / RFC5652 #35

Open turon opened 1 year ago

turon commented 1 year ago

Does the current library support CMS, aka RFC 5652, aka the latest update to PKCS#7?

If not, are there plans to support such a means to sign and verify a message with an x509 certificate?

turon commented 1 year ago

@rmhrisk @microshine