Lines Matching defs:srvcert
297 "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;
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 = load_cert_pwd(opt_srvcert, opt_otherpass,
1198 ok = srvcert != NULL && OSSL_CMP_CTX_set1_srvCert(ctx, srvcert);
1199 X509_free(srvcert);
1448 CMP_warn("will not authenticate server due to missing -secret, -trusted, or -srvcert");
1608 CMP_warn("missing -recipient, -srvcert, -issuer, -oldcert or -cert; recipient will be set to \"NULL-DN\"");