/external/chromium_org/net/data/ssl/scripts/ |
aia-test.cnf | 23 unique_subject = no
|
client-certs.cnf | 19 unique_subject = no
|
policy.cnf | 22 unique_subject = no
|
ca.cnf | 29 unique_subject = no
|
redundant-ca.cnf | 23 unique_subject = no
|
/external/chromium_org/third_party/openssl/openssl/android.testssl/ |
CAss.cnf | 38 #unique_subject = no # Set to 'no' to allow creation of
|
/external/openssl/android.testssl/ |
CAss.cnf | 38 #unique_subject = no # Set to 'no' to allow creation of
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
openssl.cnf | 46 #unique_subject = no # Set to 'no' to allow creation of
|
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...] |
apps.c | [all...] |
apps.h | 289 int unique_subject; member in struct:db_attr_st
|
/external/openssl/apps/ |
openssl.cnf | 46 #unique_subject = no # Set to 'no' to allow creation of
|
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...] |
apps.c | [all...] |
apps.h | 289 int unique_subject; member in struct:db_attr_st
|