Replace NSS with Pale Moon's

This commit is contained in:
wuggy 2026-06-29 21:29:25 +01:00
commit 8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions

2
security/nss/tests/interop/interop.sh Normal file → Executable file
View file

@ -25,7 +25,7 @@ interop_init()
INTEROP=${INTEROP:=tls_interop}
if [ ! -d "$INTEROP" ]; then
git clone -q https://github.com/mozilla/tls-interop "$INTEROP"
git -C "$INTEROP" checkout -q c00685aa953c49f1e844e614746aadc783e81b19
git -C "$INTEROP" checkout -q b7cddb7d4980221ae8910f5c4e935b65081713f1
fi
INTEROP=$(cd "$INTEROP";pwd -P)