Apache Mesos
|
#include <openssl/ssl.h>
#include <string>
#include <stout/ip.hpp>
#include <stout/nothing.hpp>
#include <stout/option.hpp>
#include <stout/try.hpp>
Go to the source code of this file.
Namespaces | |
process | |
process::network | |
process::network::openssl | |
Functions | |
void | process::network::openssl::initialize () |
SSL_CTX * | process::network::openssl::context () |
Try< Nothing > | process::network::openssl::verify (const SSL *const ssl, const Option< std::string > &hostname=None(), const Option< net::IP > &ip=None()) |