Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_RENEGOTIATION (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnet_help.c1168 #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 Dunbound-control.c553 #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 Dssl_conf.c392 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options()
786 {SSL_OP_NO_RENEGOTIATION, 0},
H A Dt1_enc.c449 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION); in tls1_change_cipher_state()
H A Dssl_lib.c2327 if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) { in can_renegotiate()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_options.pod242 =item SSL_OP_NO_RENEGOTIATION
445 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
H A DSSL_CONF_cmd.pod75 B<SSL_OP_NO_RENEGOTIATION>.
492 earlier, same as setting B<SSL_OP_NO_RENEGOTIATION>.
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2390 # ifdef SSL_OP_NO_RENEGOTIATION
2391 { "SSL_OP_NO_RENEGOTIATION", SSL_OP_NO_RENEGOTIATION },
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c3610 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
H A Dstatem_srvr.c1372 ((options & SSL_OP_NO_RENEGOTIATION) == 0 \
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h426 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
H A Dssl.h.in403 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30) macro
/freebsd/crypto/openssl/apps/
H A Ds_server.c3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/freebsd/crypto/openssl/
H A DCHANGES.md3816 SSL_OP_NO_RENEGOTIATION option from 1.1.1-dev has been backported to