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);
137 #endif // USE_SSL_SOCKET
139 #endif // __OPENSSL_UTIL_HPP__
Definition: option.hpp:28
Represents a POSIX or Windows file system path and offers common path manipulations.
Definition: path.hpp:145
Try< std::string > hostname()
Definition: net.hpp:154
Result< Process > process(pid_t pid)
Definition: freebsd.hpp:30