Searched refs:ctx_options (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dopenssl.c1484 long ctx_options; local
1603 ctx_options = SSL_OP_ALL;
1606 ctx_options |= SSL_OP_NO_TICKET;
1610 ctx_options |= SSL_OP_NO_COMPRESSION;
1615 ctx_options &= ~SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG;
1622 ctx_options &= ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS;
1627 ctx_options |= SSL_OP_NO_SSLv2;
1631 ctx_options |= SSL_OP_NO_SSLv3;
1637 ctx_options |= SSL_OP_NO_SSLv2;
1638 ctx_options |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtunala.c91 int ctx_options, int out_state,
342 int ctx_options = def_ctx_options; local
480 ctx_options |= SSL_OP_NO_SSLv2;
483 ctx_options |= SSL_OP_NO_SSLv3;
486 ctx_options |= SSL_OP_NO_TLSv1;
542 tmp_rsa, ctx_options, out_state,
787 int ctx_options, int out_state,
856 /* ctx_options */
857 SSL_CTX_set_options(ctx, ctx_options);
781 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtunala.c73 int ctx_options, int out_state, int out_verify, int verify_mode,
312 int ctx_options = def_ctx_options; local
437 ctx_options |= SSL_OP_NO_SSLv2;
440 ctx_options |= SSL_OP_NO_SSLv3;
443 ctx_options |= SSL_OP_NO_TLSv1;
496 dh_special, tmp_rsa, ctx_options, out_state, out_verify,
732 int ctx_options, int out_state, int out_verify, int verify_mode,
803 /* ctx_options */
804 SSL_CTX_set_options(ctx, ctx_options);
728 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtunala.c91 int ctx_options, int out_state,
342 int ctx_options = def_ctx_options; local
480 ctx_options |= SSL_OP_NO_SSLv2;
483 ctx_options |= SSL_OP_NO_SSLv3;
486 ctx_options |= SSL_OP_NO_TLSv1;
542 tmp_rsa, ctx_options, out_state,
787 int ctx_options, int out_state,
856 /* ctx_options */
857 SSL_CTX_set_options(ctx, ctx_options);
781 initialise_ssl_ctx(int server_mode, const char *engine_id, const char *CAfile, const char *cert, const char *key, const char *dcert, const char *dkey, const char *cipher_list, const char *dh_file, const char *dh_special, int tmp_rsa, int ctx_options, int out_state, int out_verify, int verify_mode, unsigned int verify_depth) argument

Completed in 129 milliseconds