Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c572 X509 *crt1 = NULL, *crt2 = NULL; in test_client_cert_verify_cb() local
601 if (!TEST_ptr((crt1 = load_cert_pem(int1, libctx))) in test_client_cert_verify_cb()
606 if (!TEST_true(sk_X509_push(server_chain, crt1))) in test_client_cert_verify_cb()
608 crt1 = NULL; in test_client_cert_verify_cb()
621 X509_free(crt1); in test_client_cert_verify_cb()

Completed in 29 milliseconds