OpenVPN 3 Core Library
|
#include <string>
#include <list>
#include <openssl/ssl.h>
#include <openssl/bio.h>
#include <openvpn/common/cleanup.hpp>
#include <openvpn/common/numeric_cast.hpp>
#include <openvpn/common/base64.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/openssl/pki/x509.hpp>
#include <openvpn/openssl/util/error.hpp>
#include <openvpn/openssl/compat.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::OpenSSLSign |
Functions | |
void | openvpn::OpenSSLSign::verify (const OpenSSLPKI::X509 &cert, const std::string &sig, const std::string &data, const std::string &digest) |