re-introduce old nss im too tired for this

This commit is contained in:
wuggy 2026-06-30 06:37:32 +01:00
commit 3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions

View file

@ -31,6 +31,14 @@
"-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": [
@ -111,6 +119,14 @@
"-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": [
@ -142,31 +158,6 @@
"-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@"
]
}
]
},