Home
last modified time | relevance | path

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

/mbedtls-latest/tests/
Dssl-opt.sh451 TLS_VERSION=$3
482 if [ "$TLS_VERSION" = "TLS13" ]; then
1729 TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
1731 TLS_VERSION="TLS12"
1736 detect_required_features "$SRV_CMD" "server" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"
1737 detect_required_features "$CLI_CMD" "client" "$TLS_VERSION" "$EXT_WO_ECDH" "$@"