summaryrefslogtreecommitdiff
path: root/include/sslopt-vars.h
Commit message (Collapse)AuthorAgeFilesLines
* WL#9072: Backport WL#8785 to 5.5Ramil Kalimullin2016-02-191-3/+9
|
* Updated/added copyright headersKent Boortz2011-06-301-2/+2
|\
* | Backport of:Konstantin Osipov2010-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ChangeSet@1.2703, 2007-12-07 09:35:28-05:00, cmiller@zippy.cornsilk.net +40 -0 Bug#13174: SHA2 function Patch contributed from Bill Karwin, paper unnumbered CLA in Seattle Implement SHA2 functions. Chad added code to make it work with YaSSL. Also, he removed the (probable) bug of embedded server never using SSL-dependent functions. (libmysqld/Makefile.am didn't read ANY autoconf defs.) Function specification: SHA2( string cleartext, integer hash_length ) -> string hash, or NULL where hash_length is one of 224, 256, 384, or 512. If either is NULL or a length is unsupported, then the result is NULL. The resulting string is always the length of the hash_length parameter or is NULL. Include the canonical hash examples from the NIST in the test results. --- Polish and address concerns of reviewers.
* | 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