Class used to test the TLS context API.
More...
|
| 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.
|
| |
Class used to test the TLS context API.
◆ SetUpTestCase()
| static void TlsContextTest::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestCase()
| static void TlsContextTest::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ _certFile
| const std::string TlsContextTest::_certFile = _certPath + "/tlscontext_test.cert" |
|
staticprotected |
◆ _certPath
| const std::string TlsContextTest::_certPath = "/tmp/certs" |
|
staticprotected |
◆ _invalidKey
| const std::string TlsContextTest::_invalidKey = "/tmp/tlscontext_test_invalid.key" |
|
staticprotected |
◆ _key
| const std::string TlsContextTest::_key = "/tmp/tlscontext_test.key" |
|
staticprotected |
◆ _root
| const std::string TlsContextTest::_root = "/tmp/tlscontext_test_root.cert" |
|
staticprotected |
The documentation for this class was generated from the following file: