Stream::StartTLS Struct Reference

Initiate SSL/TLS on the stream. More...

#include <StreamInterface.h>

Data Fields

SSLTLS::Contextcontext
 
const char * hostname
 The context for SSL.
 
bool client
 Hostname to check (can be NULL)
 

Detailed Description

Initiate SSL/TLS on the stream.

Definition at line 100 of file StreamInterface.h.

Field Documentation

◆ context

SSLTLS::Context* Stream::StartTLS::context

Definition at line 101 of file StreamInterface.h.

◆ hostname

const char* Stream::StartTLS::hostname

The context for SSL.

Definition at line 102 of file StreamInterface.h.

Referenced by Stream::SocketPoll::actualDeliver().

◆ client

bool Stream::StartTLS::client

Hostname to check (can be NULL)

Definition at line 103 of file StreamInterface.h.

Referenced by Stream::SocketPoll::actualDeliver().


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

All rights reserved © 2002 - 2024 Isode Ltd.