• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/

Lines Matching defs:policy

130 #define ENV_POLICY      	"policy"
162 " -policy arg - The CA 'policy' to support\n",
201 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
207 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
214 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,
222 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
265 char *policy=NULL;
390 else if (strcmp(*argv,"-policy") == 0)
393 policy= *(++argv);
1046 if ((policy == NULL) && ((policy=NCONF_get_string(conf,
1053 BIO_printf(bio_err,"policy is %s\n",policy);
1146 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1148 BIO_printf(bio_err,"unable to find 'section' for %s\n",policy);
1535 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1592 ok=do_body(xret,pkey,x509,dgst,policy,db,serial,subj,chtype,multirdn, email_dn,
1603 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1646 ok=do_body(xret,pkey,x509,dgst,policy,db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,
1657 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,
1758 /* Ok, now we check the 'policy' stuff. */
1773 for (i=0; i<sk_CONF_VALUE_num(policy); i++)
1775 cv=sk_CONF_VALUE_value(policy,i); /* get the object id */
1778 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name);
1799 /* depending on the 'policy', decide what to do. */
1832 BIO_printf(bio_err,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name);
1852 BIO_printf(bio_err,"%s:invalid type in 'policy' configuration\n",cv->value);
2227 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db,
2369 ok=do_body(xret,pkey,x509,dgst,policy,db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,