OpenVPN 3 Core Library
Loading...
Searching...
No Matches
kuparse.hpp File Reference
#include <vector>
#include <string>
#include <openvpn/common/size.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/hexstr.hpp>
#include <openvpn/common/options.hpp>
Include dependency graph for kuparse.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::KUParse
 

Enumerations

enum  openvpn::KUParse::TLSWebType { openvpn::KUParse::TLS_WEB_NONE , openvpn::KUParse::TLS_WEB_SERVER , openvpn::KUParse::TLS_WEB_CLIENT }
 

Functions

void openvpn::KUParse::remote_cert_tls (const TLSWebType wt, std::vector< unsigned int > &ku, std::string &eku)
 
TLSWebType openvpn::KUParse::remote_cert_type (const std::string &ct)
 
void openvpn::KUParse::remote_cert_tls (const std::string &ct, std::vector< unsigned int > &ku, std::string &eku)
 
void openvpn::KUParse::remote_cert_tls (const OptionList &opt, const std::string &relay_prefix, std::vector< unsigned int > &ku, std::string &eku)
 
void openvpn::KUParse::remote_cert_ku (const OptionList &opt, const std::string &relay_prefix, std::vector< unsigned int > &ku)
 
void openvpn::KUParse::remote_cert_eku (const OptionList &opt, const std::string &relay_prefix, std::string &eku)