2023-03-10 16:07:21 +01:00
|
|
|
Features
|
2023-03-10 18:05:54 +01:00
|
|
|
* Added partial support for parsing the PKCS #7 Cryptographic Message
|
|
|
|
Syntax, as defined in RFC 2315. Currently, support is limited to the
|
2023-03-10 16:07:21 +01:00
|
|
|
following:
|
2023-03-10 18:05:54 +01:00
|
|
|
- Only the signed-data content type, version 1 is supported.
|
2023-03-10 16:07:21 +01:00
|
|
|
- Only DER encoding is supported.
|
|
|
|
- Only a single digest algorithm per message is supported.
|
2023-03-10 18:14:52 +01:00
|
|
|
- Certificates must be in X.509 format. A message must have either 0
|
|
|
|
or 1 certificates.
|
2023-03-10 18:05:54 +01:00
|
|
|
- There is no support for certificate revocation lists.
|
2023-03-10 16:07:21 +01:00
|
|
|
- The authenticated and unauthenticated attribute fields of SignerInfo
|
|
|
|
must be empty.
|
|
|
|
Many thanks to Daniel Axtens, Nayna Jain, and Nick Child from IBM for
|
2023-03-10 18:14:52 +01:00
|
|
|
contributing this feature, and to Demi-Marie Obenour for contributing
|
2023-03-10 18:05:54 +01:00
|
|
|
various improvements, tests and bug fixes.
|