E-MailRelay
Public Types | Public Member Functions | List of all members
GSsl::OpenSSL::Config Class Reference

Holds protocol version information, etc. More...

#include <gssl_openssl.h>

Public Types

using Fn = const SSL_METHOD *(*)()
 

Public Member Functions

 Config (G::StringArray &config)
 
Fn fn (bool server)
 
long set () const
 
long reset () const
 
int min_ () const
 
int max_ () const
 
bool noverify () const
 

Detailed Description

Holds protocol version information, etc.

Definition at line 98 of file gssl_openssl.h.

Member Typedef Documentation

◆ Fn

using GSsl::OpenSSL::Config::Fn = const SSL_METHOD *(*)()

Definition at line 101 of file gssl_openssl.h.

Constructor & Destructor Documentation

◆ Config()

GSsl::OpenSSL::Config::Config ( G::StringArray config)
explicit

Definition at line 815 of file gssl_openssl.cpp.

Member Function Documentation

◆ fn()

GSsl::OpenSSL::Config::Fn GSsl::OpenSSL::Config::fn ( bool  server)

Definition at line 877 of file gssl_openssl.cpp.

◆ max_()

int GSsl::OpenSSL::Config::max_ ( ) const

Definition at line 897 of file gssl_openssl.cpp.

◆ min_()

int GSsl::OpenSSL::Config::min_ ( ) const

Definition at line 892 of file gssl_openssl.cpp.

◆ noverify()

bool GSsl::OpenSSL::Config::noverify ( ) const

Definition at line 902 of file gssl_openssl.cpp.

◆ reset()

long GSsl::OpenSSL::Config::reset ( ) const

Definition at line 887 of file gssl_openssl.cpp.

◆ set()

long GSsl::OpenSSL::Config::set ( ) const

Definition at line 882 of file gssl_openssl.cpp.


The documentation for this class was generated from the following files: