Home
last modified time | relevance | path

Searched refs:OPENSSL_CMD (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.4.0/mbedtls-2.4.0/tests/scripts/
Dbasic-build-test.sh48 export OPENSSL_CMD="$OPENSSL"
89 OPENSSL_CMD="$OPENSSL_LEGACY" \
91 OPENSSL_CMD="$OPENSSL_LEGACY" \
Dall.sh202 export OPENSSL_CMD="$OPENSSL"
283 OPENSSL_CMD="$OPENSSL_LEGACY" tests/compat.sh -m 'ssl3'
303 OPENSSL_CMD="$OPENSSL_LEGACY" GNUTLS_CLI="$GNUTLS_LEGACY_CLI" GNUTLS_SERV="$GNUTLS_LEGACY_SERV" tes…
/net-tools-3.4.0/mbedtls-2.4.0/tests/
Dcompat.sh27 : ${OPENSSL_CMD:=openssl} # OPENSSL would conflict with the build system
864 SERVER_CMD="$OPENSSL_CMD s_server $O_SERVER_ARGS"
954 CLIENT_CMD="$OPENSSL_CMD s_client $O_CLIENT_ARGS -cipher $2"
1089 if which "$OPENSSL_CMD" >/dev/null 2>&1; then :; else
1090 echo "Command '$OPENSSL_CMD' not found" >&2
Dssl-opt.sh28 : ${OPENSSL_CMD:=openssl} # OPENSSL would conflict with the build system
32 O_SRV="$OPENSSL_CMD s_server -www -cert data_files/server5.crt -key data_files/server5.key"
33 O_CLI="echo 'GET / HTTP/1.0' | $OPENSSL_CMD s_client"
112 if $OPENSSL_CMD s_client -help 2>&1 | grep fallback_scsv >/dev/null
595 if which $OPENSSL_CMD >/dev/null 2>&1; then :; else
596 echo "Command '$OPENSSL_CMD' not found"