1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix bug with non-blocking I/O and cookies

This commit is contained in:
Manuel Pégourié-Gonnard
2014-09-29 17:47:33 +02:00
committed by Paul Bakker
parent f03651217c
commit 579950c2bb
3 changed files with 18 additions and 8 deletions

View File

@ -516,6 +516,7 @@ typedef enum
SSL_HANDSHAKE_WRAPUP,
SSL_HANDSHAKE_OVER,
SSL_SERVER_NEW_SESSION_TICKET,
SSL_SERVER_HELLO_VERIFY_REQUEST_SENT,
}
ssl_states;