Searched refs:SSL_MODE_AUTO_RETRY (Results 1 – 20 of 20) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_mode.pod | 56 =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 D | SSL_read.pod | 60 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 D | SSL_CTX_set_read_ahead.pod | 47 B<SSL_MODE_AUTO_RETRY> is not turned off using SSL_CTX_clear_mode().
|
H A D | BIO_should_retry.pod | 86 call immediately or avoid this situation by setting SSL_MODE_AUTO_RETRY
|
/freebsd/contrib/libpcap/ |
H A D | sslutils.c | 80 SSL_CTX_set_mode(ctx, SSL_MODE_AUTO_RETRY); in ssl_init_once()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_d1.c | 683 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 D | rec_layer_s3.c | 1647 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 D | tls.c | 1202 # 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 D | net_help.c | 1497 (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 D | unbound-control.c | 756 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in setup_ssl()
|
H A D | unbound-anchor.c | 782 (void)SSL_set_mode(ssl, (long)SSL_MODE_AUTO_RETRY); in TLS_initiate()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 1182 SSL_CTX_set_mode(conn->ssl_ctx, SSL_MODE_AUTO_RETRY); in fetch_ssl()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 1695 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_client_main()
|
H A D | s_server.c | 1846 SSL_CTX_clear_mode(ctx, SSL_MODE_AUTO_RETRY); in s_server_main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 485 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
H A D | ssl.h.in | 462 # define SSL_MODE_AUTO_RETRY 0x00000004U macro
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 475 (void)SSL_set_mode(n->ssl, (long)SSL_MODE_AUTO_RETRY); in remote_accept_callback()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 1110 SSL_CTX_set_mode(ssl, SSL_MODE_AUTO_RETRY); in tls_init()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3285 ret->mode = SSL_MODE_AUTO_RETRY; in SSL_CTX_new_ex()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 3131 * 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
|