Lines Matching refs:alert
16 close_notify shutdown alert to the peer.
18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
28 shutdown alert, and reception of the peer's close_notify shutdown alert.
31 It is acceptable for an application to only send its shutdown alert and
69 to wait for the peer's close_notify alert.
74 state but not actually send the close_notify alert messages,
80 data has been received and doesn't wait for the close_notify alert
83 There are implementations that do not send the required close_notify alert.
85 that all data has been received, do not wait for the peer's close_notify alert.
86 Waiting for the close_notify alert when the peer just closes the connection
94 alert, SSL_shutdown() will only send the alert and then set the
103 to send back a close_notify alert.
109 When it is done sending data, it will send the close_notify alert.
116 If the peer already sent the close_notify alert B<and> it was
121 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
146 The shutdown was successfully completed. The close_notify alert was sent
147 and the peer's close_notify alert was received.