OpenVPN 3 Core Library
Loading...
Searching...
No Matches
tls_cert_profile.hpp File Reference
#include <string>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/options.hpp>
Include dependency graph for tls_cert_profile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  openvpn
 Support deferred server-side state creation when client connects.
 
namespace  openvpn::TLSCertProfile
 

Enumerations

enum  openvpn::TLSCertProfile::Type { openvpn::TLSCertProfile::UNDEF = 0 , openvpn::TLSCertProfile::LEGACY , openvpn::TLSCertProfile::PREFERRED , openvpn::TLSCertProfile::SUITEB }
 

Functions

Type openvpn::TLSCertProfile::default_if_undef (const Type type)
 
const std::string openvpn::TLSCertProfile::to_string (const Type type)
 
Type openvpn::TLSCertProfile::parse_tls_cert_profile (const std::string &profile_name)
 
Type openvpn::TLSCertProfile::parse_tls_cert_profile (const OptionList &opt, const std::string &relay_prefix)
 
void openvpn::TLSCertProfile::apply_override (Type &type, const std::string &override)