/freebsd/crypto/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_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_get_stream_id.pod | 75 L<SSL_stream_conclude(3)>, meaning that it can no longer be written to, but
|
H A D | SSL_poll.pod | 282 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
|
/freebsd/crypto/openssl/demos/guide/ |
H A D | quic-server-block.c | 240 if (SSL_stream_conclude(conn, 0) != 1) { in run_quic_server()
|
/freebsd/crypto/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 | 236 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in do_test()
|
H A D | quic_multistream_test.c | 1351 if (!TEST_true(SSL_stream_conclude(c_tgt, 0))) in run_script_worker()
|
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/ |
H A D | quic-hq-interop-server.c | 546 if (!SSL_stream_conclude(stream, 0)) in process_new_stream()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | ossl-guide-quic-server-block.pod | 228 L<SSL_stream_conclude(3)>. This will send a final Finished packet to the 232 if (SSL_stream_conclude(conn, 0) != 1) {
|
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 | 490 QUIC-specific functionality. For example, L<SSL_stream_conclude(3)> can be used 642 =item L<SSL_stream_conclude(3)> 904 L<SSL_set1_initial_peer_addr(3)>, L<SSL_stream_conclude(3)>,
|
H A D | ossl-guide-quic-client-block.pod | 256 L<SSL_stream_conclude(3)>. Since the first way is more efficient, we choose to
|
H A D | ossl-guide-quic-client-non-block.pod | 350 L<SSL_stream_conclude(3)>. Since the first way is more efficient, we choose to
|
/freebsd/secure/lib/libssl/ |
H A D | Version.map | 627 SSL_stream_conclude;
|
/freebsd/crypto/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 …
|
/freebsd/crypto/openssl/test/radix/ |
H A D | quic_ops.c | 510 if (!TEST_true(SSL_stream_conclude(ssl, 0))) in DEF_FUNC()
|
/freebsd/crypto/openssl/util/ |
H A D | libssl.num | 542 SSL_stream_conclude 543 3_2_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/doc/ |
H A D | build.info | 2850 DEPEND[html/man3/SSL_stream_conclude.html]=man3/SSL_stream_conclude.pod 2851 GENERATE[html/man3/SSL_stream_conclude.html]=man3/SSL_stream_conclude.pod 2852 DEPEND[man/man3/SSL_stream_conclude.3]=man3/SSL_stream_conclude.pod 2853 GENERATE[man/man3/SSL_stream_conclude.3]=man3/SSL_stream_conclude.pod 3760 html/man3/SSL_stream_conclude.html \ 4432 man/man3/SSL_stream_conclude.3 \
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 3914 if (!SSL_stream_conclude(user_data->con, 0)) in user_data_execute()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 2431 __owur int SSL_stream_conclude(SSL *ssl, uint64_t flags);
|