Home | History | Annotate | Download | only in apps

Lines Matching defs:ATTRIBUTES

96 #define ATTRIBUTES	"attributes"
817 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
819 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
820 req->req_info->attributes = NULL;
1142 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1309 BIO_printf(bio_err,"\nPlease enter the following 'extra' attributes\n");