Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_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
H A DSSL_CTX_set_mode.pod102 =item SSL_MODE_ASYNC
136 SSL_MODE_ASYNC was added in OpenSSL 1.1.0.
H A DSSL_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
H A DSSL_get_all_async_fds.pod25 waiting for asynchronous operations to complete (see the B<SSL_MODE_ASYNC> mode
/freebsd/crypto/openssl/ssl/
H A Dssl_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/crypto/openssl/apps/
H A Ds_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()
H A Ds_client.c1734 SSL_CTX_set_mode(ctx, SSL_MODE_ASYNC); in s_client_main()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h512 # define SSL_MODE_ASYNC 0x00000100U macro
H A Dssl.h.in489 # define SSL_MODE_ASYNC 0x00000100U macro
/freebsd/crypto/openssl/
H A DCHANGES.md4689 introduction of the new mode SSL_MODE_ASYNC and associated error