Clarify ASN.1 entry named data free functions
Mention the name of the new functions in the "Features" entry. Clarify what they're for (there's no structure called mbedtls_x509_named_data, it's mbedtls_asn1_named_data, but that name isn't so important here since we've mentioned the names of the functions). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
6d069afe6b
commit
29a56a1251
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
Features
|
||||
* Shared code to free x509 structs like mbedtls_x509_named_data.
|
||||
* The new functions mbedtls_asn1_free_named_data_list() and
|
||||
mbedtls_asn1_free_named_data_list_shallow() simplify the management
|
||||
of memory in named data lists in X.509 structures.
|
||||
New deprecations
|
||||
* Deprecate mbedtls_asn1_free_named_data().
|
||||
Use mbedtls_asn1_free_named_data_list()
|
||||
|
|
Loading…
Reference in a new issue