Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_client.c2242 goto shut; in s_client_main()
2248 goto shut; in s_client_main()
2261 goto shut; in s_client_main()
2287 goto shut; in s_client_main()
2344 goto shut; in s_client_main()
2367 goto shut; in s_client_main()
2419 goto shut; in s_client_main()
2450 goto shut; in s_client_main()
2879 goto shut; in s_client_main()
3236 goto shut; in s_client_main()
[all …]
/openssl/doc/man3/
H A DBIO_s_socket.pod23 If the close flag is set then the socket is shut down and closed
H A DBIO_get_data.pod16 void BIO_set_shutdown(BIO *a, int shut);
H A DSSL_do_handshake.pod47 The TLS/SSL handshake was not successful but was shut down controlled and
H A DSSL_accept.pod46 The TLS/SSL handshake was not successful but was shut down controlled and
H A DSSL_connect.pod61 The TLS/SSL handshake was not successful but was shut down controlled and
H A DSSL_shutdown.pod5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection
229 being shut down. The information which can be provided is as follows:
327 indicating the closure process is complete and the connection is now fully shut
338 yet been fully shut down (unless it has already done so, in which case it will
H A DX509_LOOKUP_meth_new.pod130 the function that is used to shut down the method data whose state was
H A DOSSL_STORE_LOADER.pod260 close or shut down what needs to be closed, and finally free the
/openssl/crypto/bio/
H A Dbio_lib.c172 void BIO_set_shutdown(BIO *a, int shut) in BIO_set_shutdown() argument
174 a->shutdown = shut; in BIO_set_shutdown()
/openssl/ssl/quic/
H A Dquic_impl.c4000 int shut = 0; in ossl_quic_get_shutdown() local
4006 shut |= SSL_SENT_SHUTDOWN; in ossl_quic_get_shutdown()
4008 shut |= SSL_RECEIVED_SHUTDOWN; in ossl_quic_get_shutdown()
4011 return shut; in ossl_quic_get_shutdown()
/openssl/doc/man7/
H A Dossl-guide-tls-client-non-block.pod163 shut it down with L<SSL_shutdown(3)>. B<SSL_ERROR_SYSCALL> indicates that
H A Dopenssl-quic.pod202 must be shut down. In particular, applications should be advised that the full
H A Dprovider-base.pod398 provider_teardown() is called when a provider is shut down and removed
/openssl/include/openssl/
H A Dbio.h.in709 void BIO_set_shutdown(BIO *a, int shut);
/openssl/doc/designs/quic-design/
H A Dquic-api.md562 `args` specifies arguments which control how the SSL object is shut down. `args`
588 A QUIC connection can be shut down using this function in two different ways:

Completed in 104 milliseconds