mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 06:40:03 +00:00
Changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
7c33b0cac6
commit
d12b592bc1
15
ChangeLog.d/pkcs7-parser.txt
Normal file
15
ChangeLog.d/pkcs7-parser.txt
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
Features
|
||||||
|
* Added partial support for parsing the PKCS #7 cryptographic message
|
||||||
|
syntax, as defined in RFC 2315. Currently, support is limited to the
|
||||||
|
following:
|
||||||
|
- Only the signed data content type, version 1 is supported.
|
||||||
|
- Only DER encoding is supported.
|
||||||
|
- Only a single digest algorithm per message is supported.
|
||||||
|
- Only 0 or 1 certificates are supported per message, which must be in
|
||||||
|
X.509 format.
|
||||||
|
- There is no support for certificate-revocation lists.
|
||||||
|
- The authenticated and unauthenticated attribute fields of SignerInfo
|
||||||
|
must be empty.
|
||||||
|
Many thanks to Daniel Axtens, Nayna Jain, and Nick Child from IBM for
|
||||||
|
contributing this feature. Thanks to Demi-Marie Obenour for contributing
|
||||||
|
various improvements, tests and bug-fixes.
|
Loading…
x
Reference in New Issue
Block a user