Lines Matching refs:has
52 The TLS/SSL peer has closed the connection for writing by sending the
56 indicate that the underlying transport has been closed.
69 If at a later time the underlying B<BIO> has data available for reading the same
94 given QUIC stream has been filled. Likewise, B<SSL_ERROR_WANT_READ> indicates
125 In order to find out, when the connection has been successfully established,
132 SSL_CTX_set_client_cert_cb() has asked to be called again.
139 processing data. This will only occur if the mode has been set to SSL_MODE_ASYNC
141 engine is being used. An application can determine whether the engine has
152 mode has been set to SSL_MODE_ASYNC using L<SSL_CTX_set_mode(3)> or
153 L<SSL_set_mode(3)> and a maximum limit has been set on the async job pool
156 thread has completed.
161 SSL_CTX_set_client_hello_cb() has asked to be called again.