Symbol: SSL_OP_NO_RENEGOTIATION
lib/libssl/d1_pkt.c
595
if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) {
lib/libssl/d1_pkt.c
654
((s->options & SSL_OP_NO_RENEGOTIATION) != 0 &&
lib/libssl/ssl_lib.c
1309
if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) {
lib/libssl/ssl_lib.c
1326
if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) {
lib/libssl/ssl_pkt.c
860
if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) {
lib/libssl/ssl_pkt.c
914
((s->options & SSL_OP_NO_RENEGOTIATION) != 0 &&
regress/lib/libssl/renegotiation/renegotiation_test.c
312
.ssl_server_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
320
.ssl_client_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
329
.ssl_server_options = SSL_OP_NO_RENEGOTIATION |
regress/lib/libssl/renegotiation/renegotiation_test.c
351
.ssl_client_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
359
.ssl_server_options = SSL_OP_NO_RENEGOTIATION,
sbin/unwind/libunbound/util/net_help.c
1285
#if defined(SSL_OP_NO_RENEGOTIATION)
sbin/unwind/libunbound/util/net_help.c
1287
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1288
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
sbin/unwind/libunbound/util/net_help.c
1573
#if defined(SSL_OP_NO_RENEGOTIATION)
sbin/unwind/libunbound/util/net_help.c
1575
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1576
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
usr.sbin/nsd/dnstap/dnstap.c
190
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/nsd/dnstap/dnstap.c
192
if((SSL_CTX_set_options(dtw->ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/dnstap/dnstap.c
193
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
usr.sbin/nsd/nsd-control.c
200
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/nsd/nsd-control.c
202
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/nsd-control.c
203
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
usr.sbin/nsd/server.c
2195
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/nsd/server.c
2197
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/nsd/server.c
2198
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
usr.sbin/unbound/smallapp/unbound-control.c
573
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/smallapp/unbound-control.c
575
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/smallapp/unbound-control.c
576
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1285
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1287
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1288
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
usr.sbin/unbound/util/net_help.c
1573
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1575
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1576
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {