mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-04 21:56:21 +01:00
Fix server-initiated renego with non-blocking I/O
This commit is contained in:
parent
a8c0a0dbd0
commit
f07f421759
3 changed files with 34 additions and 2 deletions
|
|
@ -12,6 +12,8 @@ Bugfix
|
|||
* Remove non-existent file from VS projects (found by Peter Vaskovic).
|
||||
* ssl_read() could return non-application data records on server while
|
||||
renegotation was pending, and on client when a HelloRequest was received.
|
||||
* Server-initiated renegotiation would fail with non-blocking I/O if the
|
||||
write callback returned WANT_WRITE when requesting renegotiation.
|
||||
|
||||
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