the_ssl_ctx 133 opal/mca/event/libevent2022/libevent/test/regress_ssl.c static SSL_CTX *the_ssl_ctx = NULL; the_ssl_ctx 138 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (the_ssl_ctx) the_ssl_ctx 139 opal/mca/event/libevent2022/libevent/test/regress_ssl.c return the_ssl_ctx; the_ssl_ctx 140 opal/mca/event/libevent2022/libevent/test/regress_ssl.c the_ssl_ctx = SSL_CTX_new(SSLv23_method()); the_ssl_ctx 141 opal/mca/event/libevent2022/libevent/test/regress_ssl.c if (!the_ssl_ctx) the_ssl_ctx 145 opal/mca/event/libevent2022/libevent/test/regress_ssl.c SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); the_ssl_ctx 148 opal/mca/event/libevent2022/libevent/test/regress_ssl.c SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); the_ssl_ctx 151 opal/mca/event/libevent2022/libevent/test/regress_ssl.c return the_ssl_ctx;