Searched refs:SSL_stream_reset (Results 1 – 15 of 15) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_stream_reset.pod | 5 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 D | SSL_free.pod | 47 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 D | SSL_get_stream_read_state.pod | 78 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 D | SSL_poll.pod | 248 L<SSL_stream_reset(3)>).
|
H A D | SSL_shutdown.pod | 225 termination, see L<SSL_stream_reset(3)>.
|
/openssl/demos/http3/ |
H A D | ossl-nghttp3.c | 209 if (!SSL_stream_reset(stream->s, &args, sizeof(args))) in h3_conn_reset_stream()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api.md | 42 - [`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 D | quic-api-ssl-funcs.md | 637 | `SSL_stream_reset` | CSSM | N | A | QSA | Done …
|
/openssl/doc/man7/ |
H A D | openssl-quic.pod | 574 =item L<SSL_stream_reset(3)> 831 L<SSL_stream_reset(3)>, L<SSL_get_stream_read_state(3)>,
|
H A D | ossl-guide-quic-multi-stream.pod | 132 L<SSL_stream_reset(3)>.
|
/openssl/util/ |
H A D | libssl.num | 569 SSL_stream_reset 570 3_2_0 EXIST::FUNCTION:
|
/openssl/doc/ |
H A D | build.info | 2814 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 D | quic_multistream_test.c | 1845 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 D | ssl.h.in | 2350 __owur int SSL_stream_reset(SSL *ssl,
|
/openssl/ssl/ |
H A D | ssl_lib.c | 7763 int SSL_stream_reset(SSL *s, in SSL_stream_reset() function
|
Completed in 125 milliseconds