Skip to content

Commit ff99362

Browse files
zzambersjudovana
authored andcommitted
Exclude FIPS+TLSv1.2 testing with native client (ojdk lacks ems support)
1 parent b5b76f6 commit ff99362

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ssl-tests/ssl-tests.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ SSLTESTS_IGNORE_PROTOCOLS ?= $(shell \
55
if [ 1 = "$(TEST_PKCS11_FIPS)" ] ; then \
66
if ! [ 1 = "$(JAVA_CONF_FIPS)" ] || ! [ 1 = "$(FIPS_MODE_ENABLED)" ] ; then \
77
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' ; \
810
fi ; \
911
else \
1012
if grep -q "Red Hat Enterprise Linux Server release 7" /etc/redhat-release \

0 commit comments

Comments
 (0)