tls.c | 624 /* When using DSA keys the callback gets called twice. 2090 DSA *dsa; local in function:mk_x509_cert 2112 dsa = DSA_new(); 2113 if (dsa == NULL) { 2118 if (!DSA_generate_parameters_ex(dsa, bits, NULL, 0, NULL, NULL, NULL)) { 2122 if (!DSA_generate_key(dsa)) { 2126 if (!EVP_PKEY_assign_DSA(pk, dsa)) {
|