mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-08 10:09:54 +00:00
Fix ChangeLog entry to correct release version
This commit is contained in:
parent
4343384966
commit
e254f85c93
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue