Home
last modified time | relevance | path

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

1234

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
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.
25 Note that SSL_shutdown() must not be called if a previous fatal error has
51 SSL_shutdown() only closes the write direction.
52 It is not possible to call SSL_write() after calling SSL_shutdown().
58 alert, SSL_shutdown() will only send the alert and then set the
61 If successful, SSL_shutdown() will return 0.
64 closed anyway), this first successful call to SSL_shutdown() is sufficient.
[all …]
H A DSSL_CTX_set_quiet_shutdown.pod36 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)>,
H A DSSL_set_shutdown.pod54 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)>,
H A DSSL_free.pod32 L<SSL_shutdown(3)> was not called for the connection
42 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
H A DSSL_get_error.pod17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(),
144 be performed on the connection and SSL_shutdown() must not be called.
154 connection and SSL_shutdown() must not be called.
164 a SSL_shutdown().
H A DSSL_clear.pod24 if L<SSL_shutdown(3)> was not called for the connection
71 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
H A DSSL_set_session.pod26 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
H A DSSL_set_fd.pod63 L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
H A DSSL_CTX_set_read_ahead.pod52 connection) after the SSL connection is finished using SSL_shutdown() reading
H A DSSL_accept.pod68 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
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
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 …]
H A DSSL_CTX_set_quiet_shutdown.pod36 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)>,
H A DSSL_set_shutdown.pod54 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)>,
H A DSSL_free.pod32 L<SSL_shutdown(3)> was not called for the connection
42 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
H A DSSL_clear.pod24 if L<SSL_shutdown(3)> was not called for the connection
71 L<SSL_shutdown(3)>, L<SSL_set_shutdown(3)>,
H A DSSL_get_error.pod17 SSL_read_ex(), SSL_read(), SSL_peek_ex(), SSL_peek(), SSL_shutdown(),
160 be performed on the connection and SSL_shutdown() must not be called.
170 connection and SSL_shutdown() must not be called.
H A DSSL_set_fd.pod63 L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
H A DSSL_set_session.pod27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
H A DSSL_CTX_set_read_ahead.pod52 connection) after the SSL connection is finished using SSL_shutdown() reading
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dsslapitest.c447 SSL_shutdown(clientssl); in test_keylog_no_master_key()
448 SSL_shutdown(serverssl); in test_keylog_no_master_key()
1579 SSL_shutdown(clientssl); in check_resumption()
1580 SSL_shutdown(serverssl); in check_resumption()
1621 SSL_shutdown(clientssl); in test_tickets()
1622 SSL_shutdown(serverssl); in test_tickets()
1672 SSL_shutdown(clientssl); in test_tickets()
1673 SSL_shutdown(serverssl); in test_tickets()
2387 SSL_shutdown(*clientssl); in setupearly_data_test()
2388 SSL_shutdown(*serverssl); in setupearly_data_test()
[all …]
H A Ddtlstest.c174 SSL_shutdown(clientssl); in test_dtls_drop_records()
175 SSL_shutdown(serverssl); in test_dtls_drop_records()
H A Dtls13ccstest.c309 SSL_shutdown(cssl); in test_tls13ccs()
310 SSL_shutdown(sssl); in test_tls13ccs()
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dbio_ssl.c81 SSL_shutdown(bs->ssl); in ssl_free()
238 SSL_shutdown(ssl); in ssl_ctrl()
504 SSL_shutdown(bdata->ssl); in BIO_ssl_shutdown()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dtls13ccstest.c309 SSL_shutdown(cssl); in test_tls13ccs()
310 SSL_shutdown(sssl); in test_tls13ccs()
H A Ddtlstest.c232 SSL_shutdown(clientssl); in test_dtls_drop_records()
233 SSL_shutdown(serverssl); in test_dtls_drop_records()

1234