Searched refs:tm_ctx (Results 1 – 1 of 1) sorted by relevance
131 static SSL_CTX *tm_ctx=NULL; variable154 tm_ctx=NULL; in s_time_init()365 if ((tm_ctx=SSL_CTX_new(s_time_meth)) == NULL) return(1); in MAIN()367 SSL_CTX_set_quiet_shutdown(tm_ctx,1); in MAIN()369 if (st_bugs) SSL_CTX_set_options(tm_ctx,SSL_OP_ALL); in MAIN()370 SSL_CTX_set_cipher_list(tm_ctx,tm_cipher); in MAIN()371 if(!set_cert_stuff(tm_ctx,t_cert_file,t_key_file)) in MAIN()376 if ((!SSL_CTX_load_verify_locations(tm_ctx,CAfile,CApath)) || in MAIN()377 (!SSL_CTX_set_default_verify_paths(tm_ctx))) in MAIN()550 if (tm_ctx != NULL) in MAIN()[all …]