mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
Don't print uninitialized buffer in ssl_mail_client
This commit is contained in:
parent
9a6b442cee
commit
42cc641159
2 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ Bugfix
|
|||
* Support escaping of commas in x509_string_to_names()
|
||||
* Fix compile error in ssl_pthread_server (found by Julian Ospald).
|
||||
* Fix net_accept() regarding non-blocking sockets (found by Luca Pesce).
|
||||
* Don't print uninitialised buffer in ssl_mail_client (found by Marc Abel).
|
||||
|
||||
Changes
|
||||
* Ciphersuites using SHA-256 or SHA-384 now require TLS 1.x (there is no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue