Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_conf.c390 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION), in cmd_Options()
705 {SSL_OP_NO_RENEGOTIATION, 0},
Dssl_lib.c2146 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in SSL_renegotiate()
2164 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in SSL_renegotiate_abbreviated()
/third_party/node/src/
Dnode_constants.cc885 #ifdef SSL_OP_NO_RENEGOTIATION in DefineCryptoConstants()
886 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_RENEGOTIATION); in DefineCryptoConstants()
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod201 =item SSL_OP_NO_RENEGOTIATION
366 The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
DSSL_CONF_cmd.pod145 B<SSL_OP_NO_RENEGOTIATION>.
466 earlier, same as setting B<SSL_OP_NO_RENEGOTIATION>.
/third_party/python/Modules/
D_ssl.c5885 #ifdef SSL_OP_NO_RENEGOTIATION in sslmodule_init_constants()
5887 SSL_OP_NO_RENEGOTIATION); in sslmodule_init_constants()
/third_party/openssl/include/openssl/
Dssl.h391 # define SSL_OP_NO_RENEGOTIATION 0x40000000U macro
/third_party/openssl/apps/
Ds_server.c2915 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION)) in print_connection_info()
/third_party/openssl/ssl/statem/
Dstatem_clnt.c3665 if ((s->options & SSL_OP_NO_RENEGOTIATION)) { in tls_process_hello_req()
Dstatem_srvr.c1397 if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0 in tls_process_client_hello()
/third_party/node/doc/api/
Dcrypto.md3355 <td><code>SSL_OP_NO_RENEGOTIATION</code></td>
/third_party/openssl/
DCHANGES1385 SSL_OP_NO_RENEGOTIATION option from 1.1.1-dev has been backported to