Home
last modified time | relevance | path

Searched refs:SSL_stream_conclude (Results 1 – 19 of 19) sorted by relevance

/openssl/doc/man3/
H A DSSL_stream_conclude.pod5 SSL_stream_conclude - conclude the sending part of a QUIC stream
11 __owur int SSL_stream_conclude(SSL *s, uint64_t flags);
15 SSL_stream_conclude() signals the normal end-of-stream condition for the send
49 The SSL_stream_conclude() function was added in OpenSSL 3.2.
H A DSSL_free.pod47 via a call to L<SSL_stream_conclude(3)> or L<SSL_stream_reset(3)> on the QUIC
57 L<SSL_stream_conclude(3)> on its own end), a call to SSL_free() automatically
H A DSSL_get_stream_read_state.pod64 application has concluded the stream using L<SSL_stream_conclude(3)>. Future
146 L<SSL_stream_conclude(3)>, L<SSL_stream_reset(3)>, L<SSL_new_stream(3)>,
H A DSSL_get_stream_id.pod75 L<SSL_stream_conclude(3)>, meaning that it can no longer be written to, but
H A DSSL_write.pod53 L<SSL_stream_conclude(3)> was called (causing transmission of a FIN for the
57 L<SSL_stream_conclude(3)> after a successful call to this function, using this
H A DSSL_poll.pod247 normally (as with L<SSL_stream_conclude(3)>) or locally reset (as with
H A DSSL_shutdown.pod224 normally, see L<SSL_stream_conclude(3)>; to perform a non-normal stream
/openssl/test/
H A Dquic_client_test.c124 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in test_quic_client_ex()
H A Dquic_tserver_test.c223 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in do_test()
H A Dquic_multistream_test.c1336 if (!TEST_true(SSL_stream_conclude(c_tgt, 0))) in run_script_worker()
/openssl/doc/man7/
H A Dossl-guide-quic-multi-stream.pod128 application calling L<SSL_stream_conclude(3)>. It is an error to attempt to
129 send more data on a stream after L<SSL_stream_conclude(3)> has been called.
374 L<SSL_free(3)>. Optionally we could call L<SSL_stream_conclude(3)> on them if
H A Dopenssl-quic.pod483 QUIC-specific functionality. For example, L<SSL_stream_conclude(3)> can be used
568 =item L<SSL_stream_conclude(3)>
830 L<SSL_set1_initial_peer_addr(3)>, L<SSL_stream_conclude(3)>,
/openssl/doc/designs/quic-design/
H A Dquic-api.md41 - [`SSL_stream_conclude`](#-ssl-stream-conclude-)
339 via `SSL_stream_conclude`), data appended to the stream via `SSL_write` will
643 #### `SSL_stream_conclude`
650 int SSL_stream_conclude(SSL *ssl, uint64_t flags);
653 `SSL_stream_conclude` signals the normal end-of-stream condition to the send
750 * already indicated the end of the stream by calling SSL_stream_conclude,
H A Dquic-api-ssl-funcs.md636 | `SSL_stream_conclude` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num542 SSL_stream_conclude 543 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2810 DEPEND[html/man3/SSL_stream_conclude.html]=man3/SSL_stream_conclude.pod
2811 GENERATE[html/man3/SSL_stream_conclude.html]=man3/SSL_stream_conclude.pod
2812 DEPEND[man/man3/SSL_stream_conclude.3]=man3/SSL_stream_conclude.pod
2813 GENERATE[man/man3/SSL_stream_conclude.3]=man3/SSL_stream_conclude.pod
3712 html/man3/SSL_stream_conclude.html \
4376 man/man3/SSL_stream_conclude.3 \
/openssl/apps/
H A Ds_client.c3880 if (!SSL_stream_conclude(user_data->con, 0)) in user_data_execute()
/openssl/include/openssl/
H A Dssl.h.in2344 __owur int SSL_stream_conclude(SSL *ssl, uint64_t flags);
/openssl/ssl/
H A Dssl_lib.c7638 int SSL_stream_conclude(SSL *ssl, uint64_t flags) in SSL_stream_conclude() function

Completed in 126 milliseconds