DH_get_ex_new_index(3) OpenSSL DH_get_ex_new_index(3) NNAAMMEE DH_get_ex_new_index, DH_set_ex_data, DH_get_ex_data - add application specific data to DH structures SSYYNNOOPPSSIISS #include int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); int DH_set_ex_data(DH *d, int idx, void *arg); char *DH_get_ex_data(DH *d, int idx); DDEESSCCRRIIPPTTIIOONN These functions handle application specific data in DH structures. Their usage is identical to that of _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x_(_), _R_S_A___s_e_t___e_x___d_a_t_a_(_) and _R_S_A___g_e_t___e_x___d_a_t_a_(_) as described in _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x(3). SSEEEE AALLSSOO _R_S_A___g_e_t___e_x___n_e_w___i_n_d_e_x(3), _d_h(3) HHIISSTTOORRYY _D_H___g_e_t___e_x___n_e_w___i_n_d_e_x_(_), _D_H___s_e_t___e_x___d_a_t_a_(_) and _D_H___g_e_t___e_x___d_a_t_a_(_) are avail- able since OpenSSL 0.9.5. 1.0.2u 2019-12-20 DH_get_ex_new_index(3)