Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c8390 X509 *x509 = NULL, *rootx = NULL; in cert_cb() local
8427 || !TEST_ptr(rootx = X509_new_ex(libctx, NULL)) in cert_cb()
8428 || !TEST_ptr(PEM_read_bio_X509(in, &rootx, NULL, NULL)) in cert_cb()
8429 || !TEST_true(sk_X509_push(chain, rootx))) in cert_cb()
8431 rootx = NULL; in cert_cb()
8469 X509_free(rootx); in cert_cb()