QtBase  v6.3.1
Namespaces | Functions
qtls_openssl.cpp File Reference
#include "qsslsocket_openssl_symbols_p.h"
#include "qx509_openssl_p.h"
#include "qtls_openssl_p.h"
#include <QtNetwork/private/qsslpresharedkeyauthenticator_p.h>
#include <QtNetwork/private/qsslcertificate_p.h>
#include <QtNetwork/private/qocspresponse_p.h>
#include <QtNetwork/private/qsslsocket_p.h>
#include <QtNetwork/qsslpresharedkeyauthenticator.h>
#include <QtCore/qscopedvaluerollback.h>
#include <QtCore/qscopeguard.h>
#include <algorithm>
#include <cstring>
Include dependency graph for qtls_openssl.cpp:

Go to the source code of this file.

Namespaces

 QT_BEGIN_NAMESPACE
 
 QTlsPrivate
 

Functions

QSsl::AlertLevel QT_BEGIN_NAMESPACE::tlsAlertLevel (int value)
 
QString QT_BEGIN_NAMESPACE::tlsAlertDescription (int value)
 
QSsl::AlertType QT_BEGIN_NAMESPACE::tlsAlertType (int value)
 
int QTlsPrivate::q_X509Callback (int ok, X509_STORE_CTX *ctx)
 
int QTlsPrivate::q_X509CallbackDirect (int ok, X509_STORE_CTX *ctx)
 
void QTlsPrivate::qt_AlertInfoCallback (const SSL *connection, int from, int value)