mirror of
https://github.com/espressif/mbedtls.git
synced 2025-05-09 19:31:18 +08:00
Changelog updates & fixes
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
831cf48abf
commit
1ffa6a538a
@ -1,6 +1,6 @@
|
|||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
= mbed TLS x.x.x branch released xxxx-xx-xx
|
= mbed TLS 3.1.0 branch released 2021-12-17
|
||||||
|
|
||||||
API changes
|
API changes
|
||||||
* New error code for GCM: MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL.
|
* New error code for GCM: MBEDTLS_ERR_GCM_BUFFER_TOO_SMALL.
|
||||||
@ -130,8 +130,8 @@ Bugfix
|
|||||||
these two.
|
these two.
|
||||||
* Fix issue in Makefile on Linux with SHARED=1, that caused shared libraries
|
* Fix issue in Makefile on Linux with SHARED=1, that caused shared libraries
|
||||||
not to list other shared libraries they need.
|
not to list other shared libraries they need.
|
||||||
* Fix a bug in mbedtls_gcm_starts() when bits of iv are longer than 2^32.
|
* Fix a bug in mbedtls_gcm_starts() when the bit length of the iv
|
||||||
Fixes #4884.
|
exceeds 2^32. Fixes #4884.
|
||||||
* Fix an uninitialized variable warning in test_suite_ssl.function with GCC
|
* Fix an uninitialized variable warning in test_suite_ssl.function with GCC
|
||||||
version 11.
|
version 11.
|
||||||
* Fix the build when no SHA2 module is included. Fixes #4930.
|
* Fix the build when no SHA2 module is included. Fixes #4930.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user