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

  • 8d93d5e
  • /
  • test
  • /
  • ssl-tests
  • /
  • 01-simple.conf.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:a152f662f67864e0d0602b58edd0091c9d2435cf
directory badge Iframe embedding
swh:1:dir:444f76a7f8d5fd8b8fb1dd5624f35c37f8a34ae2
01-simple.conf.in
# -*- mode: perl; -*-

## SSL test configurations

package ssltests;

our @tests = (
    {
        name => "default",
        server => { },
        client => { },
        test   => { "ExpectedResult" => "Success" },
    },

    {
        name => "verify-cert",
        server => { },
        client => {
            # Don't set up the client root file.
            "VerifyCAFile" => undef,
        },
        test   => {
          "ExpectedResult" => "ClientFail",
          "ClientAlert" => "UnknownCA",
        },
    },
);

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

back to top