Searched refs:xcert (Results 1 – 2 of 2) sorted by relevance
530 =item B<-xkey> I<infile>, B<-xcert> I<infile>, B<-xchain>541 B<-xcert>, and B<-xchain> options.
8576 X509 *xcert; in client_cert_cb() local8589 if (!TEST_ptr(xcert = X509_new_ex(libctx, NULL)) in client_cert_cb()8590 || !TEST_ptr(PEM_read_bio_X509(in, &xcert, NULL, NULL)) in client_cert_cb()8597 *x509 = xcert; in client_cert_cb()8604 X509_free(xcert); in client_cert_cb()