Home
last modified time | relevance | path

Searched refs:OPENSSL (Results 1 - 8 of 8) sorted by relevance

/third_party/mbedtls/tests/data_files/
H A DMakefile14 OPENSSL ?= openssl macro
46 $(OPENSSL) genrsa -aes-128-cbc -passout pass:$(test_ca_pwd_rsa) -out $@ 2048
48 $(OPENSSL) rsa -passin pass:$(test_ca_pwd_rsa) -in $< -out $@
60 $(OPENSSL) x509 -inform PEM -in $< -outform DER -out $@
63 $(OPENSSL) pkey -in $< -out $@ -inform PEM -outform DER -passin "pass:$(test_ca_pwd_rsa)"
79 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER
87 $(OPENSSL) x509 -in $< -out $@ -inform PEM -outform DER
91 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@
95 $(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O=PolarSSL/CN=PolarSSL Test CA" -out $@
99 $(OPENSSL) re
[all...]
/third_party/mbedtls/tests/
H A Dcompat.sh35 : ${OPENSSL:=openssl}
39 # The OPENSSL variable used to be OPENSSL_CMD for historical reasons.
44 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
45 echo "Please use OPENSSL instead of OPENSSL_CMD." >&2
636 case $($OPENSSL version) in
659 case $($OPENSSL version) in
667 case $($OPENSSL ciphers ALL) in
787 SERVER_CMD="$OPENSSL s_server $O_SERVER_ARGS"
923 CLIENT_CMD="$OPENSSL s_client $O_CLIENT_ARGS -cipher $3"
1052 if which "$OPENSSL" >/de
[all...]
H A Dssl-opt.sh37 : ${OPENSSL:=openssl}
42 # The OPENSSL variable used to be OPENSSL_CMD for historical reasons.
47 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
48 echo "Please use OPENSSL instead of OPENSSL_CMD." >&2
65 O_SRV="$OPENSSL s_server -www -cert data_files/server5.crt -key data_files/server5.key"
66 O_CLI="echo 'GET / HTTP/1.0' | $OPENSSL s_client"
642 if $OPENSSL s_client -help 2>&1 | grep fallback_scsv >/dev/null
1929 if which $OPENSSL >/dev/null 2>&1; then :; else
1930 echo "Command '$OPENSSL' not found"
1980 case $($OPENSSL versio
[all...]
/third_party/mbedtls/scripts/
H A Doutput_env.sh157 : ${OPENSSL:=openssl}
158 print_version "$OPENSSL" "version" "default"
/third_party/rust/crates/rust-openssl/openssl-sys/build/
H A Dexpando.c15 VERSION(OPENSSL, OPENSSL_VERSION_NUMBER)
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl50 $OPENSSL=1;
190 if ($OPENSSL) {
365 if ($OPENSSL) {
734 if ($OPENSSL) {
/third_party/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl50 $OPENSSL=1;
190 if ($OPENSSL) {
365 if ($OPENSSL) {
734 if ($OPENSSL) {
/third_party/mbedtls/tests/scripts/
H A Dall.sh46 # * OPENSSL = 1.0.2g (without Debian/Ubuntu patches)
176 : ${OPENSSL:="openssl"}
177 : ${OPENSSL_NEXT:="$OPENSSL"}
478 --openssl) shift; OPENSSL="$1";;
748 echo "OPENSSL: $OPENSSL"
768 export OPENSSL="$OPENSSL"
775 set "$@" OPENSSL="$OPENSSL"
[all...]

Completed in 9 milliseconds