blob: 7f85f0ce1d3b96ac1bdc34e379f6cee3a18cfafe [file] [log] [blame]
Bence Szépkúti12269e22022-11-25 05:51:02 +01001Features
2 * Added partial support for parsing the PKCS7 cryptographic message syntax,
3 as defined in RFC 2315. Currently, support is limited to the following:
4 - Only the signed data content type, version 1 is supported.
5 - Only DER encoding is supported.
6 - Only a single digest algorithm per message is supported.
7 - Only 0 or 1, certificate is supported per message, which must be in
8 X509 format.
9 - There is no support for certificate-revocation lists.
10 - The authenticated and unauthenticated attribute fields of SignerInfo
11 must be empty.
12 Many thanks to Daniel Axtens, Nayna Jain, and Nick Child from IBM for
13 contributing this feature.