Searched refs:SSL_OP_ALL (Results 1 – 9 of 9) sorted by relevance
110 =item SSL_OP_ALL116 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround227 enabled with B<SSL_OP_ALL>. As of 0.9.7, it is no longer included in B<SSL_OP_ALL>
458 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL); in MAIN()
507 SSL_CTX_set_options(ctx,SSL_OP_ALL|off); in MAIN()
765 if (bugs) SSL_CTX_set_options(ctx,SSL_OP_ALL); in MAIN()
316 SSL_CTX_set_options(ctx, SSL_OP_ALL); in ssl_ext_mp_init()
588 SSL_CTX_set_options(ctx, SSL_OP_ALL); in ssl_init_ConfigureServer()
119 Srv_SSL_Options = SSL_OP_ALL;120 Clt_SSL_Options = SSL_OP_ALL2345 #ifdef SSL_OP_ALL2346 { "SSL_OP_ALL", SSL_OP_ALL },
486 #define SSL_OP_ALL 0x00000FFFL macro
122 ssl_opts = SSL_OP_ALL; in HTGetSSLHandle()