Lines Matching full:shutdown
16 close_notify shutdown alert to the peer.
18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
27 The shutdown procedure consists of two steps: sending of the close_notify
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
43 do a complete shutdown procedure (bidirectional close_notify alerts).
46 complete shutdown procedure must be performed, so that the peers stay
73 SSL_shutdown() can be modified to only set the connection to "shutdown"
76 When "quiet shutdown" is enabled, SSL_shutdown() will always succeed
99 If a unidirectional shutdown is enough (the underlying connection shall be
102 In order to complete the bidirectional shutdown handshake, the peer needs
136 The shutdown is not yet finished: the close_notify was sent but the peer
138 Call SSL_read() to do a bidirectional shutdown.
146 The shutdown was successfully completed. The close_notify alert was sent
151 The shutdown was not successful.