Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_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
H A DSSL_CTX_set_quiet_shutdown.pod40 will set the internal flags to SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN.
43 SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN.)
H A DSSL_shutdown.pod19 Whether the operation succeeds or not, the SSL_SENT_SHUTDOWN flag is set and
95 SSL_SENT_SHUTDOWN flag (so that the session is considered good and will
121 SSL_shutdown() will send the close_notify alert, set the SSL_SENT_SHUTDOWN
H A DSSL_free.pod34 SSL_SENT_SHUTDOWN state, the session will also be removed
H A DSSL_set_session.pod29 set the SSL_SENT_SHUTDOWN state).
H A DSSL_clear.pod26 set the SSL_SENT_SHUTDOWN state.
/freebsd/crypto/openssl/apps/
H A Ds_time.c291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
345 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
373 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in s_time_main()
/freebsd/crypto/openssl/ssl/
H A Ds3_msg.c55 if (s->shutdown & SSL_SENT_SHUTDOWN && desc != SSL_AD_CLOSE_NOTIFY) in ssl3_send_alert()
H A Dd1_lib.c885 !(s->shutdown & SSL_SENT_SHUTDOWN)) { in dtls1_shutdown()
H A Ds3_lib.c4405 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl3_shutdown()
4409 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { in ssl3_shutdown()
4410 s->shutdown |= SSL_SENT_SHUTDOWN; in ssl3_shutdown()
4440 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && in ssl3_shutdown()
H A Dssl_sess.c1232 !(s->shutdown & SSL_SENT_SHUTDOWN) && in ssl_clear_bad_session()
H A Dssl_lib.c2051 if (s->shutdown & SSL_SENT_SHUTDOWN) { in ssl_write_internal()
2093 if (s->shutdown & SSL_SENT_SHUTDOWN) { in SSL_sendfile()
/freebsd/usr.sbin/rpc.tlsclntd/
H A Drpc.tlsclntd.c317 if ((ret & (SSL_SENT_SHUTDOWN | in rpctlscd_handlerecord_2_svc()
353 if ((ret & SSL_SENT_SHUTDOWN) == 0) in rpctlscd_disconnect_2_svc()
/freebsd/usr.sbin/rpc.tlsservd/
H A Drpc.tlsservd.c498 if ((ret & (SSL_SENT_SHUTDOWN | in rpctlssd_handlerecord_2_svc()
537 if ((ret & SSL_SENT_SHUTDOWN) == 0) in rpctlssd_disconnect_2_svc()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c628 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in dtls1_read_bytes()
H A Drec_layer_s3.c1632 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in ssl3_read_bytes()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c431 if (!ossl_assert((s->shutdown & SSL_SENT_SHUTDOWN) != 0)) { in ossl_statem_client13_write_transition()
2347 if ((s->shutdown & SSL_SENT_SHUTDOWN) != 0) { in tls_process_certificate_request()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h209 # define SSL_SENT_SHUTDOWN 1 macro
H A Dssl.h.in210 # define SSL_SENT_SHUTDOWN 1 macro