Home
last modified time | relevance | path

Searched refs:SSL_new_stream (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/crypto/openssl/doc/man3/
H A DSSL_new_stream.pod5 SSL_new_stream, SSL_STREAM_FLAG_UNI, SSL_STREAM_FLAG_NO_BLOCK,
15 SSL *SSL_new_stream(SSL *ssl, uint64_t flags);
19 The SSL_new_stream() function, when passed a QUIC connection SSL object, creates
34 Once a stream has been created using SSL_new_stream(), it may be used in the
41 Calling SSL_new_stream() if there is no default stream already present
46 specified type, a call to SSL_new_stream() will either block (if the connection
67 SSL_new_stream() returns a new stream object, or NULL on error.
72 SSL_new_stream() may also fail if the underlying connection has reached the
89 SSL_new_stream() was added in OpenSSL 3.2.
H A DSSL_get0_connection.pod39 L<SSL_new(3)>, L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
H A DSSL_set_default_stream_mode.pod88 SSL object directly. You must obtain streams using L<SSL_new_stream(3)> or
111 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>, L<SSL_free(3)>,
H A DSSL_accept_stream.pod64 L<openssl-quic(7)/MODES OF OPERATION>, L<SSL_new_stream(3)>,
H A DSSL_get_stream_id.pod95 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>
H A DSSL_get_value_uint.pod175 example, a value of 100 would mean that L<SSL_new_stream(3)> could be called 100
176 times to create 100 bidirectional streams before L<SSL_new_stream(3)> would
H A DSSL_get_stream_read_state.pod146 L<SSL_stream_conclude(3)>, L<SSL_stream_reset(3)>, L<SSL_new_stream(3)>,
/freebsd/crypto/openssl/demos/guide/
H A Dquic-multi-stream.c268 stream1 = SSL_new_stream(ssl, 0); in main()
269 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI); in main()
/freebsd/crypto/openssl/fuzz/
H A Dquic-client.c195 stream = SSL_new_stream(client, 0); in FuzzerTestOneInput()
H A Dquic-server.c185 stream = SSL_new_stream(server, 0); in FuzzerTestOneInput()
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c409 rstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams()
417 pstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams()
425 cstream = SSL_new_stream(conn, SSL_STREAM_FLAG_UNI); in quic_server_h3streams()
H A Dossl-nghttp3.c111 if ((s->s = SSL_new_stream(conn->qconn, flags)) == NULL) { in h3_conn_create_stream()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod44 application calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> (see
79 An endpoint can create a new stream by calling L<SSL_new_stream(3)>. This
206 stream1 = SSL_new_stream(ssl, 0);
207 stream2 = SSL_new_stream(ssl, SSL_STREAM_FLAG_UNI);
H A Dopenssl-quic.pod95 L<SSL_new_stream(3)> and L<SSL_accept_stream(3)>; note that the default incoming
101 Calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> before a default stream
110 SSL object fail. Instead, an application calls L<SSL_new_stream(3)> or
687 =item L<SSL_new_stream(3)>
922 L<SSL_new_stream(3)>, L<SSL_accept_stream(3)>,
/freebsd/secure/lib/libssl/
H A DVersion.map611 SSL_new_stream;
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c617 new_stream = SSL_new_stream(ssl, 0); in build_request_set()
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c313 stream = SSL_new_stream(conn, flags); in DEF_FUNC()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dglossary.md196 given QCSO, obtained using (for example) `SSL_new_stream` or
H A Dquic-api.md55 - [`SSL_new_stream`](#-ssl-new-stream-)
1001 #### `SSL_new_stream`
1026 SSL *SSL_new_stream(SSL *ssl, uint64_t flags);
H A Dquic-api-ssl-funcs.md650 | `SSL_new_stream` | CSSM | ��N | ��A | ��QSA | ��Done …
/freebsd/crypto/openssl/util/
H A Dlibssl.num561 SSL_new_stream 562 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2766 DEPEND[html/man3/SSL_new_stream.html]=man3/SSL_new_stream.pod
2767 GENERATE[html/man3/SSL_new_stream.html]=man3/SSL_new_stream.pod
2768 DEPEND[man/man3/SSL_new_stream.3]=man3/SSL_new_stream.pod
2769 GENERATE[man/man3/SSL_new_stream.3]=man3/SSL_new_stream.pod
3755 html/man3/SSL_new_stream.html \
4431 man/man3/SSL_new_stream.3 \
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md2071 * For SSL_OP_CLASS_N, this means SSL_new_stream.
2098 `SSL_read`, `SSL_write`, `SSL_accept_stream` or `SSL_new_stream` is called.
2131 `SSL_new_stream` are currently blocked due to flow control, this
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile573 MAN+= SSL_new_stream.3
4530 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_ADVANCE.3
4531 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_NO_BLOCK.3
4532 MLINKS+= SSL_new_stream.3 SSL_STREAM_FLAG_UNI.3
/freebsd/crypto/openssl/test/
H A Dquicapitest.c1000 stream = SSL_new_stream(clientquic, 0); in test_bio_ssl()

12