add changelog file for #4950

Signed-off-by: openluopworld <wuhanluop@163.com>
This commit is contained in:
openluopworld 2021-10-12 18:38:50 +08:00
parent 78521966b0
commit 506752299b
2 changed files with 4 additions and 6 deletions

View file

@ -1,11 +1,5 @@
mbed TLS ChangeLog (Sorted per branch, date) mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.x.x branch released xxxx-xx-xx
Bugfix
* Fix a bug in mbedtls_gcm_starts() when bits of iv are longer than 2^32.
* Fix #4950.
= Mbed TLS 3.0.0 branch released 2021-07-07 = Mbed TLS 3.0.0 branch released 2021-07-07
API changes API changes

View file

@ -0,0 +1,4 @@
Bugfix
* Fix a bug in mbedtls_gcm_starts() when bits of iv are longer than 2^32.
* Fix #4950.