MySQL 8.4.0
Source Code Documentation
ssl_acceptor_context_operator.h File Reference

Go to the source code of this file.

Classes

class  Ssl_acceptor_context_container
 TLS context access protector. More...
 
class  TLS_channel
 TLS context manager. More...
 
class  Lock_and_access_ssl_acceptor_context
 TLS context access wrapper for ease of use. More...
 

Typedefs

using Ssl_acceptor_context_data_lock = MyRcuLock< Ssl_acceptor_context_data >
 

Enumerations

enum class  Ssl_acceptor_context_type { context_server_main = 0 , context_server_admin , context_last }
 Ssl_acceptor_context_data. More...
 

Functions

bool have_ssl ()
 

Variables

Ssl_acceptor_context_containermysql_main
 
Ssl_acceptor_context_containermysql_admin
 

Typedef Documentation

◆ Ssl_acceptor_context_data_lock

Enumeration Type Documentation

◆ Ssl_acceptor_context_type

enum class Ssl_acceptor_context_type
strong

Ssl_acceptor_context_data.

Enumerator
context_server_main 
context_server_admin 
context_last 

Function Documentation

◆ have_ssl()

bool have_ssl ( )

Variable Documentation

◆ mysql_admin

Ssl_acceptor_context_container* mysql_admin
extern

◆ mysql_main

Ssl_acceptor_context_container* mysql_main
extern