HomeSort by: relevance | last modified time | path
    Searched refs:SSL_OP_NO_RENEGOTIATION (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/bsd/nsd/dist/
nsd-control.c 200 #if defined(SSL_OP_NO_RENEGOTIATION)
202 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
203 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
204 ssl_err("could not set SSL_OP_NO_RENEGOTIATION");
server.c 2189 #if defined(SSL_OP_NO_RENEGOTIATION)
2191 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
2192 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
2193 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
  /src/crypto/external/apache2/openssl/dist/demos/guide/
tls-server-block.c 127 opts |= SSL_OP_NO_RENEGOTIATION;
  /src/external/bsd/unbound/dist/util/
net_help.c 1270 #if defined(SSL_OP_NO_RENEGOTIATION)
1272 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
1273 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
1274 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
1557 #if defined(SSL_OP_NO_RENEGOTIATION)
1559 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
1560 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
1561 log_crypto_err("could not set SSL_OP_NO_RENEGOTIATION");
    [all...]
  /src/external/bsd/nsd/dist/dnstap/
dnstap.c 190 #if defined(SSL_OP_NO_RENEGOTIATION)
192 if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_RENEGOTIATION) &
193 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
194 log_msg(LOG_ERR, "dnstap: could not set SSL_OP_NO_RENEGOTIATION");
  /src/external/bsd/unbound/dist/smallapp/
unbound-control.c 570 #if defined(SSL_OP_NO_RENEGOTIATION)
572 if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
573 SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
574 ssl_err("could not set SSL_OP_NO_RENEGOTIATION");
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 482 #ifndef SSL_OP_NO_RENEGOTIATION
483 #define SSL_OP_NO_RENEGOTIATION 0
1588 bits |= SSL_OP_NO_RENEGOTIATION;
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 395 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION),
865 { SSL_OP_NO_RENEGOTIATION, 0 },
ssl_local.h 3102 (SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS | SSL_OP_ALLOW_CLIENT_RENEGOTIATION | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION | SSL_OP_NO_COMPRESSION | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_DTLSv1 | SSL_OP_NO_DTLSv1_2 | SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION | SSL_OP_CISCO_ANYCONNECT | SSL_OP_NO_RENEGOTIATION | SSL_OP_NO_EXTENDED_MASTER_SECRET | SSL_OP_NO_ENCRYPT_THEN_MAC | SSL_OP_COOKIE_EXCHANGE | SSL_OP_LEGACY_SERVER_CONNECT | SSL_OP_IGNORE_UNEXPECTED_EOF)
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 392 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION),
786 {SSL_OP_NO_RENEGOTIATION, 0},
t1_enc.c 509 SSL_set_options(s, SSL_OP_NO_RENEGOTIATION);
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 390 SSL_FLAG_TBL("NoRenegotiation", SSL_OP_NO_RENEGOTIATION),
705 {SSL_OP_NO_RENEGOTIATION, 0},
ssl_lib.c 2161 if ((s->options & SSL_OP_NO_RENEGOTIATION)) {
2179 if ((s->options & SSL_OP_NO_RENEGOTIATION)) {
  /src/crypto/external/apache2/openssl/dist/ssl/record/
rec_layer_s3.c 1230 SSL_set_options(ssl, SSL_OP_NO_RENEGOTIATION);
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 3006 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION))
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 2954 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION))
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 391 # define SSL_OP_NO_RENEGOTIATION 0x40000000U
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_clnt.c 3670 if ((s->options & SSL_OP_NO_RENEGOTIATION)) {
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 410 #define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 403 # define SSL_OP_NO_RENEGOTIATION SSL_OP_BIT(30)
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 3222 if ((SSL_get_options(con) & SSL_OP_NO_RENEGOTIATION))
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_clnt.c 4044 if ((s->options & SSL_OP_NO_RENEGOTIATION)) {
statem_srvr.c 1501 ((options & SSL_OP_NO_RENEGOTIATION) == 0 \
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_clnt.c 3610 if ((s->options & SSL_OP_NO_RENEGOTIATION)) {
statem_srvr.c 1372 ((options & SSL_OP_NO_RENEGOTIATION) == 0 \

Completed in 74 milliseconds

1 2