Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • b3932ec
  • /
  • recipes
  • /
  • 95-test_external_tlsfuzzer_data
  • /
  • cert.json.in
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:1bc20799d9b5c254fc6862ace371843e246e8445
directory badge Iframe embedding
swh:1:dir:2ab289e43c8090337ff79a88ae799c8c3b9d8fd5
cert.json.in
[
    {"server_command": ["@SERVER@", "s_server", "-www",
                 "-key", "tests/serverX509Key.pem",
                 "-cert", "tests/serverX509Cert.pem",
                 "-verify", "1", "-CAfile", "tests/clientX509Cert.pem"],
     "comment": "Use ANY certificate just to ensure that server tries to authorise a client",
     "environment": {"PYTHONPATH" : "."},
     "server_hostname": "localhost",
     "server_port": @PORT@,
     "tests" : [
	 {"name" : "test-tls13-certificate-verify.py",
          "arguments" : ["-k", "tests/clientX509Key.pem",
                         "-c", "tests/clientX509Cert.pem",
			 "-s", "ecdsa_secp256r1_sha256 ecdsa_secp384r1_sha384 ecdsa_secp521r1_sha512 ed25519 ed448 8+26 8+27 8+28 rsa_pss_pss_sha256 rsa_pss_pss_sha384 rsa_pss_pss_sha512 rsa_pss_rsae_sha256 rsa_pss_rsae_sha384 rsa_pss_rsae_sha512 rsa_pkcs1_sha256 rsa_pkcs1_sha384 rsa_pkcs1_sha512 ecdsa_sha224 rsa_pkcs1_sha224",
	                 "-p", "@PORT@"]},
	 {"name" : "test-tls13-ecdsa-in-certificate-verify.py",
          "arguments" : ["-k", "tests/serverECKey.pem",
                         "-c", "tests/serverECCert.pem",
			 "-s", "ecdsa_secp256r1_sha256 ecdsa_secp384r1_sha384 ecdsa_secp521r1_sha512 ed25519 ed448 8+26 8+27 8+28 rsa_pss_pss_sha256 rsa_pss_pss_sha384 rsa_pss_pss_sha512 rsa_pss_rsae_sha256 rsa_pss_rsae_sha384 rsa_pss_rsae_sha512 rsa_pkcs1_sha256 rsa_pkcs1_sha384 rsa_pkcs1_sha512 ecdsa_sha224 rsa_pkcs1_sha224",
	                 "-p", "@PORT@"]}
     ]
    },
    {"server_command": ["@SERVER@", "s_server", "-www",
                 "-key", "tests/serverX509Key.pem",
                 "-cert", "tests/serverX509Cert.pem"],
     "environment": {"PYTHONPATH" : "."},
     "server_hostname": "localhost",
     "server_port": @PORT@,
     "tests" : [
	 {"name" : "test-tls13-conversation.py",
          "arguments" : ["-p", "@PORT@"]},
	 {"name" : "test-conversation.py",
          "arguments" : ["-p", "@PORT@",
		  "-d"]}
     ]
    }

]

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top