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

  /external/openssl/android.testssl/
testssl.sh 61 $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/
testssl.sh 61 $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/apps/
x509.c 145 " -extfile - configuration file with X509V3 extensions to add\n",
204 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
289 else if (strcmp(*argv,"-extfile") == 0)
292 extfile= *(++argv);
517 if (extfile)
522 if (!NCONF_load(extconf, extfile,&errorline))
527 extfile);
531 ,errorline,extfile);
    [all...]
ca.c 182 " -extfile file - Configuration file with X509v3 extentions to add\n",
279 char *extfile=NULL; local
495 else if (strcmp(*argv,"-extfile") == 0)
498 extfile= *(++argv);
978 if (extfile)
981 if (NCONF_load(extconf,extfile,&errorline) <= 0)
985 extfile);
988 errorline,extfile);
994 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1077 /* no '-extfile' option, so we look for extension
    [all...]

Completed in 29 milliseconds