Lines Matching refs:notify
16 "close notify" shutdown alert to the peer.
20 SSL_shutdown() tries to send the "close notify" shutdown alert to the peer.
25 The shutdown procedure consists of 2 steps: the sending of the "close notify"
26 shutdown alert and the reception of the peer's "close notify" shutdown
32 complete shutdown procedure (bidirectional "close notify" alerts) must be
40 =item When the application is the first party to send the "close notify"
47 The second call will make SSL_shutdown() wait for the peer's "close notify"
51 =item If the peer already sent the "close notify" alert B<and> it was
54 SSL_shutdown() will send the "close notify" alert, set the SSL_SENT_SHUTDOWN
84 state but not actually send the "close notify" alert messages,
104 The shutdown was successfully completed. The "close notify" alert was sent
105 and the peer's "close notify" alert was received.