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