diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-07-22 22:05:50 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-07-22 22:22:14 +0900 |
commit | 77b8a4739336937523e5c152d0f718f87b79d071 (patch) | |
tree | be007366c1d8fb25a010485300eff49c576828d7 | |
parent | ea0dd3c107a39de626a42b10162e2175eed68ae0 (diff) | |
download | portable-77b8a4739336937523e5c152d0f718f87b79d071.tar.gz portable-77b8a4739336937523e5c152d0f718f87b79d071.tar.bz2 portable-77b8a4739336937523e5c152d0f718f87b79d071.zip |
Force TLSv1.2 when testing SSLv3/TLSv1.2 cipher suites. (upstream r1.15)
-rw-r--r-- | tests/testssl.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testssl.bat b/tests/testssl.bat index 1bc175e..f354393 100644 --- a/tests/testssl.bat +++ b/tests/testssl.bat | |||
@@ -60,7 +60,7 @@ for %%p in ( SSLv3,TLSv1.2 ) do ( | |||
60 | echo "Testing ciphersuites for %%p" | 60 | echo "Testing ciphersuites for %%p" |
61 | for /f "usebackq" %%c in (`%openssl% ciphers -v "%%p+aRSA" ^| find "%%p"`) do ( | 61 | for /f "usebackq" %%c in (`%openssl% ciphers -v "%%p+aRSA" ^| find "%%p"`) do ( |
62 | echo "Testing %%c" | 62 | echo "Testing %%c" |
63 | %ssltest% -cipher %%c | 63 | %ssltest% -cipher %%c -tls1_2 |
64 | if !errorlevel! neq 0 ( | 64 | if !errorlevel! neq 0 ( |
65 | echo "Failed %%c" | 65 | echo "Failed %%c" |
66 | exit /b 1 | 66 | exit /b 1 |