|
join 1.0
lightweight network framework library
|

Classes | |
| class | TlsAcceptor |
| Class used to test the TLS socket API. More... | |
Functions | |
| TEST_F (TlsAcceptor, move) | |
| Assign by move. | |
| TEST_F (TlsAcceptor, create) | |
| Test create method. | |
| TEST_F (TlsAcceptor, close) | |
| Test close method. | |
| TEST_F (TlsAcceptor, accept) | |
| Test accept method. | |
| TEST_F (TlsAcceptor, acceptStream) | |
| Test acceptStream method. | |
| TEST_F (TlsAcceptor, acceptEncrypted) | |
| Test acceptEncrypted method. | |
| TEST_F (TlsAcceptor, acceptStreamEncrypted) | |
| Test acceptStreamEncrypted method. | |
| TEST_F (TlsAcceptor, localEndpoint) | |
| Test localEndpoint method. | |
| TEST_F (TlsAcceptor, opened) | |
| Test opened method. | |
| TEST_F (TlsAcceptor, family) | |
| Test family method. | |
| TEST_F (TlsAcceptor, type) | |
| Test type method. | |
| TEST_F (TlsAcceptor, protocol) | |
| Test protocol method. | |
| TEST_F (TlsAcceptor, handle) | |
| Test handle method. | |
| TEST_F (TlsAcceptor, setCertificate) | |
| Test setCertificate method. | |
| TEST_F (TlsAcceptor, setVerify) | |
| Test setVerify method. | |
| TEST_F (TlsAcceptor, setCaCertificate) | |
| Test setCaCertificate method. | |
| TEST_F (TlsAcceptor, setCipher) | |
| Test setCipher method. | |
| TEST_F (TlsAcceptor, setCipher_1_3) | |
| Test setCipher_1_3 method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST_F | ( | TlsAcceptor | , |
| accept | ) |
Test accept method.
| TEST_F | ( | TlsAcceptor | , |
| acceptEncrypted | ) |
Test acceptEncrypted method.
| TEST_F | ( | TlsAcceptor | , |
| acceptStream | ) |
Test acceptStream method.
| TEST_F | ( | TlsAcceptor | , |
| acceptStreamEncrypted | ) |
Test acceptStreamEncrypted method.
| TEST_F | ( | TlsAcceptor | , |
| close | ) |
Test close method.
| TEST_F | ( | TlsAcceptor | , |
| create | ) |
Test create method.
| TEST_F | ( | TlsAcceptor | , |
| family | ) |
Test family method.
| TEST_F | ( | TlsAcceptor | , |
| handle | ) |
Test handle method.
| TEST_F | ( | TlsAcceptor | , |
| localEndpoint | ) |
Test localEndpoint method.
| TEST_F | ( | TlsAcceptor | , |
| move | ) |
Assign by move.
| TEST_F | ( | TlsAcceptor | , |
| opened | ) |
Test opened method.
| TEST_F | ( | TlsAcceptor | , |
| protocol | ) |
Test protocol method.
| TEST_F | ( | TlsAcceptor | , |
| setCaCertificate | ) |
Test setCaCertificate method.
| TEST_F | ( | TlsAcceptor | , |
| setCertificate | ) |
Test setCertificate method.
| TEST_F | ( | TlsAcceptor | , |
| setCipher | ) |
Test setCipher method.
| TEST_F | ( | TlsAcceptor | , |
| setCipher_1_3 | ) |
Test setCipher_1_3 method.
| TEST_F | ( | TlsAcceptor | , |
| setVerify | ) |
Test setVerify method.
| TEST_F | ( | TlsAcceptor | , |
| type | ) |
Test type method.