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 339adc9 commit 339810bCopy full SHA for 339810b
gnutls/Interoperability/TLSv1-2-with-NSS/runtest.sh
@@ -38,6 +38,12 @@ CLIENT_UTIL="/usr/lib/nss/unsupported-tools/tstclnt"
38
[ -f /usr/lib64/nss/unsupported-tools/selfserv ] && SERVER_UTIL="/usr/lib64/nss/unsupported-tools/selfserv"
39
[ -f /usr/lib64/nss/unsupported-tools/tstclnt ] && CLIENT_UTIL="/usr/lib64/nss/unsupported-tools/tstclnt"
40
41
+# Force NSS to ignore crypto policies
42
+# Temporary workaround for BZ#1426267
43
+if rlIsFedora ">=25"; then
44
+ export NSS_IGNORE_SYSTEM_POLICY=1
45
+fi
46
+
47
rlJournalStart
48
rlPhaseStartSetup
49
rlAssertRpm --all
0 commit comments