Searched refs:srvcert (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/crypto/openssl/test/
H A Dcmp_vfy_test.c75 static X509 *srvcert = NULL; variable
225 || !add_trusted(fixture->cmp_ctx, srvcert)) {
253 fixture->cert = srvcert;
259 wrong? clcert : srvcert))
352 || !TEST_true(OSSL_CMP_CTX_set1_srvCert(fixture->cmp_ctx, srvcert))) {
362 return test_validate_with_sender(X509_get_subject_name(srvcert), 1);
412 setup_path(&fixture, srvcert /* wrong/non-root cert */, 0);
561 X509_free(srvcert);
639 if (!TEST_ptr(srvcert = load_cert_pem(server_f, libctx))
/freebsd-current/crypto/openssl/apps/
H A Dcmp.c297 "also used as recipient if neither -recipient nor -srvcert are given"},
340 "Issuer is used as recipient unless -recipient, -srvcert, or -issuer given"},
363 "DN of CA. Default: subject of -srvcert, -issuer, issuer of -oldcert or -cert"},
376 {OPT_MORE_STR, 0, 0, "unless -srvcert is given"},
379 {"srvcert", OPT_SRVCERT, 's',
382 "DN of expected sender of responses. Defaults to subject of -srvcert, if any"},
1183 X509 *srvcert; local
1189 CMP_warn("-trusted option is ignored since -srvcert option is present");
1193 CMP_warn("-recipient option is ignored since -srvcert option is present");
1196 srvcert
[all...]

Completed in 120 milliseconds