Correct order of sections in the ChangeLog
This commit is contained in:
parent
528c621271
commit
9a6748cff1
1 changed files with 0 additions and 12 deletions
12
ChangeLog
12
ChangeLog
|
@ -2,18 +2,6 @@ mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
Bugfix
|
|
||||||
* Add a check if iv_len is zero, and return an error if it is zero. reported
|
|
||||||
by roberto. #716
|
|
||||||
* Replace preproccessor condition from #if defined(MBEDTLS_THREADING_PTHREAD)
|
|
||||||
to #if defined(MBEDTLS_THREADING_C) as the library cannot assume they will
|
|
||||||
always be implemented by pthread support. Fix for #696
|
|
||||||
* Fix resource leak on windows platform, in mbedtls_x509_crt_parse_path.
|
|
||||||
In case of failure, when an error occures, goto cleanup.
|
|
||||||
Found by redplait #590
|
|
||||||
* Add MBEDTLS_MPI_CHK to check for error value of mbedtls_mpi_fill_random.
|
|
||||||
Reported and fix suggested by guidovranken in #740
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
* Add the functions mbedtls_platform_setup() and mbedtls_platform_teardown()
|
||||||
and the context struct mbedtls_platform_context to perform
|
and the context struct mbedtls_platform_context to perform
|
||||||
|
|
Loading…
Reference in a new issue