Searched refs:unique_subject (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.h295 int unique_subject; member in struct:db_attr_st
H A Dapps.c1908 retdb->attributes.unique_subject = 1;
1912 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject");
1916 "DEBUG[load_index]: unique_subject = \"%s\"\n", p);
1918 retdb->attributes.unique_subject = parse_yesno(p, 1);
1943 if (db->attributes.unique_subject
2008 BIO_printf(out, "unique_subject = %s\n",
2009 db->attributes.unique_subject ? "yes" : "no");
H A Dca.c130 #define ENV_UNIQUE_SUBJECT "unique_subject"
654 db_attr.unique_subject = 1;
658 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
660 db_attr.unique_subject = parse_yesno(p, 1);
665 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n");
668 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
669 db_attr.unique_subject);
2012 * unique_subject is in use then we don't want different entries with
2023 if (db->attributes.unique_subject) {

Completed in 84 milliseconds