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
1311
if ((s->options & SSL_OP_NO_RENEGOTIATION) != 0) {
lib/libssl/ssl_lib.c
1328
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
297
.ssl_server_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
305
.ssl_client_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
314
.ssl_server_options = SSL_OP_NO_RENEGOTIATION |
regress/lib/libssl/renegotiation/renegotiation_test.c
336
.ssl_client_options = SSL_OP_NO_RENEGOTIATION,
regress/lib/libssl/renegotiation/renegotiation_test.c
344
.ssl_server_options = SSL_OP_NO_RENEGOTIATION,
sbin/unwind/libunbound/util/net_help.c
1270
#if defined(SSL_OP_NO_RENEGOTIATION)
sbin/unwind/libunbound/util/net_help.c
1272
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1273
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
sbin/unwind/libunbound/util/net_help.c
1557
#if defined(SSL_OP_NO_RENEGOTIATION)
sbin/unwind/libunbound/util/net_help.c
1559
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
sbin/unwind/libunbound/util/net_help.c
1560
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
570
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/smallapp/unbound-control.c
572
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/smallapp/unbound-control.c
573
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1270
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1272
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1273
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {
usr.sbin/unbound/util/net_help.c
1557
#if defined(SSL_OP_NO_RENEGOTIATION)
usr.sbin/unbound/util/net_help.c
1559
if((SSL_CTX_set_options(ctx, SSL_OP_NO_RENEGOTIATION) &
usr.sbin/unbound/util/net_help.c
1560
SSL_OP_NO_RENEGOTIATION) != SSL_OP_NO_RENEGOTIATION) {