Home
last modified time | relevance | path

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

12

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
H A DSSL_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.
41 alert, SSL_shutdown() will only send the alert and then set the
45 first call to SSL_shutdown() is sufficient. In order to complete the
46 bidirectional shutdown handshake, SSL_shutdown() must be called again.
73 when the underlying BIO could not satisfy the needs of SSL_shutdown()
75 return value of SSL_shutdown() will yield B<SSL_ERROR_WANT_READ> or
77 taking appropriate action to satisfy the needs of SSL_shutdown().
[all …]
H A DSSL_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)>,
H A DSSL_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)>,
H A DSSL_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)>,
H A DSSL_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)>,
H A DSSL_set_bio.pod32 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>
H A DSSL_set_fd.pod52 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)> , L<bio(3)|bio(3)>
H A DSSL_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)>,
H A DSSL_connect.pod68 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
H A DSSL_accept.pod71 L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
H A Dssl.pod35 L<SSL_shutdown(3)|SSL_shutdown(3)> can be used to shut down the
626 =item int B<SSL_shutdown>(SSL *ssl);
748 L<SSL_shutdown(3)|SSL_shutdown(3)>,
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c438 SSL_shutdown(scon); in MAIN()
495 SSL_shutdown(scon); in MAIN()
533 SSL_shutdown(scon); in MAIN()
H A Ds_client.c1543 SSL_shutdown(con); in MAIN()
1878 SSL_shutdown(con); in MAIN()
H A Ds_server.c2352 SSL_shutdown(con); in sv_body()
/minix/crypto/external/bsd/openssl/dist/demos/ssl/
H A Dcli.cpp102 SSL_shutdown (ssl); /* send SSL/TLS close_notify */ in main()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Dbio_ssl.c126 SSL_shutdown(bs->ssl); in ssl_free()
300 SSL_shutdown(ssl); in ssl_ctrl()
582 SSL_shutdown(s); in BIO_ssl_shutdown()
H A Dssl.h2061 int SSL_shutdown(SSL *s);
H A Dssl_lib.c1002 int SSL_shutdown(SSL *s) in SSL_shutdown() function
/minix/crypto/external/bsd/openssl/dist/demos/tunala/
H A Dsm.c137 SSL_shutdown(machine->ssl); in state_machine_close_clean()
/minix/crypto/external/bsd/openssl/lib/libcrypto/
H A Dman.inc55 SSL_shutdown.3 SSL_CTX_set_quiet_shutdown.3 SSL_set_shutdown.3 \
/minix/crypto/external/bsd/openssl/dist/bugs/
H A DSSLv338 SSL_shutdown() and still sharing the socket with its parent).
/minix/crypto/external/bsd/openssl/dist/doc/crypto/
H A DBIO_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
/minix/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A Deasy-tls.c1090 r = SSL_shutdown(ssl); in tls_proxy()
1105 r = SSL_shutdown(ssl); in tls_proxy()
/minix/crypto/external/bsd/openssl/dist/util/
H A Dssleay.num84 SSL_shutdown 96 EXIST::FUNCTION:
/minix/usr.sbin/syslogd/
H A Dtls.c1075 SSL_shutdown(ssl); in tls_connect()
1869 rc = SSL_shutdown(conn_info->sslptr); in dispatch_SSL_shutdown()

12