![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/qsslsocket.h>
#include <QtNetwork/qssldiffiehellmanparameters.h>
#include "qsslsocket_openssl_symbols_p.h"
#include "qsslcontext_openssl_p.h"
#include "qtlsbackend_openssl_p.h"
#include "qtlskey_openssl_p.h"
#include "qopenssl_p.h"
#include <QtNetwork/private/qssl_p.h>
#include <QtNetwork/private/qsslsocket_p.h>
#include <QtNetwork/private/qtlsbackend_p.h>
#include <QtNetwork/private/qssldiffiehellmanparameters_p.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | QTlsPrivate |
Namespace containing onternal types that TLS backends implement. | |
Functions | |
int | QTlsPrivate::q_X509Callback (int ok, X509_STORE_CTX *ctx) |
int | QTlsPrivate::q_X509CallbackDirect (int ok, X509_STORE_CTX *ctx) |
static QString | msgErrorSettingBackendConfig (const QString &why) |
static QString | msgErrorSettingEllipticCurves (const QString &why) |
static int | next_proto_cb (SSL *, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) |
Definition at line 56 of file qsslcontext_openssl.cpp.
References QString::arg().
Definition at line 61 of file qsslcontext_openssl.cpp.
References QString::arg().
|
static |
Definition at line 156 of file qsslcontext_openssl.cpp.
References arg, QSslConfiguration::NextProtocolNegotiationNegotiated, QSslConfiguration::NextProtocolNegotiationNone, QSslConfiguration::NextProtocolNegotiationUnsupported, out, q_SSL_select_next_proto(), and qCWarning.
Referenced by QSslContext::createSsl().