Searched refs:crt2 (Results 1 – 1 of 1) sorted by relevance
572 X509 *crt1 = NULL, *crt2 = NULL; in test_client_cert_verify_cb() local602 || !TEST_ptr((crt2 = load_cert_pem(int2, libctx))) in test_client_cert_verify_cb()609 if (!TEST_true(sk_X509_push(server_chain, crt2))) in test_client_cert_verify_cb()611 crt2 = NULL; in test_client_cert_verify_cb()622 X509_free(crt2); in test_client_cert_verify_cb()
Completed in 34 milliseconds