Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c8818 X509 *x509 = NULL, *rootx = NULL; in cert_cb() local
8855 || !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 34 milliseconds