Home
last modified time | relevance | path

Searched refs:SSL_set_blocking_mode (Results 1 – 24 of 24) sorted by relevance

/openssl/doc/man3/
H A DSSL_set_blocking_mode.pod5 SSL_set_blocking_mode, SSL_get_blocking_mode - configure blocking mode for a
12 int SSL_set_blocking_mode(SSL *s, int blocking);
17 SSL_set_blocking_mode() can be used to enable or disable blocking mode on a QUIC
23 To enable blocking mode, call SSL_set_blocking_mode() with I<blocking> set to 1;
24 to disable it, call SSL_set_blocking_mode() with I<blocking> set to 0.
45 which can support blocking mode and explicitly call SSL_set_blocking_mode().
49 SSL_set_blocking_mode() returns 1 on success and 0 on failure. The function
62 The SSL_set_blocking_mode() and SSL_get_blocking_mode() functions were added in
H A DSSL_accept_stream.pod33 blocking mode (see L<SSL_set_blocking_mode(3)>), but this may be bypassed by
65 L<SSL_set_blocking_mode(3)>, L<SSL_free(3)>
H A DSSL_inject_net_dgram.pod40 L<OSSL_QUIC_client_method(3)>, L<SSL_handle_events(3)>, L<SSL_set_blocking_mode(3)>
H A DSSL_new_stream.pod51 configured in blocking mode (see L<SSL_set_blocking_mode(3)>). It may also be
H A DSSL_set_bio.pod93 L<SSL_set_blocking_mode(3)>.
H A DSSL_get_value_uint.pod249 L<SSL_set_blocking_mode(3)>.
/openssl/test/
H A Dquic_client_test.c96 if (!TEST_true(SSL_set_blocking_mode(c_ssl, 0))) in test_quic_client_ex()
H A Dquic_tserver_test.c193 if (!TEST_true(SSL_set_blocking_mode(c_ssl, 0))) in do_test()
H A Dquic_multistream_test.c810 if (!TEST_true(SSL_set_blocking_mode(h->c_conn, h->blocking))) in helper_init()
/openssl/demos/guide/
H A Dquic-client-non-block.c338 if (!SSL_set_blocking_mode(ssl, 0)) { in main()
H A Dquic-hq-interop.c795 if (!SSL_set_blocking_mode(*ssl, 0)) { in setup_connection()
/openssl/doc/man7/
H A Dopenssl-quic.pod176 application-level blocking mode using L<SSL_set_blocking_mode(3)>. See
177 L<SSL_set_blocking_mode(3)> for details.
186 L<SSL_set_blocking_mode(3)>.
400 L<SSL_set_blocking_mode(3)> API. The default mode is blocking. If an application
402 it must add a call to L<SSL_set_blocking_mode(3)> to disable blocking mode.
457 level (configured using L<SSL_set_blocking_mode(3)>).
529 =item L<SSL_set_blocking_mode(3)>, L<SSL_get_blocking_mode(3)>
749 L<SSL_set_blocking_mode(3)>.
829 L<SSL_set_blocking_mode(3)>, L<SSL_shutdown_ex(3)>,
H A Dossl-guide-quic-introduction.pod167 L<SSL_set_blocking_mode(3)>.
H A Dossl-guide-quic-client-non-block.pod277 L<SSL_set_blocking_mode(3)> function:
284 if (!SSL_set_blocking_mode(ssl, 0)) {
H A Dossl-guide-quic-multi-stream.pod93 (see L<SSL_set_blocking_mode(3)>).
/openssl/test/helpers/
H A Dquictestlib.c273 if (!TEST_true(SSL_set_blocking_mode(*cssl, in qtest_create_quic_objects()
/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md507 int SSL_set_blocking_mode(SSL *s, int blocking);
522 equivalent to a call to `SSL_set_blocking_mode()`.
H A Dquic-api.md35 …- [`SSL_set_blocking_mode`, `SSL_get_blocking_mode`](#-ssl-set-blocking-mode----ssl-get-blocking-m…
460 #### `SSL_set_blocking_mode`, `SSL_get_blocking_mode`
H A Dquic-api-ssl-funcs.md629 | `SSL_set_blocking_mode` | CSSM | ��N | ��A | ��QSA | ��Done …
/openssl/util/
H A Dlibssl.num536 SSL_set_blocking_mode 537 3_2_0 EXIST::FUNCTION:
/openssl/doc/
H A Dbuild.info2762 DEPEND[html/man3/SSL_set_blocking_mode.html]=man3/SSL_set_blocking_mode.pod
2763 GENERATE[html/man3/SSL_set_blocking_mode.html]=man3/SSL_set_blocking_mode.pod
2764 DEPEND[man/man3/SSL_set_blocking_mode.3]=man3/SSL_set_blocking_mode.pod
2765 GENERATE[man/man3/SSL_set_blocking_mode.3]=man3/SSL_set_blocking_mode.pod
3700 html/man3/SSL_set_blocking_mode.html \
4364 man/man3/SSL_set_blocking_mode.3 \
/openssl/apps/
H A Ds_client.c2192 if (isquic && !SSL_set_blocking_mode(con, 0)) in s_client_main()
/openssl/include/openssl/
H A Dssl.h.in2289 __owur int SSL_set_blocking_mode(SSL *s, int blocking);
/openssl/ssl/
H A Dssl_lib.c7588 int SSL_set_blocking_mode(SSL *s, int blocking) in SSL_set_blocking_mode() function

Completed in 96 milliseconds