Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_msg_test.c381 X509 *certfromresp = NULL; in execute_certrep_create() local
400 certfromresp = ossl_cmp_certresponse_get1_cert(ctx, read_cresp); in execute_certrep_create()
401 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()
406 X509_free(certfromresp); in execute_certrep_create()