Home
last modified time | relevance | path

Searched refs:SSL_stream_reset (Results 1 – 15 of 15) sorted by relevance

/openssl/doc/man3/
H A DSSL_stream_reset.pod5 SSL_stream_reset - reset a QUIC stream
15 int SSL_stream_reset(SSL *ssl,
21 The SSL_stream_reset() function resets the send part of a QUIC stream when
68 SSL_stream_reset() 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
49 the stream as though L<SSL_stream_reset(3)> were called with a QUIC application
H A DSSL_get_stream_read_state.pod78 was aborted, for example because the application called L<SSL_stream_reset(3)>,
146 L<SSL_stream_conclude(3)>, L<SSL_stream_reset(3)>, L<SSL_new_stream(3)>,
H A DSSL_poll.pod248 L<SSL_stream_reset(3)>).
H A DSSL_shutdown.pod225 termination, see L<SSL_stream_reset(3)>.
/openssl/demos/http3/
H A Dossl-nghttp3.c209 if (!SSL_stream_reset(stream->s, &args, sizeof(args))) in h3_conn_reset_stream()
/openssl/doc/designs/quic-design/
H A Dquic-api.md42 - [`SSL_stream_reset`](#-ssl-stream-reset-)
325 call `SSL_stream_reset` before calling this function.
586 `SSL_stream_reset`) is not transmitted by this function.
675 stream, see `SSL_stream_reset`.
679 #### `SSL_stream_reset`
690 int SSL_stream_reset(SSL *ssl,
H A Dquic-api-ssl-funcs.md637 | `SSL_stream_reset` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/doc/man7/
H A Dopenssl-quic.pod574 =item L<SSL_stream_reset(3)>
831 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
H A Dossl-guide-quic-multi-stream.pod132 L<SSL_stream_reset(3)>.
/openssl/util/
H A Dlibssl.num569 SSL_stream_reset 570 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2814 DEPEND[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2815 GENERATE[html/man3/SSL_stream_reset.html]=man3/SSL_stream_reset.pod
2816 DEPEND[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
2817 GENERATE[man/man3/SSL_stream_reset.3]=man3/SSL_stream_reset.pod
3713 html/man3/SSL_stream_reset.html \
4377 man/man3/SSL_stream_reset.3 \
/openssl/test/
H A Dquic_multistream_test.c1845 if (!TEST_true(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
1848 if (!TEST_false(SSL_stream_reset(c_tgt, &args, sizeof(args)))) in run_script_worker()
/openssl/include/openssl/
H A Dssl.h.in2350 __owur int SSL_stream_reset(SSL *ssl,
/openssl/ssl/
H A Dssl_lib.c7763 int SSL_stream_reset(SSL *s, in SSL_stream_reset() function

Completed in 102 milliseconds