HomeSort by relevance Sort by last modified time
    Searched refs:unique_subject (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
apps.h 289 int unique_subject; member in struct:db_attr_st
apps.c     [all...]
ca.c 136 #define ENV_UNIQUE_SUBJECT "unique_subject"
679 db_attr.unique_subject = 1;
684 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
686 db_attr.unique_subject = parse_yesno(p,1);
692 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
695 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
696 db_attr.unique_subject);
    [all...]

Completed in 110 milliseconds