Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dcmp.c121 static char *opt_policy_oids = NULL; variable
1579 if (opt_policy_oids != NULL) in setup_request_ctx()
1655 if (opt_policies != NULL && opt_policy_oids != NULL) { in setup_request_ctx()
1707 if (opt_policy_oids == NULL) in setup_request_ctx()
1712 while (opt_policy_oids != NULL) { in setup_request_ctx()
1715 char *next = next_item(opt_policy_oids); in setup_request_ctx()
1717 if ((policy = OBJ_txt2obj(opt_policy_oids, 1)) == 0) { in setup_request_ctx()
1718 CMP_err1("unknown policy OID '%s'", opt_policy_oids); in setup_request_ctx()
1729 CMP_err1("cannot add policy with OID '%s'", opt_policy_oids); in setup_request_ctx()
1733 opt_policy_oids = next; in setup_request_ctx()
[all …]