Home
last modified time | relevance | path

Searched refs:close_notify (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_shutdown.pod16 close_notify shutdown alert to the peer.
20 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
29 The shutdown procedure consists of two steps: sending of the close_notify
30 shutdown alert, and reception of the peer's close_notify shutdown alert.
45 do a complete shutdown procedure (bidirectional close_notify alerts).
57 When the application is the first party to send the close_notify
67 to send back a close_notify alert.
71 The peer is still allowed to send data after receiving the close_notify
73 When it is done sending data, it will send the close_notify alert.
80 If the peer already sent the close_notify alert B<and> it was
[all …]
DSSL_set_shutdown.pod33 A close_notify shutdown alert was sent to the peer, the connection is being
38 A shutdown alert was received form the peer, either a normal close_notify
50 (according to the TLS RFC, it is acceptable to only send the close_notify
56 If a close_notify was received, SSL_RECEIVED_SHUTDOWN will be set,
DSSL_CTX_set_quiet_shutdown.pod36 close_notify alert messages using L<SSL_shutdown(3)>
44 The session is thus considered to be shutdown, but no close_notify alert
DSSL_alert_type_string.pod200 close_notify is more appropriate. This alert should be followed
201 by a close_notify. This message is generally a warning.
DSSL_get_error.pod42 close_notify alert.
/third_party/mbedtls/programs/ssl/
Ddtls_client.c303 goto close_notify; in main()
317 close_notify: in main()
Ddtls_server.c346 goto close_notify; in main()
379 close_notify: in main()
Dssl_server2.c3433 goto close_notify; in main()
3475 goto close_notify; in main()
3595 goto close_notify; in main()
3917 close_notify: in main()
Dssl_client2.c2615 goto close_notify; in main()
2686 goto close_notify; in main()
2903 close_notify: in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglwindow.c859 if (window->close_notify) in gst_gl_window_set_close_callback()
860 window->close_notify (window->close_data); in gst_gl_window_set_close_callback()
864 window->close_notify = destroy_notify; in gst_gl_window_set_close_callback()
Dgstglwindow.h112 GDestroyNotify close_notify; member
/third_party/openssl/test/
DREADME.ssltest.md72 `close_notify`). Warning alert expectations are not yet supported. (A warning
73 alert will not be correctly matched, if followed by a `close_notify` or
/third_party/mbedtls/
DChangeLog3620 * Some example server programs were not sending the close_notify alert.
4006 * Some example server programs were not sending the close_notify alert.
/third_party/gstreamer/gstplugins_bad/
DChangeLog30107 dtls: Handle errors/close_notify at all steps and propagate through the layers properly
30111 - dtlsenc: EOS will cause close_notify to be sent to the peer and only
30112 if the peer also sent back close_notify we will forward the
30116 containing close_notify, return EOS and send EOS downstream.