Searched refs:SSL_OP_NO_RENEGOTIATION (Results 1 – 12 of 12) sorted by relevance
390 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options()705 {SSL_OP_NO_RENEGOTIATION, 0},
2146 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in SSL_renegotiate()2164 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in SSL_renegotiate_abbreviated()
885 #ifdef SSL_OP_NO_RENEGOTIATION in DefineCryptoConstants()886 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_RENEGOTIATION); in DefineCryptoConstants()
201 =item SSL_OP_NO_RENEGOTIATION366 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
145 B<SSL_OP_NO_RENEGOTIATION>.466 earlier, same as setting B<SSL_OP_NO_RENEGOTIATION>.
5885 #ifdef SSL_OP_NO_RENEGOTIATION in sslmodule_init_constants()5887 SSL_OP_NO_RENEGOTIATION); in sslmodule_init_constants()
391 # define SSL_OP_NO_RENEGOTIATION 0x40000000U macro
2915 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
3665 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
1397 if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0 in tls_process_client_hello()
3355 <td><code>SSL_OP_NO_RENEGOTIATION</code></td>
1385 SSL_OP_NO_RENEGOTIATION option from 1.1.1-dev has been backported to