![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 55 of file qsslcontext_openssl.cpp.
Definition at line 60 of file qsslcontext_openssl.cpp.
|
static |
Definition at line 155 of file qsslcontext_openssl.cpp.
References QSslContext::NPNContext::data, QSslContext::NPNContext::len, and q_SSL_select_next_proto().