![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <algorithm>#include <utility>#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 void | report_errors () |
| static bool | verify_individual_certificate (const char *ssl_cert, const char *ssl_ca, const char *ssl_capath, const char *crl, const char *crl_path) |
| static bool | verify_ca_certificates (const char *ssl_ca, const char *ssl_capath, const char *ssl_crl, const char *ssl_crl_path) |
| 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 |
|
static |
| 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 |
|
static |