Searched refs:SSL_stream_conclude (Results 1 – 19 of 19) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_stream_conclude.pod | 5 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 D | SSL_free.pod | 47 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 D | SSL_get_stream_read_state.pod | 64 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 D | SSL_get_stream_id.pod | 75 L<SSL_stream_conclude(3)>, meaning that it can no longer be written to, but
|
H A D | SSL_write.pod | 53 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 D | SSL_poll.pod | 247 normally (as with L<SSL_stream_conclude(3)>) or locally reset (as with
|
H A D | SSL_shutdown.pod | 224 normally, see L<SSL_stream_conclude(3)>; to perform a non-normal stream
|
/openssl/test/ |
H A D | quic_client_test.c | 124 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in test_quic_client_ex()
|
H A D | quic_tserver_test.c | 223 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in do_test()
|
H A D | quic_multistream_test.c | 1336 if (!TEST_true(SSL_stream_conclude(c_tgt, 0))) in run_script_worker()
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-multi-stream.pod | 128 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 D | openssl-quic.pod | 483 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 D | quic-api.md | 41 - [`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 D | quic-api-ssl-funcs.md | 636 | `SSL_stream_conclude` | CSSM | N | A | QSA | Done …
|
/openssl/util/ |
H A D | libssl.num | 542 SSL_stream_conclude 543 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2810 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 D | s_client.c | 3880 if (!SSL_stream_conclude(user_data->con, 0)) in user_data_execute()
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 2344 __owur int SSL_stream_conclude(SSL *ssl, uint64_t flags);
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7638 int SSL_stream_conclude(SSL *ssl, uint64_t flags) in SSL_stream_conclude() function
|
Completed in 126 milliseconds