Go to the source code of this file.
|
static AppControlMessageConfig | genACMC () |
|
| TEST (customcontrolchannel, msgroundtrip) |
|
| TEST (customcontrolchannel, msgroundtripascii) |
|
| TEST (customcontrolchannel, msgroundtriponepacket) |
|
| TEST (customcontrolchannel, tinymessage) |
|
| TEST (customcontrolchannel, acctostr) |
|
| TEST (customcontrolchannel, recv_with_nul) |
|
| TEST (customcontrolchannel, send_with_nul) |
|
| TEST (customcontrolchannel, test_incorrect_len) |
|
| TEST (customcontrolchannel, test_wrong_header) |
|
| TEST (customcontrolchannel, test_unsupported_encoding) |
|
| TEST (customcontrolchannel, test_missing_message) |
|
◆ genACMC()
◆ TEST() [1/11]
TEST |
( |
customcontrolchannel |
, |
|
|
acctostr |
|
|
) |
| |
◆ TEST() [2/11]
TEST |
( |
customcontrolchannel |
, |
|
|
msgroundtrip |
|
|
) |
| |
◆ TEST() [3/11]
TEST |
( |
customcontrolchannel |
, |
|
|
msgroundtripascii |
|
|
) |
| |
◆ TEST() [4/11]
TEST |
( |
customcontrolchannel |
, |
|
|
msgroundtriponepacket |
|
|
) |
| |
◆ TEST() [5/11]
TEST |
( |
customcontrolchannel |
, |
|
|
recv_with_nul |
|
|
) |
| |
◆ TEST() [6/11]
TEST |
( |
customcontrolchannel |
, |
|
|
send_with_nul |
|
|
) |
| |
◆ TEST() [7/11]
TEST |
( |
customcontrolchannel |
, |
|
|
test_incorrect_len |
|
|
) |
| |
◆ TEST() [8/11]
TEST |
( |
customcontrolchannel |
, |
|
|
test_missing_message |
|
|
) |
| |
◆ TEST() [9/11]
TEST |
( |
customcontrolchannel |
, |
|
|
test_unsupported_encoding |
|
|
) |
| |
◆ TEST() [10/11]
TEST |
( |
customcontrolchannel |
, |
|
|
test_wrong_header |
|
|
) |
| |
◆ TEST() [11/11]
TEST |
( |
customcontrolchannel |
, |
|
|
tinymessage |
|
|
) |
| |
◆ messagetext
const std::string messagetext |
Initial value:= "OpenVPN -- An application to securely tunnel IP networks\n"
"over a single port, with support for SSL/TLS-based\n"
"session authentication and key exchange,\n"
"packet encryption, packet authentication, and\n"
"packet compression."
Definition at line 21 of file test_acc.cpp.