mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-03 15:45:40 +00:00
Manually merge 1.3 changelog
This commit is contained in:
parent
43b08574a6
commit
2a1524ccb5
|
@ -179,6 +179,8 @@ Features
|
||||||
errors on use of deprecated functions.
|
errors on use of deprecated functions.
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
* 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
|
* Fix bug in ssl_mail_client when password is longer that username (found
|
||||||
by Bruno Pape).
|
by Bruno Pape).
|
||||||
* Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules
|
* Fix undefined behaviour (memcmp( NULL, NULL, 0 );) in X.509 modules
|
||||||
|
|
Loading…
Reference in a new issue