mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:45:39 +01:00
FIx misplaced Changelog entry (oops)
This commit is contained in:
parent
249bece013
commit
3e87a9f57f
@ -35,6 +35,8 @@ Features
|
||||
errors on use of deprecated functions.
|
||||
|
||||
Bugfix
|
||||
* Fix bug in entropy.c when THREADING_C is also enabled that caused
|
||||
entropy_free() to crash (thanks to Rafał Przywara).
|
||||
* Fix memory leak when gcm_setkey() and ccm_setkey() are used more than
|
||||
once on the same context.
|
||||
* Fix bug in ssl_mail_client when password is longer that username (found
|
||||
@ -127,8 +129,6 @@ Features
|
||||
ciphersuite/certificate.
|
||||
|
||||
Bugfix
|
||||
* Fix bug in entropy.c when THREADING_C is also enabled that caused
|
||||
entropy_free() to crash (thanks to Rafał Przywara).
|
||||
* Stack buffer overflow if ctr_drbg_update() is called with too large
|
||||
add_len (found by Jean-Philippe Aumasson) (not triggerable remotely).
|
||||
* Possible buffer overflow of length at most POLARSSL_MEMORY_ALIGN_MULTIPLE
|
||||
|
Loading…
Reference in New Issue
Block a user