We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b76f6 commit ff99362Copy full SHA for ff99362
ssl-tests/ssl-tests.mk
@@ -5,6 +5,8 @@ SSLTESTS_IGNORE_PROTOCOLS ?= $(shell \
5
if [ 1 = "$(TEST_PKCS11_FIPS)" ] ; then \
6
if ! [ 1 = "$(JAVA_CONF_FIPS)" ] || ! [ 1 = "$(FIPS_MODE_ENABLED)" ] ; then \
7
printf '%s' 'TLSv1|TLSv1.1|TLSv1.3' ; \
8
+ elif [ 1 = "$(SSLTESTS_USE_OPENSSL_CLIENT)" ] || [ 1 = "$(SSLTESTS_USE_GNUTLS_CLIENT)" ] || [ 1 = "$(SSLTESTS_USE_NSS_CLIENT)" ] ; then \
9
+ printf '%s' 'TLSv1.2' ; \
10
fi ; \
11
else \
12
if grep -q "Red Hat Enterprise Linux Server release 7" /etc/redhat-release \
0 commit comments