Skip to content

Commit 339810b

Browse files
committed
Force NSS to ignore crypto policies on F25+
This is a temporary workaround for BZ#1426267.
1 parent 339adc9 commit 339810b

File tree

1 file changed

+6
-0
lines changed
  • gnutls/Interoperability/TLSv1-2-with-NSS

1 file changed

+6
-0
lines changed

gnutls/Interoperability/TLSv1-2-with-NSS/runtest.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ CLIENT_UTIL="/usr/lib/nss/unsupported-tools/tstclnt"
3838
[ -f /usr/lib64/nss/unsupported-tools/selfserv ] && SERVER_UTIL="/usr/lib64/nss/unsupported-tools/selfserv"
3939
[ -f /usr/lib64/nss/unsupported-tools/tstclnt ] && CLIENT_UTIL="/usr/lib64/nss/unsupported-tools/tstclnt"
4040

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+
4147
rlJournalStart
4248
rlPhaseStartSetup
4349
rlAssertRpm --all

0 commit comments

Comments
 (0)