fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

Parse Raw #54

Closed emtammaru closed 8 months ago

emtammaru commented 8 months ago

This adds a new function to parse the PKCS7 structure without trying to parse the x509 certs contained therein. It returns the raw cert data as []byte.