Searched refs:extfile (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/android.testssl/
H A Dtestssl.sh61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/chromium_org/third_party/openssl/openssl/patches/
H A Dtestssl.sh61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/openssl/android.testssl/
H A Dtestssl.sh61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/openssl/patches/
H A Dtestssl.sh61 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca
69 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-cross-signed-certs.sh53 -extfile ca.cnf \
64 -extfile ca.cnf \
H A Dgenerate-aia-certs.sh49 -extfile aia-test.cnf \
H A Dgenerate-policy-certs.sh52 -extfile policy.cnf \
H A Dgenerate-test-certs.sh39 -extfile ca.cnf \
H A Dgenerate-duplicate-cn-certs.sh64 -extfile redundant-ca.cnf \
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dx509.c145 " -extfile - configuration file with X509V3 extensions to add\n",
206 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
300 else if (strcmp(*argv,"-extfile") == 0)
303 extfile= *(++argv);
528 if (extfile)
533 if (!NCONF_load(extconf, extfile,&errorline))
538 extfile);
542 ,errorline,extfile);
H A Dca.c182 " -extfile file - Configuration file with X509v3 extentions to add\n",
283 char *extfile=NULL; local
509 else if (strcmp(*argv,"-extfile") == 0)
512 extfile= *(++argv);
992 if (extfile)
995 if (NCONF_load(extconf,extfile,&errorline) <= 0)
999 extfile);
1002 errorline,extfile);
1008 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1091 /* no '-extfile' optio
[all...]
/external/openssl/apps/
H A Dx509.c145 " -extfile - configuration file with X509V3 extensions to add\n",
206 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
300 else if (strcmp(*argv,"-extfile") == 0)
303 extfile= *(++argv);
528 if (extfile)
533 if (!NCONF_load(extconf, extfile,&errorline))
538 extfile);
542 ,errorline,extfile);
H A Dca.c182 " -extfile file - Configuration file with X509v3 extentions to add\n",
283 char *extfile=NULL; local
509 else if (strcmp(*argv,"-extfile") == 0)
512 extfile= *(++argv);
992 if (extfile)
995 if (NCONF_load(extconf,extfile,&errorline) <= 0)
999 extfile);
1002 errorline,extfile);
1008 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1091 /* no '-extfile' optio
[all...]

Completed in 257 milliseconds