join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
TlsContextTest Class Reference

Class used to test the TLS context API. More...

Inheritance diagram for TlsContextTest:
Collaboration diagram for TlsContextTest:

Static Public Member Functions

static void SetUpTestCase ()
 set up test case.
 
static void TearDownTestCase ()
 tear down test case.
 

Static Protected Attributes

static const std::string _root = "/tmp/tlscontext_test_root.cert"
 root certificate.
 
static const std::string _certPath = "/tmp/certs"
 certificate path.
 
static const std::string _certFile = _certPath + "/tlscontext_test.cert"
 certificate file.
 
static const std::string _key = "/tmp/tlscontext_test.key"
 private key.
 
static const std::string _invalidKey = "/tmp/tlscontext_test_invalid.key"
 invalid private key.
 

Detailed Description

Class used to test the TLS context API.

Member Function Documentation

◆ SetUpTestCase()

static void TlsContextTest::SetUpTestCase ( )
inlinestatic

set up test case.

◆ TearDownTestCase()

static void TlsContextTest::TearDownTestCase ( )
inlinestatic

tear down test case.

Member Data Documentation

◆ _certFile

const std::string TlsContextTest::_certFile = _certPath + "/tlscontext_test.cert"
staticprotected

certificate file.

◆ _certPath

const std::string TlsContextTest::_certPath = "/tmp/certs"
staticprotected

certificate path.

◆ _invalidKey

const std::string TlsContextTest::_invalidKey = "/tmp/tlscontext_test_invalid.key"
staticprotected

invalid private key.

◆ _key

const std::string TlsContextTest::_key = "/tmp/tlscontext_test.key"
staticprotected

private key.

◆ _root

const std::string TlsContextTest::_root = "/tmp/tlscontext_test_root.cert"
staticprotected

root certificate.


The documentation for this class was generated from the following file: