OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::ProtoContext::KeyContext::UnwrappedWkc Struct Reference

What a WKc yields, owned by whoever asked for the unwrap. More...

#include <proto.hpp>

Collaboration diagram for openvpn::ProtoContext::KeyContext::UnwrappedWkc:
[legend]

Public Attributes

OpenVPNStaticKey client_key
 Kc, the client key the WKc wrapped.
 
WkcMetadata metadata
 

Detailed Description

What a WKc yields, owned by whoever asked for the unwrap.

Handed back rather than written into the config the unwrap was given: on the psid cookie path that config is the one every session on the thread is cloned from, and the key belongs to one client.

Definition at line 2475 of file proto.hpp.

Member Data Documentation

◆ client_key

OpenVPNStaticKey openvpn::ProtoContext::KeyContext::UnwrappedWkc::client_key

Kc, the client key the WKc wrapped.

Definition at line 2478 of file proto.hpp.

◆ metadata

WkcMetadata openvpn::ProtoContext::KeyContext::UnwrappedWkc::metadata

Definition at line 2479 of file proto.hpp.


The documentation for this struct was generated from the following file: