E-MailRelay
|
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 |
Holds protocol version information, etc.
Definition at line 84 of file gssl_openssl.h.
using GSsl::OpenSSL::Config::Fn = const SSL_METHOD *(*)() |
Definition at line 87 of file gssl_openssl.h.
|
explicit |
Definition at line 857 of file gssl_openssl.cpp.
GSsl::OpenSSL::Config::Fn GSsl::OpenSSL::Config::fn | ( | bool | server | ) |
Definition at line 923 of file gssl_openssl.cpp.
int GSsl::OpenSSL::Config::max_ | ( | ) | const |
Definition at line 943 of file gssl_openssl.cpp.
int GSsl::OpenSSL::Config::min_ | ( | ) | const |
Definition at line 938 of file gssl_openssl.cpp.
bool GSsl::OpenSSL::Config::noverify | ( | ) | const |
Definition at line 948 of file gssl_openssl.cpp.
long GSsl::OpenSSL::Config::reset | ( | ) | const |
Definition at line 933 of file gssl_openssl.cpp.
long GSsl::OpenSSL::Config::set | ( | ) | const |
Definition at line 928 of file gssl_openssl.cpp.