SSL_CONF_CTX_new(3) OpenSSL SSL_CONF_CTX_new(3) NNAAMMEE SSL_CONF_CTX_new, SSL_CONF_CTX_free - SSL configuration allocation functions SSYYNNOOPPSSIISS #include SSL_CONF_CTX *SSL_CONF_CTX_new(void); void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx); DDEESSCCRRIIPPTTIIOONN The function _S_S_L___C_O_N_F___C_T_X___n_e_w_(_) allocates and initialises an SSSSLL__CCOONNFF__CCTTXX structure for use with the SSL_CONF functions. The function _S_S_L___C_O_N_F___C_T_X___f_r_e_e_(_) frees up the context ccccttxx. RREETTUURRNN VVAALLUUEESS _S_S_L___C_O_N_F___C_T_X___n_e_w_(_) returns either the newly allocated SSSSLL__CCOONNFF__CCTTXX structure or NNUULLLL if an error occurs. _S_S_L___C_O_N_F___C_T_X___f_r_e_e_(_) does not return a value. SSEEEE AALLSSOO _S_S_L___C_O_N_F___C_T_X___s_e_t___f_l_a_g_s(3), _S_S_L___C_O_N_F___C_T_X___s_e_t___s_s_l___c_t_x(3), _S_S_L___C_O_N_F___C_T_X___s_e_t_1___p_r_e_f_i_x(3), _S_S_L___C_O_N_F___c_m_d(3), _S_S_L___C_O_N_F___c_m_d___a_r_g_v(3) HHIISSTTOORRYY These functions were first added to OpenSSL 1.0.2 1.0.2u 2019-12-20 SSL_CONF_CTX_new(3)