Skip to content

Commit ce04951

Browse files
Andres Amaya Garciasimonbutcher
authored andcommitted
Fix ChangeLog entry to correct release version
1 parent 412ddf3 commit ce04951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Features
77
which allows copy-less parsing of DER encoded X.509 CRTs,
88
at the cost of additional lifetime constraints on the input
99
buffer, but at the benefit of reduced RAM consumption.
10+
* Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
11+
named bitstring in DER as required by RFC 5280 Appendix B.
1012

1113
API Changes
1214
* Add a new X.509 API call `mbedtls_x509_parse_der_nocopy()`.
@@ -71,8 +73,6 @@ Features
7173
function to see for which parameter values it is defined. This feature is
7274
disabled by default. See its API documentation in config.h for additional
7375
steps you have to take when enabling it.
74-
* Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
75-
named bitstring in DER as required by RFC 5280 Appendix B.
7676

7777
API Changes
7878
* The following functions in the random generator modules have been

0 commit comments

Comments
 (0)