13 #ifndef __OPENSSL_UTIL_HPP__ 14 #define __OPENSSL_UTIL_HPP__ 24 #include <openssl/ssl.h> 25 #include <openssl/x509.h> 50 unsigned long exponent = RSA_F4);
87 EVP_PKEY* subject_key,
130 const std::string& message,
131 const std::string& key);
168 const std::string& message,
169 std::shared_ptr<RSA> private_key);
183 const std::string& message,
184 const std::string& signature,
185 std::shared_ptr<RSA> public_key);
191 #endif // USE_SSL_SOCKET 193 #endif // __OPENSSL_UTIL_HPP__
Definition: option.hpp:29
Represents a POSIX or Windows file system path and offers common path manipulations.
Definition: path.hpp:212
Try< std::string > hostname()
Definition: net.hpp:154
Definition: executor.hpp:48