summaryrefslogtreecommitdiff
path: root/vio/viossl.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Bug#28812 rpl_ssl fails due to assert in extra/yassl/src/socket_wrapper.cpp:117unknown2007-08-281-96/+46
* | Merge damien-katzs-computer.local:/Users/dkatz/mysql50unknown2007-07-121-0/+10
|\ \ | |/
| * Bug #29579 Clients using SSL can hang the serverunknown2007-07-121-0/+10
* | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-13/+13
|/
* Bug#25203 Mysql crashes when mysql_kill() is executed in a connection using SSLunknown2007-01-261-2/+18
* Merge siva.hindu.god:/usr/home/tim/m/bk/g50unknown2006-12-261-2/+1
|\
| * Many files:unknown2006-12-231-2/+1
* | Bug#24148 regression tests hang with SSL enabledunknown2006-12-221-5/+9
|/
* Remove compiler warningsunknown2006-11-201-10/+10
* When using yaSSL on NetWare some of the OpenSSL specifix hacks can be skippedunknown2006-10-241-0/+5
* Merge bk-internal:/home/bk/mysql-5.0-maintunknown2006-10-161-6/+4
|\
| * Reduce code for SSL_connect and SSL_acceptunknown2006-09-281-6/+4
* | Merge fix-up.unknown2006-10-131-2/+2
|/
* Fix warningsunknown2006-05-041-29/+31
* Load CA certs before setting local certs.unknown2006-05-031-8/+18
* Fix up patchunknown2006-04-121-12/+12
* Cleanup SSL implementationunknown2006-03-101-246/+90
* Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-11-251-19/+0
|\
| * Fix for bug#14780 memory leak for mysql 4.1.14 with openssl enabledunknown2005-11-211-19/+0
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-09-121-0/+9
|\ \ | |/
| * Fixes bug #5588. Additions after merge from 4.0.unknown2005-09-071-0/+9
* | Bug #11286 yassl incompatible with "load data infile"unknown2005-09-011-3/+4
* | Merge mysql.com:/usr/home/bar/mysql-4.1unknown2005-07-121-1/+1
|\ \ | |/
| * Typo for debug code. Bug #11705unknown2005-07-061-1/+1
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-06-011-17/+28
|\ \ | |/
| * Fix timeouts with SSL on Windows, and also sync the fastsendunknown2005-05-241-17/+28
* | Merge bk-internal.mysql.com:/users/rburnett/bug9721unknown2005-05-061-1/+2
|\ \ | |/
| * Bug #9721 net_write_timeout not used on Windows unknown2005-05-051-1/+2
* | 4.1 -> 5.0 mergeunknown2005-02-031-1/+1
|\ \ | |/
| * Always call vio_in_addr() so that thd->remote isunknown2005-01-251-1/+1
* | Add 0x before pointers (to help with debugging)unknown2004-12-181-9/+12
|/
* Added patches from Novellunknown2004-05-251-0/+25
* vio ssl structure renames (to get rid of ending _)unknown2003-08-271-48/+41
* Fix bug #673: MySQL 4.0.13 no SSL connection with mysql client possibleunknown2003-06-261-4/+2
* Fix to remove compiler warningsunknown2003-04-281-3/+9
* Fix bug (273):The x509 cert issuer seems not to be checked against the CAunknown2003-04-161-2/+4
* Error code for ssl connectionunknown2002-11-051-10/+36
* Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tablesunknown2002-09-161-51/+54
* Fixed bug in blocking handling when compiling with OPENSSL (caused hangup in ...unknown2002-08-171-0/+10
* Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-2/+7
* Update copyrightunknown2001-12-061-16/+15
* Removed unused code in VIOunknown2001-11-021-23/+1
* SSL fixes.unknown2001-11-011-2/+2
* type fixunknown2001-10-091-1/+1
* One should not only have to include my_net.h to work with sockets.unknown2001-10-091-31/+7
* SSL compiles and works as far as can see. Continue testing..unknown2001-09-301-96/+26
* Changed to use my_global.hunknown2001-09-141-1/+1
* OpenSSL changesunknown2001-08-271-75/+131
* Cleanupsunknown2001-08-131-18/+22
* OpenSSL fixes. Should not affect anything else.unknown2001-07-241-21/+77