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.c386 X509 *certfromresp = NULL; in execute_certrep_create() local
407 certfromresp = ossl_cmp_certresponse_get1_cert(ctx, read_cresp); in execute_certrep_create()
408 if (certfromresp == NULL || !TEST_int_eq(X509_cmp(cert, certfromresp), 0)) in execute_certrep_create()
413 X509_free(certfromresp); in execute_certrep_create()