Lines Matching full:shutdown
151 close_notify shutdown alert to the peer.
153 \&\fBSSL_shutdown()\fR tries to send the close_notify shutdown alert to the peer.
162 The shutdown procedure consists of two steps: sending of the close_notify
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
178 do a complete shutdown procedure (bidirectional close_notify alerts).
181 complete shutdown procedure must be performed, so that the peers stay
208 \&\fBSSL_shutdown()\fR can be modified to only set the connection to \*(L"shutdown\*(R"
211 When \*(L"quiet shutdown\*(R" is enabled, \fBSSL_shutdown()\fR will always succeed
233 If a unidirectional shutdown is enough (the underlying connection shall be
236 In order to complete the bidirectional shutdown handshake, the peer needs
264 The shutdown is not yet finished: the close_notify was sent but the peer
266 Call \fBSSL_read()\fR to do a bidirectional shutdown.
273 The shutdown was successfully completed. The close_notify alert was sent
277 The shutdown was not successful.