Lines Matching refs:SSL_read
23 stream is a QUIC stream to which calls to L<SSL_read(3)> and L<SSL_write(3)>
29 connection once L<SSL_read(3)> or L<SSL_write(3)> is called.
34 first. As such, if L<SSL_read(3)> is called first (before any call to
38 L<SSL_read(3)>, OpenSSL assumes the client wishes to transmit first, creates a
49 L<SSL_read(3)> and L<SSL_write(3)>) will fail.
66 L<SSL_read(3)>, a bidirectional client-initiated stream is created and bound as
67 the default stream. If L<SSL_read(3)> is called prior to any call to
69 L<SSL_read(3)> to block if the connection is in blocking mode), and then binds
72 presence of a bidirectional stream when L<SSL_read(3)> is called first. To
73 determine the type of a stream after a call to L<SSL_read(3)>, use
78 In this mode, if L<SSL_write(3)> is called prior to any call to L<SSL_read(3)>,
81 B<SSL_DEFAULT_STREAM_MODE_AUTO_BIDI>. The behaviour when L<SSL_read(3)> is
87 L<SSL_read(3)> and L<SSL_write(3)> calls cannot be made on the QUIC connection