Home | History | Annotate | Download | only in ssl

Lines Matching refs:ca_names

2237 	if (s->s3->tmp.ca_names != NULL)
2238 sk_X509_NAME_pop_free(s->s3->tmp.ca_names,X509_NAME_free);
2239 s->s3->tmp.ca_names=ca_sk;