MySQL 8.0.39
Source Code Documentation
|
#include <algorithm>
#include "openssl/ssl.h"
#include "openssl/x509_vfy.h"
#include "mysql/components/services/log_builtins.h"
#include "mysqld_error.h"
#include "sql/ssl_acceptor_context_data.h"
Functions | |
static const char * | verify_store_cert (SSL_CTX *ctx, SSL *ssl) |
static char * | my_asn1_time_to_string (ASN1_TIME *time, char *buf, int len) |
std::string | Ssl_ctx_property_name (Ssl_acceptor_context_property_type property_type) |
Note: Add new value before "last" and update Ssl_acceptor_context_propert_type_names. More... | |
Ssl_acceptor_context_property_type & | operator++ (Ssl_acceptor_context_property_type &property_type) |
Increment operator for Ssl_acceptor_context_type Used by iterator. More... | |
Variables | |
static std::string | Ssl_acceptor_context_propert_type_names [] |
|
static |
Ssl_acceptor_context_property_type & operator++ | ( | Ssl_acceptor_context_property_type & | property_type | ) |
Increment operator for Ssl_acceptor_context_type Used by iterator.
[in,out] | property_type | Current position in Ssl_acceptor_context_type |
std::string Ssl_ctx_property_name | ( | Ssl_acceptor_context_property_type | property_type | ) |
Note: Add new value before "last" and update Ssl_acceptor_context_propert_type_names.
Fetch a string representation of SSL acceptor context property
[in] | property_type | Property type |
|
static |
|
static |