Class used to test the TLS socket API.
More...
|
| static const IpAddress | _hostip = "::1" |
| | host ip address.
|
| |
| static const uint16_t | _port = 5000 |
| | port.
|
| |
| static const std::string | _root = "/tmp/tlsserver_test_root.cert" |
| | root certificate.
|
| |
| static const std::string | _cert = "/tmp/tlsserver_test.cert" |
| | certificate.
|
| |
| static const std::string | _key = "/tmp/tlsserver_test.key" |
| | private key.
|
| |
| static const std::string | _invalidKey = "/tmp/tlsserver_test_invalid.key" |
| | invalid private key.
|
| |
Class used to test the TLS socket API.
◆ SetUpTestCase()
| static void TlsAcceptor::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestCase()
| static void TlsAcceptor::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ _cert
| const std::string TlsAcceptor::_cert = "/tmp/tlsserver_test.cert" |
|
staticprotected |
◆ _hostip
◆ _invalidKey
| const std::string TlsAcceptor::_invalidKey = "/tmp/tlsserver_test_invalid.key" |
|
staticprotected |
◆ _key
| const std::string TlsAcceptor::_key = "/tmp/tlsserver_test.key" |
|
staticprotected |
◆ _port
| const uint16_t TlsAcceptor::_port = 5000 |
|
staticprotected |
◆ _root
| const std::string TlsAcceptor::_root = "/tmp/tlsserver_test_root.cert" |
|
staticprotected |
The documentation for this class was generated from the following file: