summaryrefslogtreecommitdiff
path: root/include/sslopt-vars.h
Commit message (Collapse)AuthorAgeFilesLines
* WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+4
| | | | Adding header include file guards to files that are missing such.
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | Changed header to GPL version 2 only
* Merge mysql.com:/home/jimw/my/mysql-5.0-1039jimw@mysql.com2006-05-191-7/+12
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Bug #1039: tmpdir and datadir not available via @@ system variable syntaxjimw@mysql.com2006-05-081-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | Bug #19606: ssl variables are not displayed in show variables Bug #19616: log_queries_not_using_indexes is not listed in show variables Make basedir, datadir, tmpdir, log_queries_not_using_indexes, ssl_ca, ssl_capath, ssl_cert, ssl_cipher, and ssl_key all available both from SHOW VARIABLES and as @@variables. As a side-effect of this change, log_queries_not_using_indexes can be changed at runtime (but only globally, not per-connection).
* | Bug#17208 SSL: client does not verify server certificatemsvensson@neptunus.(none)2006-04-181-0/+3
|/ | | | | | | | | | | | - Add new function 'ssl_verify_server_cert' which is used if we are connecting to the server with SSL. It will compare the hostname in the server's cert against the hostname that we used when connecting to the server. Will reject the connection if hostname does not match. - Add new option "OPT_SSL_VERIFY_SERVER_CERT" to be passed to mysql_options which will turn on checking of servers cert. - Add new argument "ssl-verify-server-cert" to all mysql* clients which will activate the above option. - Generate a new server cert with 1024 bits that has "localhost" as the server name.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-0/+1
|
* Import changesetbk@work.mysql.com2000-07-311-0/+24