Home
last modified time | relevance | path

Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_mode.pod56 =item SSL_MODE_AUTO_RETRY
64 B<SSL_MODE_AUTO_RETRY> causes it to try to process the next record instead of
69 Setting B<SSL_MODE_AUTO_RETRY> for a nonblocking B<BIO> will process
75 requests, and setting the B<SSL_MODE_AUTO_RETRY> flag will cause the functions
79 Turning off B<SSL_MODE_AUTO_RETRY> can be useful with blocking B<BIO>s in case
119 All modes are off by default except for SSL_MODE_AUTO_RETRY which is on by
H A DSSL_read.pod60 If B<SSL_MODE_AUTO_RETRY> has been switched off and a non-application data
70 non-application data record has been processed and B<SSL_MODE_AUTO_RETRY> is
72 Note that if B<SSL_MODE_AUTO_RETRY> is set and only non-application data is
H A DSSL_CTX_set_read_ahead.pod47 B<SSL_MODE_AUTO_RETRY> is not turned off using SSL_CTX_clear_mode().
H A DBIO_should_retry.pod86 call immediately or avoid this situation by setting SSL_MODE_AUTO_RETRY
/freebsd/contrib/libpcap/
H A Dsslutils.c80 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in ssl_init_once()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_d1.c683 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
719 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in dtls1_read_bytes()
H A Drec_layer_s3.c1647 if ((s->mode & SSL_MODE_AUTO_RETRY) != 0) in ssl3_read_bytes()
1732 if (!(s->mode & SSL_MODE_AUTO_RETRY)) { in ssl3_read_bytes()
/freebsd/contrib/sendmail/src/
H A Dtls.c1202 # if defined(SSL_MODE_AUTO_RETRY) && OPENSSL_VERSION_NUMBER >= 0x10100000L && OPENSSL_VERSION_NUMBE…
1210 if (sff & SSL_MODE_AUTO_RETRY)
1218 SSL_CTX_set_mode(*ctx, SSL_MODE_AUTO_RETRY);
1222 SSL_CTX_clear_mode(*ctx, SSL_MODE_AUTO_RETRY);
/freebsd/contrib/unbound/util/
H A Dnet_help.c1497 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in incoming_ssl_fd()
1519 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in outgoing_ssl_fd()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c756 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in setup_ssl()
H A Dunbound-anchor.c782 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in TLS_initiate()
/freebsd/lib/libfetch/
H A Dcommon.c1182 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY); in fetch_ssl()
/freebsd/crypto/openssl/apps/
H A Ds_client.c1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
H A Ds_server.c1846 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
H A Dssl.h.in462 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
/freebsd/contrib/unbound/daemon/
H A Dremote.c475 (void)SSL_set_mode(n->ssl, (long)SSL_MODE_AUTO_RETRY); in remote_accept_callback()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c1110 SSL_CTX_set_mode(ssl, SSL_MODE_AUTO_RETRY); in tls_init()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3285 ret->mode = SSL_MODE_AUTO_RETRY; in SSL_CTX_new_ex()
/freebsd/crypto/openssl/
H A DCHANGES.md3131 * SSL_MODE_AUTO_RETRY is enabled by default. Applications that use blocking
3135 TLS 1.3 sends more of such records. Setting SSL_MODE_AUTO_RETRY works
15951 * New SSL API mode 'SSL_MODE_AUTO_RETRY'. This disables the default