Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/mysql/server
File: sslopt-longopts.h
#ifndef SSLOPT_LONGOPTS_INCLUDED
[0] Fix | Delete
#define SSLOPT_LONGOPTS_INCLUDED
[1] Fix | Delete
[2] Fix | Delete
/*
[3] Fix | Delete
Copyright (c) 2000, 2010, Oracle and/or its affiliates.
[4] Fix | Delete
[5] Fix | Delete
This program is free software; you can redistribute it and/or modify
[6] Fix | Delete
it under the terms of the GNU General Public License as published by
[7] Fix | Delete
the Free Software Foundation; version 2 of the License.
[8] Fix | Delete
[9] Fix | Delete
This program is distributed in the hope that it will be useful,
[10] Fix | Delete
but WITHOUT ANY WARRANTY; without even the implied warranty of
[11] Fix | Delete
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[12] Fix | Delete
GNU General Public License for more details.
[13] Fix | Delete
[14] Fix | Delete
You should have received a copy of the GNU General Public License
[15] Fix | Delete
along with this program; if not, write to the Free Software
[16] Fix | Delete
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
[17] Fix | Delete
[18] Fix | Delete
#if defined(HAVE_OPENSSL) && !defined(EMBEDDED_LIBRARY)
[19] Fix | Delete
[20] Fix | Delete
{"ssl", 0,
[21] Fix | Delete
"Enable SSL for connection (automatically enabled with other flags).",
[22] Fix | Delete
&opt_use_ssl, &opt_use_ssl, 0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0},
[23] Fix | Delete
{"ssl-ca", OPT_SSL_CA,
[24] Fix | Delete
"CA file in PEM format (check OpenSSL docs, implies --ssl).",
[25] Fix | Delete
&opt_ssl_ca, &opt_ssl_ca, 0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
[26] Fix | Delete
{"ssl-capath", OPT_SSL_CAPATH,
[27] Fix | Delete
"CA directory (check OpenSSL docs, implies --ssl).",
[28] Fix | Delete
&opt_ssl_capath, &opt_ssl_capath, 0, GET_STR, REQUIRED_ARG,
[29] Fix | Delete
0, 0, 0, 0, 0, 0},
[30] Fix | Delete
{"ssl-cert", OPT_SSL_CERT, "X509 cert in PEM format (implies --ssl).",
[31] Fix | Delete
&opt_ssl_cert, &opt_ssl_cert, 0, GET_STR, REQUIRED_ARG,
[32] Fix | Delete
0, 0, 0, 0, 0, 0},
[33] Fix | Delete
{"ssl-cipher", OPT_SSL_CIPHER, "SSL cipher to use (implies --ssl).",
[34] Fix | Delete
&opt_ssl_cipher, &opt_ssl_cipher, 0, GET_STR, REQUIRED_ARG,
[35] Fix | Delete
0, 0, 0, 0, 0, 0},
[36] Fix | Delete
{"ssl-key", OPT_SSL_KEY, "X509 key in PEM format (implies --ssl).",
[37] Fix | Delete
&opt_ssl_key, &opt_ssl_key, 0, GET_STR, REQUIRED_ARG,
[38] Fix | Delete
0, 0, 0, 0, 0, 0},
[39] Fix | Delete
{"ssl-crl", OPT_SSL_CRL, "Certificate revocation list (implies --ssl).",
[40] Fix | Delete
&opt_ssl_crl, &opt_ssl_crl, 0, GET_STR, REQUIRED_ARG,
[41] Fix | Delete
0, 0, 0, 0, 0, 0},
[42] Fix | Delete
{"ssl-crlpath", OPT_SSL_CRLPATH,
[43] Fix | Delete
"Certificate revocation list path (implies --ssl).",
[44] Fix | Delete
&opt_ssl_crlpath, &opt_ssl_crlpath, 0, GET_STR, REQUIRED_ARG,
[45] Fix | Delete
0, 0, 0, 0, 0, 0},
[46] Fix | Delete
{"tls-version", 0, "TLS protocol version for secure connection.",
[47] Fix | Delete
&opt_tls_version, &opt_tls_version, 0, GET_STR, REQUIRED_ARG,
[48] Fix | Delete
0, 0, 0, 0, 0, 0},
[49] Fix | Delete
[50] Fix | Delete
#ifdef MYSQL_CLIENT
[51] Fix | Delete
{"ssl-verify-server-cert", 0,
[52] Fix | Delete
"Verify server's \"Common Name\" in its cert against hostname used "
[53] Fix | Delete
"when connecting. This option is disabled by default.",
[54] Fix | Delete
&opt_ssl_verify_server_cert, &opt_ssl_verify_server_cert,
[55] Fix | Delete
0, GET_BOOL, OPT_ARG, 0, 0, 0, 0, 0, 0},
[56] Fix | Delete
#endif
[57] Fix | Delete
#endif /* HAVE_OPENSSL */
[58] Fix | Delete
#endif /* SSLOPT_LONGOPTS_INCLUDED */
[59] Fix | Delete
[60] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function