MySQL 8.4.0
Source Code Documentation
openssl_msg.cc File Reference
#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)
 

Function Documentation

◆ openssl_msg_content_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_content_to_string ( int  ct,
const unsigned char *  buf,
size_t  len 
)

◆ openssl_msg_content_type_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_content_type_to_string ( int  ct)

◆ openssl_msg_version_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_version_to_string ( int  ver)