Fix ChangeLog entry to correct release version

This commit is contained in:
Andres Amaya Garcia 2019-02-20 10:00:03 +00:00
parent 4343384966
commit e254f85c93

View file

@ -18,6 +18,10 @@ Bugfix
correctly as trailing zeroes were not accounted for as unused bits in the correctly as trailing zeroes were not accounted for as unused bits in the
leading content octet. Fixes #1610. leading content octet. Fixes #1610.
Features
* Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
named bitstring in DER as required by RFC 5280 Appendix B.
= mbed TLS 2.16.0 branch released 2018-12-21 = mbed TLS 2.16.0 branch released 2018-12-21
Features Features
@ -29,8 +33,6 @@ Features
function to see for which parameter values it is defined. This feature is function to see for which parameter values it is defined. This feature is
disabled by default. See its API documentation in config.h for additional disabled by default. See its API documentation in config.h for additional
steps you have to take when enabling it. steps you have to take when enabling it.
* Add a new function mbedtls_asn1_write_named_bitstring() to write ASN.1
named bitstring in DER as required by RFC 5280 Appendix B.
API Changes API Changes
* The following functions in the random generator modules have been * The following functions in the random generator modules have been