Fix server-initiated renego with non-blocking I/O

This commit is contained in:
Manuel Pégourié-Gonnard 2014-08-15 19:04:47 +02:00
parent a8c0a0dbd0
commit f07f421759
3 changed files with 34 additions and 2 deletions

View file

@ -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