Home | History | Annotate | Download | only in apps

Lines Matching refs:ATTRIBUTES

96 #define ATTRIBUTES	"attributes"
809 if ((kludge > 0) && !sk_X509_ATTRIBUTE_num(req->req_info->attributes))
811 sk_X509_ATTRIBUTE_free(req->req_info->attributes);
812 req->req_info->attributes = NULL;
1130 attr_sect=NCONF_get_string(req_conf,SECTION,ATTRIBUTES);
1297 BIO_printf(bio_err,"\nPlease enter the following 'extra' attributes\n");