MySQL 9.1.0
Source Code Documentation
|
#include "openssl_msg.h"
#include <string>
#include "mysql/harness/stdx/expected.h"
#include <openssl/ssl.h>
#include <openssl/tls1.h>
Functions | |
stdx::expected< std::string, std::error_code > | openssl_msg_version_to_string (int ver) |
stdx::expected< std::string, std::error_code > | openssl_msg_content_type_to_string (int ct) |
stdx::expected< std::string, std::error_code > | openssl_msg_content_to_string (int ct, const unsigned char *buf, size_t len) |
stdx::expected< std::string, std::error_code > openssl_msg_content_to_string | ( | int | ct, |
const unsigned char * | buf, | ||
size_t | len | ||
) |
stdx::expected< std::string, std::error_code > openssl_msg_content_type_to_string | ( | int | ct | ) |
stdx::expected< std::string, std::error_code > openssl_msg_version_to_string | ( | int | ver | ) |