Searched refs:SSL_OP_ALL (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dssl_conf.c199 SSL_FLAG_TBL("bugs", SSL_OP_ALL),
354 SSL_FLAG_TBL("Bugs", SSL_OP_ALL),
H A Dssl.h600 * SSL_OP_ALL.
606 * SSL_OP_ALL: various bug workarounds that should be rather harmless. This
609 # define SSL_OP_ALL 0x80000BFFL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dssl_conf.c199 SSL_FLAG_TBL("bugs", SSL_OP_ALL),
354 SSL_FLAG_TBL("Bugs", SSL_OP_ALL),
H A Dssl.h600 * SSL_OP_ALL.
606 * SSL_OP_ALL: various bug workarounds that should be rather harmless. This
609 # define SSL_OP_ALL 0x80000BFFL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_time.c377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_time.c377 SSL_CTX_set_options(tm_ctx, SSL_OP_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_time.c472 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL);
H A Ds_client.c590 SSL_CTX_set_options(ctx,SSL_OP_ALL|off);
H A Ds_server.c936 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1569 work-arounds. The man page for this option states that SSL_OP_ALL enables
1570 all the work-arounds and that "It is usually safe to use SSL_OP_ALL to
1593 this option regardless of OpenSSL version and SSL_OP_ALL definition.
1597 SSL_OP_ALL that _disables_ that work-around despite the fact that
1598 SSL_OP_ALL is documented to do "rather harmless" workarounds. In order to
1603 ctx_options = SSL_OP_ALL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dssl.h497 * it in SSL_OP_ALL. */
500 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
502 #define SSL_OP_ALL 0x00000FFFL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl.h497 * it in SSL_OP_ALL. */
500 /* SSL_OP_ALL: various bug workarounds that should be rather harmless.
502 #define SSL_OP_ALL 0x00000FFFL macro

Completed in 303 milliseconds