13 #ifndef __OPENSSL_HPP__ 14 #define __OPENSSL_HPP__ 22 #include <openssl/ssl.h> 102 #endif // __OPENSSL_HPP__
Mode
Definition: openssl.hpp:77
Definition: address.hpp:324
Try< Nothing > verify(const SSL *const ssl, Mode mode, const Option< std::string > &hostname=None(), const Option< net::IP > &ip=None())
Try< Nothing > configure_socket(SSL *ssl, Mode mode, const Address &peer, const Option< std::string > &peer_hostname)
Try< std::string > hostname()
Definition: net.hpp:154
Definition: executor.hpp:48
Try< Address > peer(int_fd s)
Returns the peer's Address for the accepted or connected socket.
Definition: network.hpp:98
Try< mode_t > mode(const std::string &path, const FollowSymlink follow=FollowSymlink::FOLLOW_SYMLINK)
Definition: stat.hpp:168
void initialize()
Definition: net.hpp:76