Home
last modified time | relevance | path

Searched refs:OPENSSL (Results 1 – 25 of 42) sorted by relevance

12

/third_party/openssl/test/smime-certs/
Dmksmime-certs.sh12 OPENSSL=../../apps/openssl
17 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 2048
41 CN="Test S/MIME EE DSA #1" $OPENSSL req -config ca.cnf -nodes \
[all …]
/third_party/openssl/demos/certs/
Dmkcerts.sh3 OPENSSL=../../apps/openssl
8 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 …]
Docspquery.sh4 OPENSSL=../../apps/openssl
11 $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 \
Docsprun.sh5 OPENSSL=../../apps/openssl
13 $OPENSSL ocsp -port $PORT -index index.txt -CA intca.pem \
/third_party/mbedtls/tests/data_files/
DMakefile14 OPENSSL ?= openssl macro
53 $(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 DER
73 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER
77 …$(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 …]
/third_party/openssl/demos/certs/apps/
Dmkacerts.sh5 OPENSSL=openssl
8 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.pem
24 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 …]
Dmkxcerts.sh5 OPENSSL=../../../apps/openssl
6 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.pem
19 $OPENSSL ecparam -name P-384 -out ecp384.pem
21 CN="OpenSSL Test P-256 SHA-256 cert" $OPENSSL req \
26 CN="OpenSSL Test P-384 SHA-384 cert" $OPENSSL req \
/third_party/curl/tests/certs/scripts/
Dgenserv.sh8 OPENSSL=openssl
10 OPENSSL=/usr/local/ssl/bin/openssl
68 $OPENSSL dhparam -2 -out $PREFIX-sv.dhp $KEYSIZE
73 …$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:secret
81 $OPENSSL rsa -in $PREFIX-sv.key -pubout -outform DER -out $PREFIX-sv.pub.der
84 $OPENSSL rsa -in $PREFIX-sv.key -pubout -outform PEM -out $PREFIX-sv.pub.pem
88 $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 …]
Dgenroot.sh8 OPENSSL=openssl
10 OPENSSL=/usr/local/ssl/bin/openssl
49 $OPENSSL req -config $PREFIX-ca.prm -new -key $PREFIX-ca.key -out $PREFIX-ca.csr -passin pass:secret
53 $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.cacert
59 $OPENSSL x509 -in $PREFIX-ca.cacert -outform der -out $PREFIX-ca.der
63 $OPENSSL x509 -in $PREFIX-ca.cacert -text -nameopt multiline > $PREFIX-ca.crt
66 $OPENSSL x509 -noout -text -in $PREFIX-ca.cacert -nameopt multiline
/third_party/openssl/util/
Dopensslwrap.sh4 OPENSSL="${HERE}../apps/openssl"
10 if [ -x "${OPENSSL}.exe" ]; then
21 exec "${OPENSSL}.exe" "$@"
22 elif [ -x "${OPENSSL}" -a -x "${HERE}shlib_wrap.sh" ]; then
23 exec "${HERE}shlib_wrap.sh" "${OPENSSL}" "$@"
25 exec "${OPENSSL}" "$@" # hope for the best...
/third_party/mbedtls/tests/data_files/dir-maxpath/
Dlong.sh20 : ${OPENSSL:=openssl}
26 $OPENSSL ecparam -name prime256v1 -genkey -out 00.key
27 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \
39 $OPENSSL ecparam -name prime256v1 -genkey -out ${ME}.key
40 $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 \
/third_party/openssl/VMS/
Dopenssl_utils.com.in6 $ OPENSSL'v' :== $OSSL$EXE:OPENSSL'v'
7 $ OPENSSL :== $OSSL$EXE:OPENSSL'v'
Dopenssl_ivp.com.in27 .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. ""
Dopenssl_startup.com.in23 $ ! OPENSSL is OSSL$INCLUDE:[OPENSSL]
108 $ DEF OPENSSL OSSL$INCLUDE:[OPENSSL]
Dopenssl_shutdown.com.in45 $ DEAS OPENSSL
/third_party/mbedtls/tests/scripts/
Dbasic-build-test.sh50 : ${OPENSSL:="openssl"}
51 : ${OPENSSL_LEGACY:="$OPENSSL"}
72 export OPENSSL_CMD="$OPENSSL"
80 OPENSSL="$OPENSSL" \
/third_party/mbedtls/scripts/
Doutput_env.sh141 : ${OPENSSL:=openssl}
142 print_version "$OPENSSL" "version" "default"
/third_party/openssl/doc/man1/
Drehash.pod72 B<OPENSSL> environment variable to the full pathname.
76 $OPENSSL x509 -hash -fingerprint -noout -in FILENAME
77 $OPENSSL crl -hash -fingerprint -noout -in FILENAME
119 =item B<OPENSSL>
/third_party/python/Modules/
DSetup210 # socket line above, and edit the OPENSSL variable:
211 # OPENSSL=/path/to/openssl/directory
213 # -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 \
/third_party/openssl/test/recipes/
D80-test_ca.t20 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
D80-test_tsa.t94 $ENV{OPENSSL} = cmdstr(app(["openssl"]), display => 1);
/third_party/openssl/demos/bio/
Ddescrip.mms3 # For compilation: OPENSSL
/third_party/mbedtls/tests/docker/bionic/
DDockerfile75 # Build OPENSSL as 1.0.2g
83 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl
/third_party/libcoap/m4/
Dac_check_cryptolibs.m44 # AX_CHECK_{GNUTLS|OPENSSL}_VERSION
/third_party/openssl/tools/
Dc_rehash.in18 my $openssl = $ENV{OPENSSL} || "openssl";

12