Lines Matching full:alert
151 close_notify shutdown alert to the peer.
153 \&\fBSSL_shutdown()\fR tries to send the close_notify shutdown alert to the peer.
163 shutdown alert, and reception of the peer's close_notify shutdown alert.
166 It is acceptable for an application to only send its shutdown alert and
204 to wait for the peer's close_notify alert.
209 state but not actually send the close_notify alert messages,
215 data has been received and doesn't wait for the close_notify alert
218 There are implementations that do not send the required close_notify alert.
220 that all data has been received, do not wait for the peer's close_notify alert.
221 Waiting for the close_notify alert when the peer just closes the connection
228 alert, \fBSSL_shutdown()\fR will only send the alert and then set the
237 to send back a close_notify alert.
243 When it is done sending data, it will send the close_notify alert.
249 If the peer already sent the close_notify alert \fBand\fR it was
254 \&\fBSSL_shutdown()\fR will send the close_notify alert, set the \s-1SSL_SENT_SHUTDOWN\s0
273 The shutdown was successfully completed. The close_notify alert was sent
274 and the peer's close_notify alert was received.