summaryrefslogtreecommitdiff
path: root/vio/viosslfactories.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.0jani@ua141d10.elisa.omakaista.fi2006-05-091-179/+134
|\ | | | | | | into ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-5.1-new
| * Remove valgrind and compiler warningsmsvensson@neptunus.(none)2006-05-081-1/+1
| | | | | | | | Add function 'vio_end' that will cleanup resources allocated by vio and the components it uses.
| * Fix warningsmsvensson@neptunus.(none)2006-05-041-1/+1
| |
| * Load CA certs before setting local certs.msvensson@neptunus.(none)2006-05-031-10/+11
| | | | | | | | Make it possible to get the yaSSL error message printed in the DBUG log file.
| * Bug#17208 SSL: client does not verify server certificatemsvensson@neptunus.(none)2006-04-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
| * Fix up patchmsvensson@neptunus.(none)2006-04-121-1/+0
| |
| * Cleanup SSL implementationmsvensson@neptunus.(none)2006-03-101-172/+129
| | | | | | | | | | | | Remove duplicate code Merge common functions Enforce MySQL coding standard
* | Added support for key_block_size for key and table level (WL#602)monty@mysql.com2006-05-031-1/+9
|/ | | | | | | | Added support for key_block_size to MyISAM. Simplify interface to 'new Key' to make it easier to add new key options. mysqld option --new is used to define where key options are printed. (In 5.3 we should move all key options to after key part definition to avoid problem with reserved names) Fixed some compiler warnings and a memory leak in ssl
* Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-11-291-11/+10
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Fix for bug#14221 SSL support breaks going from OpenSSL 0.9.7i to 0.9.8agluh@eagle.intranet.mysql.r18.ru2005-11-291-11/+10
| | | | | | | | added SSL_library_init()
* | Bug #11286 yassl incompatible with "load data infile"msvensson@neptunus.(none)2005-09-011-6/+0
| | | | | | | | | | - Make sure that mysqltest always uses ssl when connecting to the server. - Pass a i32-bit int variable as argument to FIONREAD ioctl.
* | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-4/+4
|/ | | | | | | | Add support for VARCHAR with 1 or 2 length bytes Enable VARCHAR packing in MyISAM files (previous patch didn't pack data properly) Give error if we got problems in temporary tables during a SELECT Don't use new table generated by ALTER TABLE if index generation fails Fixed wrong call by range_end() (Could cause an ASSERT in debug mode)
* Added patches from Novellmonty@mysql.com2004-05-251-2/+39
|
* vio ssl structure renames (to get rid of ending _)monty@narttu.mysql.fi2003-08-271-36/+29
| | | | | Added TCP/IP read/write timeout for windows Check on windows if second server is started with same TCP/IP port
* Review of changesets since last pull.monty@mashka.mysql.fi2003-08-071-1/+1
| | | | (Mostly code cleanups)
* Fix bug #673: MySQL 4.0.13 no SSL connection with mysql client possiblegluh@gluh.mysql.r18.ru2003-06-261-3/+10
|
* Error code for ssl connectiongluh@gluh.(none)2002-11-051-0/+6
| | | | | | Fix bug when server hang(with SSL, with modified libmysql) Add options master-ssl-capath and master-ssl-cipher Add some error checking(SSL)
* Added code to flush a bulk_insert index.monty@mashka.mysql.fi2002-09-181-0/+2
| | | | This fixes a bug when doing multi-row inserts on table with an auto_increment key that is not in the first key segment.
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-59/+67
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-18/+13
| | | | 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-23/+22
|
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* DH stuff added to OpenSSLtonu@x153.internalnet2001-09-011-0/+52
|
* OpenSSL changestonu@x153.internalnet2001-08-271-4/+4
|
* OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-241-7/+28
|
* Fixed compile-time warningstonu@hundin.mysql.fi2001-06-081-2/+2
|
* Support for VIO librarytonu@hundin.mysql.fi2001-05-311-1/+2
|
* viotcpip.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viotcpip.ctonu@x3.internalnet2001-05-201-0/+276
viosslfactories.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viosslfactories.c viossl.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viossl.c vio.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/vio.c