Searched refs:certfromresp (Results 1 – 1 of 1) sorted by relevance
386 X509 *certfromresp = NULL; in execute_certrep_create() local408 certfromresp = ossl_cmp_certresponse_get1_cert(read_cresp, ctx, privkey); in execute_certrep_create()409 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()414 X509_free(certfromresp); in execute_certrep_create()
Completed in 4 milliseconds