|
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 98 of file gssl_openssl.h.
| using GSsl::OpenSSL::Config::Fn = const SSL_METHOD *(*)() |
Definition at line 101 of file gssl_openssl.h.
|
explicit |
Definition at line 815 of file gssl_openssl.cpp.
| GSsl::OpenSSL::Config::Fn GSsl::OpenSSL::Config::fn | ( | bool | server | ) |
Definition at line 877 of file gssl_openssl.cpp.
| int GSsl::OpenSSL::Config::max_ | ( | ) | const |
Definition at line 897 of file gssl_openssl.cpp.
| int GSsl::OpenSSL::Config::min_ | ( | ) | const |
Definition at line 892 of file gssl_openssl.cpp.
| bool GSsl::OpenSSL::Config::noverify | ( | ) | const |
Definition at line 902 of file gssl_openssl.cpp.
| long GSsl::OpenSSL::Config::reset | ( | ) | const |
Definition at line 887 of file gssl_openssl.cpp.
| long GSsl::OpenSSL::Config::set | ( | ) | const |
Definition at line 882 of file gssl_openssl.cpp.