OpenVPN 3 Core Library
|
#include <peer_fingerprint.hpp>
Public Member Functions | |
PeerFingerprints ()=default | |
PeerFingerprints (const OptionList &opt, const std::size_t fp_size) | |
bool | match (const PeerFingerprint &fp) const |
operator bool () | |
Protected Attributes | |
std::vector< PeerFingerprint > | fingerprints_ |
Parses the –peer-fingerprint configuration option and provides the logic to validate an X.509 certificate against such an option.
Definition at line 83 of file peer_fingerprint.hpp.
|
default |
|
inline |
Definition at line 87 of file peer_fingerprint.hpp.
|
inline |
|
inlineexplicit |
Definition at line 126 of file peer_fingerprint.hpp.
|
protected |
Definition at line 132 of file peer_fingerprint.hpp.