Home
last modified time | relevance | path

Searched refs:SSL_shutdown (Results 1 – 25 of 29) sorted by relevance

12

/NextBSD/crypto/openssl/doc/ssl/
HDSSL_shutdown.pod5 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 …]
HDSSL_CTX_set_quiet_shutdown.pod36 "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)>,
HDSSL_set_shutdown.pod54 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)>,
HDSSL_free.pod31 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)>,
HDSSL_clear.pod24 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)>,
HDSSL_set_bio.pod32 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
HDSSL_set_fd.pod52 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
HDSSL_read.pod94 (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)>,
HDSSL_accept.pod68 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
HDSSL_connect.pod68 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
HDssl.pod35 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/
HDs_time.c434 SSL_shutdown(scon); in MAIN()
491 SSL_shutdown(scon); in MAIN()
529 SSL_shutdown(scon); in MAIN()
HDs_client.c1714 SSL_shutdown(con); in MAIN()
2052 SSL_shutdown(con); in MAIN()
HDs_server.c2555 SSL_shutdown(con); in sv_body()
/NextBSD/crypto/openssl/ssl/
HDbio_ssl.c126 SSL_shutdown(bs->ssl); in ssl_free()
300 SSL_shutdown(ssl); in ssl_ctrl()
586 SSL_shutdown(s); in BIO_ssl_shutdown()
HDssl.h2397 int SSL_shutdown(SSL *s);
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_f_ssl.pod49 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/
HDnet.c344 SSL_shutdown(config.ssl); in close_connection()
/NextBSD/secure/lib/libssl/
HDMakefile.man95 MAN+= SSL_shutdown.3
/NextBSD/crypto/openssl/util/
HDssleay.num84 SSL_shutdown 96 EXIST::FUNCTION:
/NextBSD/contrib/unbound/smallapp/
HDunbound-anchor.c793 if(SSL_shutdown(ssl) == 0) { in TLS_shutdown()
794 SSL_shutdown(ssl); in TLS_shutdown()
/NextBSD/lib/libfetch/
HDcommon.c1195 SSL_shutdown(conn->ssl); in fetch_close()
/NextBSD/contrib/unbound/util/
HDnetevent.c906 SSL_shutdown(c->ssl); in reclaim_tcp_handler()
1930 SSL_shutdown(c->ssl);
/NextBSD/contrib/wpa/src/crypto/
HDtls_openssl.c1185 SSL_shutdown(conn->ssl); in tls_connection_deinit()
1213 SSL_shutdown(conn->ssl); in tls_connection_shutdown()
/NextBSD/contrib/unbound/services/
HDoutside_network.c307 SSL_shutdown(pend->c->ssl);

12