Home
last modified time | relevance | path

Searched refs:SSL_MODE_ASYNC (Results 1 – 10 of 10) sorted by relevance

/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_set_async_callback.pod31 B<SSL_MODE_ASYNC> has been set and an asynchronous capable engine completes a
63 Application sets B<SSL_MODE_ASYNC> and makes an asynchronous SSL call
HDSSL_CTX_set_mode.pod102 =item SSL_MODE_ASYNC
136 SSL_MODE_ASYNC was added in OpenSSL 1.1.0.
HDSSL_get_error.pod129 processing data. This will only occur if the mode has been set to SSL_MODE_ASYNC
142 mode has been set to SSL_MODE_ASYNC using L<SSL_CTX_set_mode(3)> or
HDSSL_get_all_async_fds.pod25 waiting for asynchronous operations to complete (see the B<SSL_MODE_ASYNC> mode
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_lib.c1876 if ((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) { in ssl_read_internal()
1994 if ((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) { in ssl_peek_internal()
2066 if ((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) { in ssl_write_internal()
2265 if ((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) { in SSL_shutdown()
3966 if ((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) { in SSL_do_handshake()
/freebsd-14-stable/crypto/openssl/apps/
HDs_server.c1898 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); in s_server_main()
2003 SSL_CTX_set_mode(ctx2, SSL_MODE_ASYNC); in s_server_main()
HDs_client.c1734 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); in s_client_main()
/freebsd-14-stable/crypto/openssl/include/openssl/
HDssl.h512 # define SSL_MODE_ASYNC 0x00000100U macro
HDssl.h.in489 # define SSL_MODE_ASYNC 0x00000100U macro
/freebsd-14-stable/crypto/openssl/
HDCHANGES.md4689 introduction of the new mode SSL_MODE_ASYNC and associated error