mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-05 12:13:03 +00:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3: Fix compile errors with NO_STD_FUNCTIONS Expand config.pl's notion of "full" Ack external bugfix in Changelog FIx misplaced Changelog entry (oops) Fix compile bug: incompatible declaration of polarssl_exit in platform.c Fix contributor's name in Changelog
This commit is contained in:
@@ -193,6 +193,10 @@ Features
|
||||
errors on use of deprecated functions.
|
||||
|
||||
Bugfix
|
||||
* Fix compile errors with PLATFORM_NO_STD_FUNCTIONS.
|
||||
* Fix compile error with PLATFORM_EXIT_ALT (thanks to Rafał Przywara).
|
||||
* 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
|
||||
@@ -285,8 +289,6 @@ Features
|
||||
ciphersuite/certificate.
|
||||
|
||||
Bugfix
|
||||
* Fix bug in entropy.c when THREADING_C is also enabled that caused
|
||||
entropy_free() to crash (found and fixed by ptahpeteh).
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user