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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss50 $x509cmd -CAcreateserial -in $CAreq -days 30 -req -out $CAcert -signkey $CAkey -extfile $CAconf -extensions v3_ca >err.ss
92 $x509cmd -CAcreateserial -in $Ureq -days 30 -req -out $Ucert -CA $CAcert -CAkey $CAkey -extfile $Uconf -extensions v3_ee >err.ss
113 $x509cmd -CAcreateserial -in $P1req -days 30 -req -out $P1cert -CA $Ucert -CAkey $Ukey -extfile $P1conf -extensions v3_proxy >err.ss
135 $x509cmd -CAcreateserial -in $P2req -days 30 -req -out $P2cert -CA $P1cert -CAkey $P1key -extfile $P2conf -extensions v3_proxy >err.ss
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/certs/scripts/
H A Dgenroot.sh49 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.csr -out $PREFIX-$SERIAL.ca-cacert -sha1 "
51 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca.key -in $PREFIX-ca.csr -out $PREFIX-$SERIAL-ca.cacert -sha1
H A Dgenserv.sh78 echo "openssl x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -out $PREFIX-sv.crt -text -nameopt multiline -sha1"
80 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert -CAkey $CAPREFIX-ca.key -in $PREFIX-sv.csr -req -out $PREFIX-sv.crt -text -nameopt multiline -sha1
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/demos/ssltest-ecc/
H A DECCcertgen.sh69 -extfile $OPENSSL_DIR/apps/openssl.cnf \
H A DRSAcertgen.sh56 -extfile $OPENSSL_DIR/apps/openssl.cnf \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dx509.c138 " -extfile - configuration file with X509V3 extensions to add\n",
193 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
278 else if (strcmp(*argv,"-extfile") == 0)
281 extfile= *(++argv);
496 if (extfile)
501 if (!NCONF_load(extconf, extfile,&errorline))
506 extfile);
510 ,errorline,extfile);
H A Dca.c183 " -extfile file - Configuration file with X509v3 extentions to add\n",
280 char *extfile=NULL; local
490 else if (strcmp(*argv,"-extfile") == 0)
493 extfile= *(++argv);
976 if (extfile)
979 if (NCONF_load(extconf,extfile,&errorline) <= 0)
983 extfile);
986 errorline,extfile);
992 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1064 /* no '-extfile' optio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dx509.c130 " -extfile - configuration file with X509V3 extensions to add\n",
184 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
276 else if (strcmp(*argv,"-extfile") == 0)
279 extfile= *(++argv);
491 if (extfile)
496 if (!NCONF_load(extconf, extfile,&errorline))
501 extfile);
505 ,errorline,extfile);
H A Dca.c176 " -extfile file - Configuration file with X509v3 extentions to add\n",
273 char *extfile=NULL; local
471 else if (strcmp(*argv,"-extfile") == 0)
474 extfile= *(++argv);
951 if (extfile)
954 if (NCONF_load(extconf,extfile,&errorline) <= 0)
958 extfile);
961 errorline,extfile);
967 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1039 /* no '-extfile' optio
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtestutils.tcl3335 foreach extfile $curfiles {
3336 file delete -force $extfile
3338 foreach extfile $tagfiles {
3339 set i [string last "." $extfile]
3341 set extnum [string range $extfile $i end]
3346 file $op -force $extfile $dbq
3352 foreach extfile $files {
3353 set i [string last "." $extfile]
3355 set extnum [string range $extfile $i end]
3356 file $op -force $extfile
[all...]

Completed in 96 milliseconds