Home
last modified time | relevance | path

Searched refs:SSL_SENT_SHUTDOWN (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_set_shutdown.pod31 =item SSL_SENT_SHUTDOWN
43 SSL_SENT_SHUTDOWN and SSL_RECEIVED_SHUTDOWN can be set at the same time.
49 The actual condition for a correctly closed session is SSL_SENT_SHUTDOWN
57 for setting SSL_SENT_SHUTDOWN the application must however still call
HDSSL_CTX_set_quiet_shutdown.pod40 will set the internal flags to SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN.
43 SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN.)
HDSSL_shutdown.pod21 Whether the operation succeeds or not, the SSL_SENT_SHUTDOWN flag is set and
59 SSL_SENT_SHUTDOWN flag (so that the session is considered good and will
85 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
HDSSL_free.pod34 SSL_SENT_SHUTDOWN state, the session will also be removed
HDSSL_set_session.pod28 set the SSL_SENT_SHUTDOWN state).
HDSSL_clear.pod26 set the SSL_SENT_SHUTDOWN state.
/freebsd-13-stable/crypto/openssl/apps/
HDs_time.c237 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
318 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
HDs_server.c2760 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in sv_body()
3386 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in www_body()
3540 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in rev_body()
/freebsd-13-stable/crypto/openssl/ssl/
HDs3_msg.c51 if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY) in ssl3_send_alert()
HDs3_lib.c4415 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl3_shutdown()
4419 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { in ssl3_shutdown()
4420 s->shutdown |= SSL_SENT_SHUTDOWN; in ssl3_shutdown()
4450 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && in ssl3_shutdown()
HDd1_lib.c875 !(s->shutdown & SSL_SENT_SHUTDOWN)) { in dtls1_shutdown()
HDssl_sess.c1093 !(s->shutdown & SSL_SENT_SHUTDOWN) && in ssl_clear_bad_session()
HDssl_lib.c1969 if (s->shutdown & SSL_SENT_SHUTDOWN) { in ssl_write_internal()
2011 if (s->shutdown & SSL_SENT_SHUTDOWN) { in SSL_sendfile()
/freebsd-13-stable/usr.sbin/rpc.tlsclntd/
HDrpc.tlsclntd.c395 if ((ret & (SSL_SENT_SHUTDOWN | in rpctlscd_handlerecord_1_svc()
436 if ((ret & SSL_SENT_SHUTDOWN) == 0) in rpctlscd_disconnect_1_svc()
/freebsd-13-stable/usr.sbin/rpc.tlsservd/
HDrpc.tlsservd.c463 if ((ret & (SSL_SENT_SHUTDOWN | in rpctlssd_handlerecord_1_svc()
504 if ((ret & SSL_SENT_SHUTDOWN) == 0) in rpctlssd_disconnect_1_svc()
/freebsd-13-stable/crypto/openssl/ssl/record/
HDrec_layer_d1.c631 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in dtls1_read_bytes()
HDrec_layer_s3.c1650 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in ssl3_read_bytes()
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_clnt.c430 if (!ossl_assert((s->shutdown & SSL_SENT_SHUTDOWN) != 0)) { in ossl_statem_client13_write_transition()
2456 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in tls_process_certificate_request()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h191 # define SSL_SENT_SHUTDOWN 1 macro