mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 00:17:32 +09:00
re-introduce old nss im too tired for this
This commit is contained in:
parent
3c46be320d
commit
3a838106b9
2871 changed files with 1374431 additions and 1762417 deletions
|
|
@ -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@"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
4
security/nss/tests/tlsfuzzer/tlsfuzzer.sh
Executable file → Normal file
4
security/nss/tests/tlsfuzzer/tlsfuzzer.sh
Executable file → Normal file
|
|
@ -44,11 +44,11 @@ tlsfuzzer_init()
|
|||
if [ ! -d "$TLSFUZZER" ]; then
|
||||
# Can't use git-copy.sh here, as tlsfuzzer doesn't have any tags
|
||||
git clone -q https://github.com/tomato42/tlsfuzzer/ "$TLSFUZZER"
|
||||
git -C "$TLSFUZZER" checkout 21fd6522f695693a320a1df3c117fd7ced1352a5
|
||||
git -C "$TLSFUZZER" checkout 80d7932ead1d8dae6e555cfd2b1c4c5beb2847df
|
||||
|
||||
# We could use tlslite-ng from pip, but the pip command installed
|
||||
# on TC is too old to support --pre
|
||||
${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha42 tlslite-ng
|
||||
${QADIR}/../fuzz/config/git-copy.sh https://github.com/tomato42/tlslite-ng/ v0.8.0-alpha27 tlslite-ng
|
||||
|
||||
pushd "$TLSFUZZER"
|
||||
ln -s ../tlslite-ng/tlslite tlslite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue