![]() |
MySQL 8.2.0
Source Code Documentation
|
#include <openssl/err.h>
#include <openssl/ssl.h>
#include <atomic>
#include <functional>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Communication_stack_to_string |
This class is a helper to translate a Communication Stack to a string. More... | |
struct | Network_security_credentials |
Security credentials to establish a connection. More... | |
struct | ssl_parameters |
struct | tls_parameters |
struct | Network_configuration_parameters |
Possible configuration parameters. More... | |
struct | Network_connection |
Represents an open connection. More... | |
class | Network_namespace_manager |
Class that provides Network Namespace services. More... | |
class | Network_provider |
Base class for External Network Providers. More... | |
Enumerations | |
enum | enum_transport_protocol { INVALID_PROTOCOL = -1 , XCOM_PROTOCOL = 0 , MYSQL_PROTOCOL } |
Enum that describes the available XCom Communication Stacks. More... | |
enum | ssl_enum_mode_options { INVALID_SSL_MODE = -1 , SSL_DISABLED = 1 , SSL_PREFERRED , SSL_REQUIRED , SSL_VERIFY_CA , SSL_VERIFY_IDENTITY , LAST_SSL_MODE , INVALID_SSL_MODE = -1 , SSL_DISABLED = 1 , SSL_PREFERRED , SSL_REQUIRED , SSL_VERIFY_CA , SSL_VERIFY_IDENTITY , LAST_SSL_MODE } |
enum | ssl_enum_fips_mode_options { INVALID_SSL_FIPS_MODE = -1 , FIPS_MODE_OFF = 0 , FIPS_MODE_ON , FIPS_MODE_STRICT , LAST_SSL_FIPS_MODE , INVALID_SSL_FIPS_MODE = -1 , SSL_FIPS_MODE_OFF = 0 , SSL_FIPS_MODE_ON , SSL_FIPS_MODE_STRICT , LAST_SSL_FIPS_MODE } |