Searched refs:rootx (Results 1 – 1 of 1) sorted by relevance
8818 X509 *x509 = NULL, *rootx = NULL; in cert_cb() local8855 || !TEST_ptr(rootx = X509_new_ex(libctx, NULL)) in cert_cb()8856 || !TEST_ptr(PEM_read_bio_X509(in, &rootx, NULL, NULL)) in cert_cb()8857 || !TEST_true(sk_X509_push(chain, rootx))) in cert_cb()8859 rootx = NULL; in cert_cb()8897 X509_free(rootx); in cert_cb()
Completed in 31 milliseconds