|
join 1.0
lightweight network framework library
|
#include <join/tls_context.hpp>#include <join/error.hpp>#include <gtest/gtest.h>#include <fstream>
Classes | |
| class | TlsContextTest |
| Class used to test the TLS context API. More... | |
Functions | |
| TEST_F (TlsContextTest, construct) | |
| Test constructor. | |
| TEST_F (TlsContextTest, copy) | |
| Test copy. | |
| TEST_F (TlsContextTest, move) | |
| TEST_F (TlsContextTest, setCertificate) | |
| Test the setCertificate method. | |
| TEST_F (TlsContextTest, setCaPath) | |
| Test the setCaPath method. | |
| TEST_F (TlsContextTest, setCaFile) | |
| Test the setCaFile method. | |
| TEST_F (TlsContextTest, setCipher) | |
| Test the setCipher method. | |
| TEST_F (TlsContextTest, setCipher_1_3) | |
| Test the setCipher_1_3 method. | |
| TEST_F (TlsContextTest, setAlpnProtocols) | |
| Test the setAlpnProtocols method. | |
| TEST_F (TlsContextTest, handle) | |
| Test the handle method. | |
| TEST_F (TlsContextTest, verify) | |
| Test the verify method. | |
| TEST_F (TlsContextTest, depth) | |
| Test the depth method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | TlsContextTest | , |
| construct | ) |
Test constructor.
| TEST_F | ( | TlsContextTest | , |
| copy | ) |
Test copy.
| TEST_F | ( | TlsContextTest | , |
| depth | ) |
Test the depth method.
| TEST_F | ( | TlsContextTest | , |
| handle | ) |
Test the handle method.
| TEST_F | ( | TlsContextTest | , |
| move | ) |
| TEST_F | ( | TlsContextTest | , |
| setAlpnProtocols | ) |
Test the setAlpnProtocols method.
| TEST_F | ( | TlsContextTest | , |
| setCaFile | ) |
Test the setCaFile method.
| TEST_F | ( | TlsContextTest | , |
| setCaPath | ) |
Test the setCaPath method.
| TEST_F | ( | TlsContextTest | , |
| setCertificate | ) |
Test the setCertificate method.
| TEST_F | ( | TlsContextTest | , |
| setCipher | ) |
Test the setCipher method.
| TEST_F | ( | TlsContextTest | , |
| setCipher_1_3 | ) |
Test the setCipher_1_3 method.
| TEST_F | ( | TlsContextTest | , |
| verify | ) |
Test the verify method.