Searched refs:close_notify (Results 1 – 14 of 14) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_shutdown.pod | 16 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 …]
|
D | SSL_set_shutdown.pod | 33 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,
|
D | SSL_CTX_set_quiet_shutdown.pod | 36 close_notify alert messages using L<SSL_shutdown(3)> 44 The session is thus considered to be shutdown, but no close_notify alert
|
D | SSL_alert_type_string.pod | 200 close_notify is more appropriate. This alert should be followed 201 by a close_notify. This message is generally a warning.
|
D | SSL_get_error.pod | 42 close_notify alert.
|
/third_party/mbedtls/programs/ssl/ |
D | dtls_client.c | 303 goto close_notify; in main() 317 close_notify: in main()
|
D | dtls_server.c | 346 goto close_notify; in main() 379 close_notify: in main()
|
D | ssl_server2.c | 3433 goto close_notify; in main() 3475 goto close_notify; in main() 3595 goto close_notify; in main() 3917 close_notify: in main()
|
D | ssl_client2.c | 2615 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/ |
D | gstglwindow.c | 859 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()
|
D | gstglwindow.h | 112 GDestroyNotify close_notify; member
|
/third_party/openssl/test/ |
D | README.ssltest.md | 72 `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/ |
D | ChangeLog | 3620 * 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/ |
D | ChangeLog | 30107 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.
|