Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/tests/data_files/
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)" -s…
95 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s…
99 …$(OPENSSL) req -x509 -new -nodes -key $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -s…
[all …]
/openthread-3.7.0/third_party/mbedtls/repo/tests/data_files/dir-maxpath/
Dlong.sh8 : ${OPENSSL:=openssl}
14 $OPENSSL ecparam -name prime256v1 -genkey -out 00.key
15 $OPENSSL req -new -x509 -subj "/C=UK/O=mbed TLS/CN=CA00" $OPT \
27 $OPENSSL ecparam -name prime256v1 -genkey -out ${ME}.key
28 $OPENSSL req -new -subj "/C=UK/O=mbed TLS/CN=CA${ME}" \
30 $OPENSSL x509 -req -CA ${UP}.crt -CAkey ${UP}.key -set_serial 1 $OPT \
/openthread-3.7.0/third_party/mbedtls/repo/tests/
Dcompat-in-docker.sh30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
52 -e OPENSSL \
Dssl-opt-in-docker.sh30 "legacy") export OPENSSL="/usr/local/openssl-1.0.1j/bin/openssl";;
31 "next") export OPENSSL="/usr/local/openssl-1.1.1a/bin/openssl";;
53 -e OPENSSL \
Dcompat.sh35 : ${OPENSSL:=openssl}
44 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
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" >/dev/null 2>&1; then :; else
1053 echo "Command '$OPENSSL' not found" >&2
1127 if ! $OPENSSL s_server -help 2>&1 | grep -q "^ *-$O_MODE "; then
Dssl-opt.sh37 : ${OPENSSL:=openssl}
47 if [ "$OPENSSL_CMD" != "$OPENSSL" ]; then
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 version) in
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Dbasic-build-test.sh38 : ${OPENSSL:="openssl"}
57 export OPENSSL="$OPENSSL"
65 OPENSSL="$OPENSSL" \
114 OPENSSL="$OPENSSL_NEXT" sh compat.sh -e '^$' -f 'ARIA\|CHACHA'
Dall.sh176 : ${OPENSSL:="openssl"}
177 : ${OPENSSL_NEXT:="$OPENSSL"}
478 --openssl) shift; OPENSSL="$1";;
748 echo "OPENSSL: $OPENSSL"
768 export OPENSSL="$OPENSSL"
775 set "$@" OPENSSL="$OPENSSL"
777 check_tools "$OPENSSL" "$OPENSSL_NEXT" \
2169 env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
2620 env OPENSSL="$OPENSSL_NEXT" tests/compat.sh -e '^$' -f 'ARIA\|CHACHA'
/openthread-3.7.0/third_party/mbedtls/repo/scripts/
Doutput_env.sh157 : ${OPENSSL:=openssl}
158 print_version "$OPENSSL" "version" "default"
/openthread-3.7.0/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile71 # Build OPENSSL as 1.0.2g
79 ENV OPENSSL=/usr/local/openssl-1.0.2g/bin/openssl