Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/doc/ssl/
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.pod21 Whether the operation succeeds or not, the SSL_SENT_SHUTDOWN flag is set and
42 SSL_SENT_SHUTDOWN flag (so that the session is considered good and will
54 SSL_shutdown() will send the "close notify" alert, set the SSL_SENT_SHUTDOWN
H A DSSL_free.pod33 SSL_SENT_SHUTDOWN state, the session will also be removed
H A DSSL_clear.pod26 set the SSL_SENT_SHUTDOWN state.
/minix/crypto/external/bsd/openssl/dist/apps/
H A Ds_time.c436 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in MAIN()
493 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in MAIN()
531 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in MAIN()
H A Ds_server.c2350 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in sv_body()
2892 SSL_set_shutdown(con, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in www_body()
/minix/crypto/external/bsd/openssl/dist/ssl/
H A Ds2_lib.c558 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl2_shutdown()
H A Ds3_lib.c4141 s->shutdown = (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in ssl3_shutdown()
4145 if (!(s->shutdown & SSL_SENT_SHUTDOWN)) { in ssl3_shutdown()
4146 s->shutdown |= SSL_SENT_SHUTDOWN; in ssl3_shutdown()
4179 if ((s->shutdown == (SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN)) && in ssl3_shutdown()
H A Dssl_sess.c1156 !(s->shutdown & SSL_SENT_SHUTDOWN) && in ssl_clear_bad_session()
H A Ds3_pkt.c1319 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in ssl3_read_bytes()
H A Dd1_both.c1494 !(s->shutdown & SSL_SENT_SHUTDOWN)) { in dtls1_shutdown()
H A Dd1_pkt.c1211 if (s->shutdown & SSL_SENT_SHUTDOWN) { /* but we have not received a in dtls1_read_bytes()
H A Dssl.h346 # define SSL_SENT_SHUTDOWN 1 macro
H A Dssl_lib.c994 if (s->shutdown & SSL_SENT_SHUTDOWN) { in SSL_write()
/minix/crypto/external/bsd/openssl/dist/crypto/threads/
H A Dmttest.c602 SSL_set_shutdown(c_ssl, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in doit()
603 SSL_set_shutdown(s_ssl, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN); in doit()