Home
last modified time | relevance | path

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

12

/freebsd/crypto/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_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_get_stream_id.pod75 L<SSL_stream_conclude(3)>, meaning that it can no longer be written to, but
H A DSSL_poll.pod282 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
/freebsd/crypto/openssl/demos/guide/
H A Dquic-server-block.c240 if (SSL_stream_conclude(conn, 0) != 1) { in run_quic_server()
/freebsd/crypto/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.c236 if (!TEST_true(SSL_stream_conclude(c_ssl, 0))) in do_test()
H A Dquic_multistream_test.c1351 if (!TEST_true(SSL_stream_conclude(c_tgt, 0))) in run_script_worker()
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop-server.c546 if (!SSL_stream_conclude(stream, 0)) in process_new_stream()
/freebsd/crypto/openssl/doc/man7/
H A Dossl-guide-quic-server-block.pod228 L<SSL_stream_conclude(3)>. This will send a final Finished packet to the
232 if (SSL_stream_conclude(conn, 0) != 1) {
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.pod490 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 Dossl-guide-quic-client-block.pod256 L<SSL_stream_conclude(3)>. Since the first way is more efficient, we choose to
H A Dossl-guide-quic-client-non-block.pod350 L<SSL_stream_conclude(3)>. Since the first way is more efficient, we choose to
/freebsd/secure/lib/libssl/
H A DVersion.map627 SSL_stream_conclude;
/freebsd/crypto/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 …
/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c510 if (!TEST_true(SSL_stream_conclude(ssl, 0))) in DEF_FUNC()
/freebsd/crypto/openssl/util/
H A Dlibssl.num542 SSL_stream_conclude 543 3_2_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/doc/
H A Dbuild.info2850 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 Ds_client.c3914 if (!SSL_stream_conclude(user_data->con, 0)) in user_data_execute()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2431 __owur int SSL_stream_conclude(SSL *ssl, uint64_t flags);

12