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"
693 db_attr.unique_subject = 1;
698 BIO_printf(bio_err, "DEBUG: unique_subject = \"%s\"\n", p);
700 db_attr.unique_subject = parse_yesno(p,1);
706 BIO_printf(bio_err, "DEBUG: unique_subject undefined\n", p);
709 BIO_printf(bio_err, "DEBUG: configured unique_subject is %d\n",
710 db_attr.unique_subject);
    [all...]

Completed in 66 milliseconds