| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A 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. 49 SSL_shutdown() only closes the write direction. 62 taking appropriate action to satisfy the needs of SSL_shutdown(). 68 After SSL_shutdown() returned 0, it is possible to call SSL_shutdown() again 70 SSL_shutdown() will return 1 in that case. 94 alert, SSL_shutdown() will only send the alert and then set the 97 If successful, SSL_shutdown() will return 0. [all …]
|
| H A 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)>,
|
| H A 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)>,
|
| H A 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)>,
|
| H A 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)>,
|
| H A D | SSL_get_error.pod | 17 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 D | SSL_set_fd.pod | 63 L<SSL_shutdown(3)>, L<ssl(7)> , L<bio(7)>
|
| H A D | SSL_set_session.pod | 27 session cache (if used). A session is considered open, if L<SSL_shutdown(3)> was
|
| H A D | SSL_CTX_set_read_ahead.pod | 52 connection) after the SSL connection is finished using SSL_shutdown() reading
|
| H A D | SSL_accept.pod | 68 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
|
| H A D | SSL_connect.pod | 83 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>,
|
| H A D | BIO_f_ssl.pod | 50 by calling SSL_shutdown(). BIO_reset() is then sent to the next BIO in 94 chain and calling SSL_shutdown() on its internal SSL
|
| H A D | SSL_get_session.pod | 56 error occurs on the connection or L<SSL_shutdown(3)> is not called prior to
|
| H A D | SSL_set_bio.pod | 106 L<SSL_shutdown(3)>, L<ssl(7)>, L<bio(7)>
|
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | sslapitest.c | 495 SSL_shutdown(clientssl); in test_keylog_no_master_key() 496 SSL_shutdown(serverssl); in test_keylog_no_master_key() 2545 SSL_shutdown(clientssl); in test_tickets() 2546 SSL_shutdown(serverssl); in test_tickets() 2596 SSL_shutdown(clientssl); in test_tickets() 2597 SSL_shutdown(serverssl); in test_tickets() 2838 SSL_shutdown(clientssl); in test_extra_tickets() 2839 SSL_shutdown(serverssl); in test_extra_tickets() 3671 SSL_shutdown(clientssl); in test_early_data_read_write() 3672 SSL_shutdown(serverssl); in test_early_data_read_write() [all …]
|
| H A D | tls13ccstest.c | 309 SSL_shutdown(cssl); in test_tls13ccs() 310 SSL_shutdown(sssl); in test_tls13ccs()
|
| H A D | dtlstest.c | 232 SSL_shutdown(clientssl); in test_dtls_drop_records() 233 SSL_shutdown(serverssl); in test_dtls_drop_records()
|
| /freebsd-14.2/crypto/openssl/ssl/ |
| H A 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()
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | sslutils.c | 175 SSL_shutdown(ssl); in ssl_finish()
|
| /freebsd-14.2/usr.sbin/rpc.tlsclntd/ |
| H A D | rpc.tlsclntd.c | 396 SSL_shutdown(slp->ssl); in rpctlscd_handlerecord_1_svc() 436 SSL_shutdown(slp->ssl); in rpctlscd_disconnect_1_svc()
|
| /freebsd-14.2/usr.sbin/rpc.tlsservd/ |
| H A D | rpc.tlsservd.c | 523 SSL_shutdown(slp->ssl); in rpctlssd_handlerecord_1_svc() 563 SSL_shutdown(slp->ssl); in rpctlssd_disconnect_1_svc()
|
| /freebsd-14.2/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 35 L<SSL_shutdown(3)> can be used to shut down the
|
| /freebsd-14.2/secure/lib/libssl/ |
| H A D | Version.map | 370 SSL_shutdown;
|
| /freebsd-14.2/crypto/openssl/apps/lib/ |
| H A D | s_socket.c | 447 ret = SSL_shutdown(ssl); in do_ssl_shutdown()
|
| /freebsd-14.2/crypto/openssl/test/helpers/ |
| H A D | ssltestlib.c | 1189 SSL_shutdown(clientssl); in shutdown_ssl_connection() 1190 SSL_shutdown(serverssl); in shutdown_ssl_connection()
|