Lines Matching refs:alert
16 close_notify shutdown alert to the peer.
20 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
30 shutdown alert, and reception of the peer's close_notify shutdown alert.
33 It is acceptable for an application to only send its shutdown alert and
58 alert, SSL_shutdown() will only send the alert and then set the
67 to send back a close_notify alert.
73 When it is done sending data, it will send the close_notify alert.
80 If the peer already sent the close_notify alert B<and> it was
85 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
110 to wait for the peer's close_notify alert.
115 state but not actually send the close_notify alert messages,
121 data has been received and doesn't wait for the close_notify alert
124 There are implementations that do not send the required close_notify alert.
126 that all data has been received, do not wait for the peer's close_notify alert.
127 Waiting for the close_notify alert when the peer just closes the connection will
148 The shutdown was successfully completed. The close_notify alert was sent
149 and the peer's close_notify alert was received.