OpenVPN 3 Core Library
|
Parses key information into format consumed by ovpn-dco. More...
#include <ovpndcokocrypto.hpp>
Public Member Functions | |
OvpnDcoKey (const CryptoDCInstance::RekeyType rktype, const Info &rkinfo) | |
const struct KeyConfig * | operator() () const |
![]() | |
Key () | |
Private Attributes | |
struct KeyConfig | kc |
Additional Inherited Members | |
![]() | |
static void | validate (const CryptoAlgs::Type cipher, const CryptoAlgs::Type digest) |
![]() | |
const unsigned char * | verify_key (const char *title, const StaticKey &sk, const size_t size_required) |
void | set_nonce_tail (const char *title, unsigned char *dest, const size_t dest_size, const StaticKey &src) |
Parses key information into format consumed by ovpn-dco.
Definition at line 24 of file ovpndcokocrypto.hpp.
|
inline |
Definition at line 27 of file ovpndcokocrypto.hpp.
|
inline |
Definition at line 87 of file ovpndcokocrypto.hpp.
|
private |
Definition at line 93 of file ovpndcokocrypto.hpp.