Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/security/nss/tests/tlsfuzzer/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 6 kB image not shown  

Quelle  config.json.in

  Sprache: C
 

Spracherkennung für: .in vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[
    {
        "server_command": [
            "@SELFSERV@", "-w", "nss", "-d", "@SERVERDIR@",
            "-V", "tls1.0:", "-H", "1",
            "-n", "rsa",
            "-n", "rsa-pss",
     "-J", "rsa_pss_rsae_sha256,rsa_pss_rsae_sha384,rsa_pss_rsae_sha512,rsa_pss_pss_sha256",
            "-u", "-Z", "-p", "@PORT@"
        ],
        "server_hostname": "@HOSTADDR@",
        "server_port": @PORT@,
        "tests" : [
            {
                "name" : "test-tls13-conversation.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-count-tickets.py",
                "arguments": [
                    "-p", "@PORT@", "-t", "1"
                ]
            },
            {
                "name" : "test-tls13-dhe-shared-secret-padding.py",
                "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1305243",
                "arguments": [
                    "-p", "@PORT@",
                    "-e", "TLS 1.3 with x448"
                ]
            },
            {
                "name" : "test-tls13-ffdhe-sanity.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-finished.py",
                "arguments": [
                    "-p", "@PORT@"
                ],
                "comment" : "https://bugzilla.mozilla.org/show_bug.cgi?id=1472747",
                "exp_pass": false
            },
            {
                "name" : "test-tls13-0rtt-garbage.py",
                "comment": "the disabled test timeouts because of https://bugzilla.mozilla.org/show_bug.cgi?id=1472747",
                "arguments": [
                    "-p", "@PORT@", "--cookie",
                    "-e", "undecryptable record later in handshake together with early_data"
                ]
            },
            {
                "name" : "test-tls13-hrr.py",
                "arguments": [
                    "-p", "@PORT@", "--cookie"
                ]
            },
            {
                "name" : "test-tls13-legacy-version.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-nociphers.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-pkcs-signature.py",
                "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1489997",
                "arguments": [
                    "-p", "@PORT@",
                    "-e", "rsa_pkcs1_sha256 signature",
                    "-e", "rsa_pkcs1_sha384 signature",
                    "-e", "rsa_pkcs1_sha512 signature"
                ]
            },
            {
                "name" : "test-tls13-rsa-signatures.py",
  "comment": "selfserv can be set up to use multiple certs, but only one for each auth type",
                "arguments": [
                    "-p", "@PORT@", "-b",
      "-e", "tls13 signature rsa_pss_pss_sha384",
      "-e", "tls13 signature rsa_pss_pss_sha512"
                ]
            },
            {
                "name" : "test-tls13-rsapss-signatures.py",
  "comment": "selfserv can be set up to use multiple certs, but only one to each auth type",
                "arguments": [
                    "-p", "@PORT@", "-b",
      "-e", "tls13 signature rsa_pss_pss_sha384",
      "-e", "tls13 signature rsa_pss_pss_sha512"
                ]
            },
            {
                "name" : "test-tls13-record-padding.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-session-resumption.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-tls13-unrecognised-groups.py",
                "arguments": [
                    "-p", "@PORT@", "--cookie"
                ]
            },
            {
                "name" : "test-tls13-version-negotiation.py",
                "comment": "the disabled test timeouts because of https://github.com/tomato42/tlsfuzzer/issues/452",
                "arguments": [
                    "-p", "@PORT@",
                    "-e", "SSL 2.0 ClientHello with TLS 1.3 version and TLS 1.3 only ciphersuites"
                ]
            },
            {
                "name" : "test-tls13-zero-length-data.py",
                "arguments": [
                    "-p", "@PORT@"
                ]
            },
            {
                "name" : "test-dhe-no-shared-secret-padding.py",
                "comment": "https://bugzilla.mozilla.org/show_bug.cgi?id=1494221 and SSLv3 cannot be enabled in server",
                "arguments": [
                    "-p", "@PORT@",
                    "-e", "Protocol (30) in SSLv2 compatible ClientHello",
                    "-e", "Protocol (31) in SSLv2 compatible ClientHello",
                    "-e", "Protocol (32) in SSLv2 compatible ClientHello",
                    "-e", "Protocol (33) in SSLv2 compatible ClientHello",
                    "-e", "Protocol (30)"
                ]
            },
            {
                "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@"
                ]
            }
        ]
    },
    {
        "server_command": [
            "@SELFSERV@", "-w", "nss", "-d", "@SERVERDIR@",
            "-V", "tls1.0:", "-H", "1",
            "-n", "rsa",
            "-c", ":C028",
            "-p", "@PORT@"
        ],
        "server_hostname": "@HOSTADDR@",
        "server_port": @PORT@,
        "tests" : [
            {
                "name" : "test-atypical-padding.py",
                "arguments": [
                    "-p", "@PORT@",
                    "2^14 bytes of AppData with 256 bytes of padding (SHA384)"
                ]
            }
        ]
    }
]

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-06) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.