|
OpenVPN 3 Core Library
|
Enumerations | |
| enum | Type { UNDEF = 0 , LEGACY , PREFERRED , SUITEB } |
Functions | |
| Type | default_if_undef (const Type type) |
| const std::string | to_string (const Type type) |
| Type | parse_tls_cert_profile (const std::string &profile_name) |
| Type | parse_tls_cert_profile (const OptionList &opt, const std::string &relay_prefix) |
| void | apply_override (Type &type, const std::string &override) |
| Enumerator | |
|---|---|
| UNDEF | |
| LEGACY | |
| PREFERRED | |
| SUITEB | |
Definition at line 24 of file tls_cert_profile.hpp.
|
inline |
|
inline |
Definition at line 81 of file tls_cert_profile.hpp.
|
inline |
|
inline |
Definition at line 43 of file tls_cert_profile.hpp.