Home
last modified time | relevance | path

Searched refs:xcert (Results 1 – 3 of 3) sorted by relevance

/openssl/test/
H A Dcert_comp_test.c42 X509 *xcert; in client_cert_cb() local
55 if (!TEST_ptr(xcert = X509_new_ex(NULL, NULL)) in client_cert_cb()
56 || !TEST_ptr(PEM_read_bio_X509(in, &xcert, NULL, NULL)) in client_cert_cb()
63 *x509 = xcert; in client_cert_cb()
70 X509_free(xcert); in client_cert_cb()
H A Dsslapitest.c9004 X509 *xcert; in client_cert_cb() local
9017 if (!TEST_ptr(xcert = X509_new_ex(libctx, NULL)) in client_cert_cb()
9018 || !TEST_ptr(PEM_read_bio_X509(in, &xcert, NULL, NULL)) in client_cert_cb()
9025 *x509 = xcert; in client_cert_cb()
9032 X509_free(xcert); in client_cert_cb()
/openssl/doc/man1/
H A Dopenssl-verification-options.pod524 =item B<-xkey> I<infile>, B<-xcert> I<infile>, B<-xchain>
535 B<-xcert>, and B<-xchain> options.

Completed in 31 milliseconds