Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmp_msg_test.c386 X509 *certfromresp = NULL; in execute_certrep_create() local
408 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