Searched refs:SSL_shutdown (Results 1 – 25 of 29) sorted by relevance
12
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | 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 20 SSL_shutdown() tries to send the "close notify" shutdown alert to the peer. 35 SSL_shutdown() supports both uni- and bidirectional shutdown by its 2 step 41 alert, SSL_shutdown() will only send the alert and then set the 43 be kept in cache). SSL_shutdown() will then return with 0. If a unidirectional 45 first call to SSL_shutdown() is sufficient. In order to complete the 46 bidirectional shutdown handshake, SSL_shutdown() must be called again. 47 The second call will make SSL_shutdown() wait for the peer's "close notify" [all …]
|
| HD | SSL_CTX_set_quiet_shutdown.pod | 36 "close notify" alert messages using L<SSL_shutdown(3)|SSL_shutdown(3)> 39 When setting the "quiet shutdown" flag to 1, L<SSL_shutdown(3)|SSL_shutdown(3)> 41 (L<SSL_shutdown(3)|SSL_shutdown(3)> then behaves like 59 L<ssl(3)|ssl(3)>, L<SSL_shutdown(3)|SSL_shutdown(3)>,
|
| HD | SSL_set_shutdown.pod | 54 close alert to the peer (see L<SSL_shutdown(3)|SSL_shutdown(3)>). 58 L<SSL_shutdown(3)|SSL_shutdown(3)> or SSL_set_shutdown() itself. 68 L<ssl(3)|ssl(3)>, L<SSL_shutdown(3)|SSL_shutdown(3)>,
|
| HD | SSL_free.pod | 31 L<SSL_shutdown(3)|SSL_shutdown(3)> was not called for the connection 41 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
|
| HD | SSL_clear.pod | 24 if L<SSL_shutdown(3)|SSL_shutdown(3)> was not called for the connection 71 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
|
| HD | SSL_set_bio.pod | 32 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
|
| HD | SSL_set_fd.pod | 52 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
|
| HD | SSL_read.pod | 94 (see L<SSL_shutdown(3)|SSL_shutdown(3)>, 121 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<SSL_set_shutdown(3)|SSL_set_shutdown(3)>,
|
| HD | SSL_accept.pod | 68 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
|
| HD | SSL_connect.pod | 68 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
|
| HD | ssl.pod | 35 L<SSL_shutdown(3)|SSL_shutdown(3)> can be used to shut down the 630 =item int B<SSL_shutdown>(SSL *ssl); 752 L<SSL_shutdown(3)|SSL_shutdown(3)>,
|
| /NextBSD/crypto/openssl/apps/ |
| HD | s_time.c | 434 SSL_shutdown(scon); in MAIN() 491 SSL_shutdown(scon); in MAIN() 529 SSL_shutdown(scon); in MAIN()
|
| HD | s_client.c | 1714 SSL_shutdown(con); in MAIN() 2052 SSL_shutdown(con); in MAIN()
|
| HD | s_server.c | 2555 SSL_shutdown(con); in sv_body()
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | bio_ssl.c | 126 SSL_shutdown(bs->ssl); in ssl_free() 300 SSL_shutdown(ssl); in ssl_ctrl() 586 SSL_shutdown(s); in BIO_ssl_shutdown()
|
| HD | ssl.h | 2397 int SSL_shutdown(SSL *s);
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_f_ssl.pod | 49 by calling SSL_shutdown(). BIO_reset() is then sent to the next BIO in 94 chain and calling SSL_shutdown() on its internal SSL
|
| /NextBSD/contrib/dma/ |
| HD | net.c | 344 SSL_shutdown(config.ssl); in close_connection()
|
| /NextBSD/secure/lib/libssl/ |
| HD | Makefile.man | 95 MAN+= SSL_shutdown.3
|
| /NextBSD/crypto/openssl/util/ |
| HD | ssleay.num | 84 SSL_shutdown 96 EXIST::FUNCTION:
|
| /NextBSD/contrib/unbound/smallapp/ |
| HD | unbound-anchor.c | 793 if(SSL_shutdown(ssl) == 0) { in TLS_shutdown() 794 SSL_shutdown(ssl); in TLS_shutdown()
|
| /NextBSD/lib/libfetch/ |
| HD | common.c | 1195 SSL_shutdown(conn->ssl); in fetch_close()
|
| /NextBSD/contrib/unbound/util/ |
| HD | netevent.c | 906 SSL_shutdown(c->ssl); in reclaim_tcp_handler() 1930 SSL_shutdown(c->ssl);
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | tls_openssl.c | 1185 SSL_shutdown(conn->ssl); in tls_connection_deinit() 1213 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
|
| /NextBSD/contrib/unbound/services/ |
| HD | outside_network.c | 307 SSL_shutdown(pend->c->ssl);
|
12