FreeRDP
rdpTls Struct Reference

#include <tls.h>

Collaboration diagram for rdpTls:

Data Fields

SSL * ssl
 
BIO * bio
 
void * tsg
 
SSL_CTX * ctx
 
BYTEPublicKey
 
DWORD PublicKeyLength
 
rdpSettings * settings
 
SecPkgContext_BindingsBindings
 
rdpCertificateStore * certificate_store
 
BIO * underlying
 
const char * hostname
 
const char * serverName
 
int port
 
int alertLevel
 
int alertDescription
 
BOOL isGatewayTransport
 
BOOL isClientMode
 

Field Documentation

◆ alertDescription

int rdpTls::alertDescription

◆ alertLevel

int rdpTls::alertLevel

◆ Bindings

SecPkgContext_Bindings* rdpTls::Bindings

◆ bio

BIO* rdpTls::bio

◆ certificate_store

rdpCertificateStore* rdpTls::certificate_store

◆ ctx

SSL_CTX* rdpTls::ctx

◆ hostname

const char* rdpTls::hostname

◆ isClientMode

BOOL rdpTls::isClientMode

◆ isGatewayTransport

BOOL rdpTls::isGatewayTransport

◆ port

int rdpTls::port

◆ PublicKey

BYTE* rdpTls::PublicKey

◆ PublicKeyLength

DWORD rdpTls::PublicKeyLength

◆ serverName

const char* rdpTls::serverName

◆ settings

rdpSettings* rdpTls::settings

◆ ssl

SSL* rdpTls::ssl

◆ tsg

void* rdpTls::tsg

◆ underlying

BIO* rdpTls::underlying

The documentation for this struct was generated from the following file: