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

  /external/openssl/apps/
CA.sh 8 # CA -newreq ... will generate a certificate request
11 # At the end of that grab newreq.pem and newcert.pem (one has the key
58 echo "usage: $0 -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify" >&2
90 -newreq)
92 $REQ -new -keyout newkey.pem -out newreq.pem $DAYS
94 echo "Request is in newreq.pem, private key is in newkey.pem"
96 -newreq-nodes)
98 $REQ -new -nodes -keyout newreq.pem -out newreq.pem $DAY
    [all...]
CA.com 6 $! CA -newreq ... will generate a certificate request
9 $! At the end of that grab newreq.pem and newcert.pem (one has the key
57 $ echo "usage: CA -newcert|-newreq|-newca|-sign|-verify"
73 $ REQ -new -x509 -keyout newreq.pem -out newreq.pem 'DAYS'
75 $ echo "Certificate (and private key) is in newreq.pem"
79 $ IF (prog_opt .EQS. "-newreq")
83 $ REQ -new -keyout newreq.pem -out newreq.pem 'DAYS'
85 $ echo "Request (and private key) is in newreq.pem
    [all...]
CA.pl 8 # CA -newreq[-nodes] ... will generate a certificate request
11 # At the end of that grab newreq.pem and newcert.pem (one has the key
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
74 } elsif (/^-newreq$/) {
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
78 print "Request is in newreq.pem, private key is in newkey.pem\n";
79 } elsif (/^-newreq-nodes$/) {
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
83 print "Request is in newreq.pem, private key is in newkey.pem\n"
    [all...]
CA.pl.in 8 # CA -newreq[-nodes] ... will generate a certificate request
11 # At the end of that grab newreq.pem and newcert.pem (one has the key
67 print STDERR "usage: CA -newcert|-newreq|-newreq-nodes|-newca|-sign|-verify\n";
74 } elsif (/^-newreq$/) {
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
78 print "Request is in newreq.pem, private key is in newkey.pem\n";
79 } elsif (/^-newreq-nodes$/) {
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
83 print "Request is in newreq.pem, private key is in newkey.pem\n"
    [all...]
req.c 176 int i=0,badops=0,newreq=0,verbose=0,pkey_type=TYPE_RSA; local
251 newreq=1;
413 newreq=1;
585 if (newreq)
731 if (newreq && (pkey == NULL))
858 if (!newreq)
891 if (newreq || x509)
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 421 newreq=
441 newreq="$newreq $1 $dir/$include $dir2/$include"
447 set x $newreq
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 421 newreq=
441 newreq="$newreq $1 $dir/$include $dir2/$include"
447 set x $newreq
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
fixinc.sh 423 newreq=
443 newreq="$newreq $1 $dir/$include $dir2/$include"
449 set x $newreq

Completed in 727 milliseconds