Lines Matching refs:send
18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
31 It is acceptable for an application to only send its shutdown alert and
35 This should only be done when it is known that the other side will not send more
74 state but not actually send the close_notify alert messages,
83 There are implementations that do not send the required close_notify alert.
93 When the application is the first party to send the close_notify
94 alert, SSL_shutdown() will only send the alert and then set the
103 to send back a close_notify alert.
107 The peer is still allowed to send data after receiving the close_notify
109 When it is done sending data, it will send the close_notify alert.
121 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
137 did not send it back yet.