Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qx509_openssl.cpp File Reference

(2f440169c07e9501bad6f668c66961d49532eacc)

#include "qsslsocket_openssl_symbols_p.h"
#include "qtlsbackend_openssl_p.h"
#include "qtlskey_openssl_p.h"
#include "qx509_openssl_p.h"
#include "qtls_openssl_p.h"
#include <QtNetwork/private/qsslcertificate_p.h>
#include <QtNetwork/qsslsocket.h>
#include <QtNetwork/qhostaddress.h>
#include <QtCore/qendian.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qhash.h>
#include <QtCore/qiodevice.h>
#include <QtCore/qscopeguard.h>
#include <QtCore/qtimezone.h>
#include <QtCore/qvarlengtharray.h>
+ Include dependency graph for qx509_openssl.cpp:

Go to the source code of this file.

Namespaces

namespace  QTlsPrivate
 Namespace containing onternal types that TLS backends implement.
 

Macros

#define BEGINCERTSTRING   "-----BEGIN CERTIFICATE-----"
 
#define ENDCERTSTRING   "-----END CERTIFICATE-----"
 

Functions

int QTlsPrivate::qt_X509Callback (int ok, X509_STORE_CTX *ctx)
 

Macro Definition Documentation

◆ BEGINCERTSTRING

◆ ENDCERTSTRING