![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
| config | setProtocol (QSsl::TlsV1_2) |
| sslSocket | setSslConfiguration (config) |
| tlsConfig | setCiphers (QStringLiteral("DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA")) |
Variables | |
| QSslConfiguration | config = sslSocket.sslConfiguration() |
| [0] | |
| QSslConfiguration | tlsConfig = QSslConfiguration::defaultConfiguration() |
| [0] | |
| tlsConfig setCiphers | ( | QStringLiteral("DHE-RSA-AES256-SHA:DHE-DSS-AES256-SHA:AES256-SHA") | ) |
| config setProtocol | ( | QSsl::TlsV1_2 | ) |
| sslSocket setSslConfiguration | ( | config | ) |
| QSslConfiguration config = sslSocket.sslConfiguration() |
[0]
Definition at line 5 of file src_network_ssl_qsslconfiguration.cpp.
| QSslConfiguration tlsConfig = QSslConfiguration::defaultConfiguration() |