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
qx509_openssl.cpp File Reference

(9d8ffc0685eb28198cf04c8afdfae62a449552e8)

#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

#define BEGINCERTSTRING   "-----BEGIN CERTIFICATE-----"

Definition at line 89 of file qx509_openssl.cpp.

◆ ENDCERTSTRING

#define ENDCERTSTRING   "-----END CERTIFICATE-----"

Definition at line 90 of file qx509_openssl.cpp.