Searched refs:SSL_OP_NO_RENEGOTIATION (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1168 #if defined(SSL_OP_NO_RENEGOTIATION) in listen_sslctx_setup() 1170 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in listen_sslctx_setup() 1171 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) { in listen_sslctx_setup() 1414 #if defined(SSL_OP_NO_RENEGOTIATION) in connect_sslctx_create() 1416 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in connect_sslctx_create() 1417 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) { in connect_sslctx_create()
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 553 #if defined(SSL_OP_NO_RENEGOTIATION) in setup_ctx() 555 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) & in setup_ctx() 556 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) in setup_ctx()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_conf.c | 392 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options() 786 {SSL_OP_NO_RENEGOTIATION, 0},
|
H A D | t1_enc.c | 449 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
|
H A D | ssl_lib.c | 2327 if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) { in can_renegotiate()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_options.pod | 242 =item SSL_OP_NO_RENEGOTIATION 445 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
|
H A D | SSL_CONF_cmd.pod | 75 B<SSL_OP_NO_RENEGOTIATION>. 492 earlier, same as setting B<SSL_OP_NO_RENEGOTIATION>.
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2390 # ifdef SSL_OP_NO_RENEGOTIATION 2391 { "SSL_OP_NO_RENEGOTIATION", SSL_OP_NO_RENEGOTIATION },
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3610 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
|
H A D | statem_srvr.c | 1372 ((options & SSL_OP_NO_RENEGOTIATION) == 0 \
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
H A D | ssl.h.in | 403 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 3816 SSL_OP_NO_RENEGOTIATION option from 1.1.1-dev has been backported to
|