Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsslcontext_openssl.cpp File Reference

(9d8ffc0685eb28198cf04c8afdfae62a449552e8)

#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>
Include dependency graph for qsslcontext_openssl.cpp:

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)

Function Documentation

◆ msgErrorSettingBackendConfig()

QString msgErrorSettingBackendConfig ( const QString & why)
inlinestatic

Definition at line 55 of file qsslcontext_openssl.cpp.

◆ msgErrorSettingEllipticCurves()

QString msgErrorSettingEllipticCurves ( const QString & why)
inlinestatic

Definition at line 60 of file qsslcontext_openssl.cpp.

◆ next_proto_cb()

int next_proto_cb ( SSL * ,
unsigned char ** out,
unsigned char * outlen,
const unsigned char * in,
unsigned int inlen,
void * arg )
static

Definition at line 155 of file qsslcontext_openssl.cpp.

References QSslContext::NPNContext::data, QSslContext::NPNContext::len, and q_SSL_select_next_proto().

Here is the call graph for this function: