Searched refs:OPENSSL (Results 1 – 25 of 42) sorted by relevance
12
12 OPENSSL=../../apps/openssl17 CN="Test S/MIME RSA Root" $OPENSSL req -config ca.cnf -x509 -nodes \21 CN="Test S/MIME EE RSA #1" $OPENSSL req -config ca.cnf -nodes \24 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \27 CN="Test S/MIME EE RSA #2" $OPENSSL req -config ca.cnf -nodes \29 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \32 CN="Test S/MIME EE RSA #3" $OPENSSL req -config ca.cnf -nodes \34 $OPENSSL x509 -req -in req.pem -CA smroot.pem -days 3600 \39 $OPENSSL dsaparam -out dsap.pem 204841 CN="Test S/MIME EE DSA #1" $OPENSSL req -config ca.cnf -nodes \[all …]
3 OPENSSL=../../apps/openssl8 CN="Test Root CA" $OPENSSL req -config ca.cnf -x509 -nodes \11 CN="Test Intermediate CA" $OPENSSL req -config ca.cnf -nodes \14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -days 3600 \18 CN="Test Server Cert" $OPENSSL req -config ca.cnf -nodes \21 $OPENSSL x509 -req -in req.pem -CA intca.pem -CAkey intkey.pem -days 3600 \25 CN="Test Client Cert" $OPENSSL req -config ca.cnf -nodes \28 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \32 CN="Test Revoked Cert" $OPENSSL req -config ca.cnf -nodes \35 $OPENSSL x509 -req -in rreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \[all …]
4 OPENSSL=../../apps/openssl11 $OPENSSL ocsp -issuer intca.pem -cert client.pem -CAfile root.pem \13 $OPENSSL ocsp -issuer intca.pem -cert server.pem -CAfile root.pem \15 $OPENSSL ocsp -issuer intca.pem -cert rev.pem -CAfile root.pem \19 $OPENSSL ocsp -issuer intca.pem \
5 OPENSSL=../../apps/openssl13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
14 OPENSSL ?= openssl macro53 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@57 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)"65 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER73 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER77 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s…81 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s…85 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s…91 …$(OPENSSL) req -new -subj "/C=NL/O=PolarSSL/CN=www.example.com" -set_serial 17 -config $(test_ca_c…94 …$(OPENSSL) x509 -req -CA $(test_ca_crt) -CAkey $(test_ca_key_file_rsa) -extfile $(test_ca_config_f…[all …]
5 OPENSSL=openssl8 CN="OpenSSL Test Root CA" $OPENSSL req -config apps.cnf -x509 -nodes \11 CN="OpenSSL Test Intermediate CA" $OPENSSL req -config apps.cnf -nodes \14 $OPENSSL x509 -req -in intreq.pem -CA root.pem -CAkey rootkey.pem -days 3630 \17 CN="Test Client Cert" $OPENSSL req -config apps.cnf -nodes \20 $OPENSSL x509 -req -in creq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \22 $OPENSSL x509 -nameopt oneline -subject -issuer >client.pem24 CN="Test Server Cert" $OPENSSL req -config apps.cnf -nodes \27 $OPENSSL x509 -req -in sreq.pem -CA intca.pem -CAkey intkey.pem -days 3600 \29 $OPENSSL x509 -nameopt oneline -subject -issuer >server.pem[all …]
5 OPENSSL=../../../apps/openssl6 CN="OpenSSL Test RSA SHA-1 cert" $OPENSSL req \9 CN="OpenSSL Test RSA SHA-256 cert" $OPENSSL req \12 CN="OpenSSL Test RSA SHA-512 cert" $OPENSSL req \18 $OPENSSL ecparam -name P-256 -out ecp256.pem19 $OPENSSL ecparam -name P-384 -out ecp384.pem21 CN="OpenSSL Test P-256 SHA-256 cert" $OPENSSL req \26 CN="OpenSSL Test P-384 SHA-384 cert" $OPENSSL req \
8 OPENSSL=openssl10 OPENSSL=/usr/local/ssl/bin/openssl68 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE73 …$OPENSSL req -config $PREFIX-sv.prm -newkey rsa:$KEYSIZE -keyout $PREFIX-sv.key -out $PREFIX-sv.cs…77 $OPENSSL rsa -in $PREFIX-sv.key -out $PREFIX-sv.key -passin pass:secret81 $OPENSSL rsa -in $PREFIX-sv.key -pubout -outform DER -out $PREFIX-sv.pub.der84 $OPENSSL rsa -in $PREFIX-sv.key -pubout -outform PEM -out $PREFIX-sv.pub.pem88 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-sv.prm -days $DURATION -CA $CAPREFIX-ca.cacert …92 …echo "$OPENSSL pkcs12 -export -des3 -out $PREFIX-sv.p12 -caname $CAPREFIX -name $PREFIX -inkey $PR…94 …$OPENSSL pkcs12 -export -des3 -out $PREFIX-sv.p12 -caname $CAPREFIX -name $PREFIX -inkey $PREFIX-s…[all …]
8 OPENSSL=openssl10 OPENSSL=/usr/local/ssl/bin/openssl49 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret53 $OPENSSL x509 -set_serial $SERIAL -extfile $PREFIX-ca.prm -days $DURATION -req -signkey $PREFIX-ca…56 $OPENSSL x509 -text -in $PREFIX-$SERIAL-ca.cacert -nameopt multiline > $PREFIX-ca.cacert59 $OPENSSL x509 -in $PREFIX-ca.cacert -outform der -out $PREFIX-ca.der63 $OPENSSL x509 -in $PREFIX-ca.cacert -text -nameopt multiline > $PREFIX-ca.crt66 $OPENSSL x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline
4 OPENSSL="${HERE}../apps/openssl"10 if [ -x "${OPENSSL}.exe" ]; then21 exec "${OPENSSL}.exe" "$@"22 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then23 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"25 exec "${OPENSSL}" "$@" # hope for the best...
20 : ${OPENSSL:=openssl}26 $OPENSSL ecparam -name prime256v1 -genkey -out 00.key27 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \39 $OPENSSL ecparam -name prime256v1 -genkey -out ${ME}.key40 $OPENSSL req -new -subj "/C=UK/O=mbed TLS/CN=CA${ME}" \42 $OPENSSL x509 -req -CA ${UP}.crt -CAkey ${UP}.key -set_serial 1 $OPT \
6 $ OPENSSL'v' :== $OSSL$EXE:OPENSSL'v'7 $ OPENSSL :== $OSSL$EXE:OPENSSL'v'
27 .OR. F$SEARCH("OSSL$INCLUDE:[OPENSSL]crypto.h") .EQS. "" -28 .OR. F$SEARCH("OPENSSL:crypto.h") .EQS. "" -29 .OR. F$SEARCH("OSSL$EXE:OPENSSL''v'.EXE") .EQS. ""
23 $ ! OPENSSL is OSSL$INCLUDE:[OPENSSL]108 $ DEF OPENSSL OSSL$INCLUDE:[OPENSSL]
45 $ DEAS OPENSSL
50 : ${OPENSSL:="openssl"}51 : ${OPENSSL_LEGACY:="$OPENSSL"}72 export OPENSSL_CMD="$OPENSSL"80 OPENSSL="$OPENSSL" \
141 : ${OPENSSL:=openssl}142 print_version "$OPENSSL" "version" "default"
72 B<OPENSSL> environment variable to the full pathname.76 $OPENSSL x509 -hash -fingerprint -noout -in FILENAME77 $OPENSSL crl -hash -fingerprint -noout -in FILENAME119 =item B<OPENSSL>
210 # socket line above, and edit the OPENSSL variable:211 # OPENSSL=/path/to/openssl/directory213 # -I$(OPENSSL)/include -L$(OPENSSL)/lib \216 # -I$(OPENSSL)/include -L$(OPENSSL)/lib \221 # -I$(OPENSSL)/include -L$(OPENSSL)/lib \225 # -I$(OPENSSL)/include -L$(OPENSSL)/lib \
20 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
94 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
3 # For compilation: OPENSSL
75 # Build OPENSSL as 1.0.2g83 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
4 # AX_CHECK_{GNUTLS|OPENSSL}_VERSION
18 my $openssl = $ENV{OPENSSL} || "openssl";