/third_party/openssl/doc/man3/ |
D | SSL_shutdown.pod | 5 SSL_shutdown - shut down a TLS/SSL connection 11 int SSL_shutdown(SSL *ssl); 15 SSL_shutdown() shuts down an active TLS/SSL connection. It sends the 18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer. 23 Note that SSL_shutdown() must not be called if a previous fatal error has 49 SSL_shutdown() only closes the write direction. 50 It is not possible to call SSL_write() after calling SSL_shutdown(). 53 The behaviour of SSL_shutdown() additionally depends on the underlying BIO. 54 If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the 57 If the underlying BIO is B<nonblocking>, SSL_shutdown() will also return [all …]
|
D | SSL_CTX_set_quiet_shutdown.pod | 36 close_notify alert messages using L<SSL_shutdown(3)> 39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)> 41 (L<SSL_shutdown(3)> then behaves like 59 L<ssl(7)>, L<SSL_shutdown(3)>,
|
D | SSL_set_shutdown.pod | 54 close alert to the peer (see L<SSL_shutdown(3)>). 58 L<SSL_shutdown(3)> or SSL_set_shutdown() itself. 68 L<ssl(7)>, L<SSL_shutdown(3)>,
|
D | SSL_free.pod | 32 L<SSL_shutdown(3)> was not called for the connection 42 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
|
D | SSL_clear.pod | 24 if L<SSL_shutdown(3)> was not called for the connection 71 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
|
D | SSL_get_error.pod | 17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(), 158 be performed on the connection and SSL_shutdown() must not be called. 168 connection and SSL_shutdown() must not be called.
|
D | SSL_set_fd.pod | 63 L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
|
D | SSL_set_session.pod | 27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
|
D | SSL_CTX_set_read_ahead.pod | 52 connection) after the SSL connection is finished using SSL_shutdown() reading
|
D | SSL_accept.pod | 68 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
|
D | SSL_connect.pod | 83 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
|
/third_party/openssl/test/ |
D | sslapitest.c | 495 SSL_shutdown(clientssl); in test_keylog_no_master_key() 496 SSL_shutdown(serverssl); in test_keylog_no_master_key() 624 SSL_shutdown(clientssl); in test_client_cert_verify_cb() 628 SSL_shutdown(serverssl); in test_client_cert_verify_cb() 1264 SSL_shutdown(clientssl); in execute_test_ktls() 1268 SSL_shutdown(serverssl); in execute_test_ktls() 1395 SSL_shutdown(clientssl); in execute_test_ktls_sendfile() 1399 SSL_shutdown(serverssl); in execute_test_ktls_sendfile() 2488 SSL_shutdown(clientssl); in check_resumption() 2489 SSL_shutdown(serverssl); in check_resumption() [all …]
|
D | tls13ccstest.c | 309 SSL_shutdown(cssl); in test_tls13ccs() 310 SSL_shutdown(sssl); in test_tls13ccs()
|
D | dtlstest.c | 232 SSL_shutdown(clientssl); in test_dtls_drop_records() 233 SSL_shutdown(serverssl); in test_dtls_drop_records()
|
/third_party/openssl/ssl/ |
D | bio_ssl.c | 81 SSL_shutdown(bs->ssl); in ssl_free() 238 SSL_shutdown(ssl); in ssl_ctrl() 504 SSL_shutdown(bdata->ssl); in BIO_ssl_shutdown()
|
/third_party/node/deps/openssl/openssl/ssl/ |
D | bio_ssl.c | 81 SSL_shutdown(bs->ssl); in ssl_free() 238 SSL_shutdown(ssl); in ssl_ctrl() 504 SSL_shutdown(bdata->ssl); in BIO_ssl_shutdown()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-ssl.c | 276 SSL_shutdown(wsi->tls.ssl); in lws_ssl_close() 316 int n = SSL_shutdown(wsi->tls.ssl); in __lws_tls_shutdown()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-ssl.c | 467 SSL_shutdown(wsi->tls.ssl); in lws_ssl_close() 543 n = SSL_shutdown(wsi->tls.ssl); in __lws_tls_shutdown()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
D | io_openssl.c | 177 SSL_shutdown(session->io_context); in SPDYF_openssl_close_session()
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_lib.c | 424 int SSL_shutdown(SSL *ssl) in SSL_shutdown() function 446 ret = SSL_shutdown(ssl); in SSL_clear() 572 ret = SSL_shutdown(ssl); in SSL_set_ssl_method()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | s_socket.c | 440 ret = SSL_shutdown(ssl); in do_ssl_shutdown()
|
/third_party/openssl/apps/lib/ |
D | s_socket.c | 440 ret = SSL_shutdown(ssl); in do_ssl_shutdown()
|
/third_party/curl/lib/ |
D | setup-vms.h | 309 #define SSL_shutdown SSL_SHUTDOWN macro
|
/third_party/openssl/doc/man7/ |
D | ssl.pod | 35 L<SSL_shutdown(3)> can be used to shut down the
|
/third_party/toybox/toys/pending/ |
D | wget.c | 233 SSL_shutdown(TT.ssl); in wget_close()
|