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

View file

@ -31,14 +31,6 @@
"-e", "TLS 1.3 with x448"
]
},
{
"name" : "test-tls13-empty-alert.py",
"arguments": [
"-p", "@PORT@"
],
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1471656",
"exp_pass": false
},
{
"name" : "test-tls13-ffdhe-sanity.py",
"arguments": [
@ -119,14 +111,6 @@
"-p", "@PORT@"
]
},
{
"name" : "test-tls13-signature-algorithms.py",
"arguments": [
"-p", "@PORT@"
],
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1482386",
"exp_pass": false
},
{
"name" : "test-tls13-unrecognised-groups.py",
"arguments": [
@ -158,6 +142,31 @@
"-e", "Protocol (3, 3) in SSLv2 compatible ClientHello",
"-e", "Protocol (3, 0)"
]
},
{
"name" : "test-tls13-zero-content-type.py",
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1662515",
"arguments": [
"-p", "@PORT@"
]
}
]
},
{
"server_command": [
"@SELFSERV@", "-w", "nss", "-d", "@SERVERDIR@",
"-n", "rsa-pss", "-J", "rsa_pss_rsae_sha512", "-p", "@PORT@"
],
"server_hostname": "@HOSTADDR@",
"server_port": @PORT@,
"tests" : [
{
"name" : "test-tls13-signature-algorithms.py",
"comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1482386",
"exp_pass": false,
"arguments": [
"-p", "$PORT@"
]
}
]
},