mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fixed spaces in ChangeLog
This commit is contained in:
parent
3d6504a935
commit
b0695ced31
1 changed files with 3 additions and 3 deletions
|
|
@ -38,11 +38,11 @@ Bugfix
|
|||
* ssl_cache was creating entries when max_entries=0 if TIMING_C was enabled.
|
||||
* m_sleep() was sleeping twice too long on most Unix platforms.
|
||||
* Fixed bug with session tickets and non-blocking I/O in the unlikely case
|
||||
send() would return an EAGAIN error when sending the ticket.
|
||||
send() would return an EAGAIN error when sending the ticket.
|
||||
* ssl_cache was leaking memory when reusing a timed out entry containing a
|
||||
client certificate.
|
||||
client certificate.
|
||||
* ssl_srv was leaking memory when client presented a timed out ticket
|
||||
containing a client certificate
|
||||
containing a client certificate
|
||||
* ssl_init() was leaving a dirty pointer in ssl_context if malloc of
|
||||
out_ctr failed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue