OpenVPN 3 Core Library
|
Enumerations | |
enum class | Type { UNDEF , V1_0 , V1_1 , V1_2 , V1_3 } |
Functions | |
int | toTLSVersion (const Type version) |
bool | operator< (const Type &A, const Type &B) |
const std::string | to_string (const Type version) |
Type | parse_tls_version_min (const std::string &ver, const bool or_highest, const Type max_version) |
Type | parse_tls_version_min (const OptionList &opt, const std::string &relay_prefix, const Type max_version) |
void | apply_override (Type &tvm, const std::string &override) |
|
strong |
Enumerator | |
---|---|
UNDEF | |
V1_0 | |
V1_1 | |
V1_2 | |
V1_3 |
Definition at line 24 of file tlsver.hpp.
|
inline |
Definition at line 33 of file tlsver.hpp.
|
inline |
Definition at line 75 of file tlsver.hpp.
|
inline |
Definition at line 38 of file tlsver.hpp.
|
inline |