Chad MILLER
a8dd8f6995
Replace C++ comment in a header file. Thanks, Alik!
2008-12-08 12:45:48 -05:00
Chad MILLER
918a8c469f
Bug#39178: non-RSA keys in connection to a RSA-keyed yaSSL-using server \
...
using crashes server
When the server is configured to use a RSA key, and when the client sends
a cipher-suite list that contains a non-RSA key as acceptable, the server
would try to process that key even though it was impossible.
Now, yaSSL sets its own acceptable-cipher list according to what kind of
key the server is started with, and will never explore and try to pair
impossible combinations.
This involves a partial import of the current YaSSL tree, not the whole
thing, so as to try to avoid introducing new bugs.
(Updated to avoid many whitespace changes and make diff smaller.)
2008-11-18 11:45:44 -05:00
msvensson@pilot.(none)
394d9a0e55
Import yaSSL version 1.7.2
...
- Fix bug#27265
- Support for fixing bug#18441
2007-08-28 10:35:55 +02:00
dkatz@damien-katzs-computer.local
d2e45f205c
Minor fixes for test failures and compiler warnings for Bug #29579 .
2007-07-13 00:45:54 -04:00
dkatz@damien-katzs-computer.local
899aaa6bb2
Bug #29579 Clients using SSL can hang the server
...
Added an option to yassl to allow "quiet shutdown" like openssl does. This option causes the SSL libs to NOT perform the close_notify handshake during shutdown. This fixes a hang we experience because we hold a lock during socket shutdown.
2007-07-12 22:06:33 -04:00
msvensson@pilot.blaudden
f8b3241726
Set yaSSL to use same type as MySQL do for socket handles
2007-03-28 15:34:52 +02:00
msvensson@pilot.blaudden
7216b67a8c
Import yassl 1.6.0
2007-03-23 11:52:25 +01:00
monty@mysql.com/narttu.mysql.fi
e5cc397f33
Fixed compiler warnings (for linux and win32 and win64)
...
Fixed a couple of usage of not initialized warnings (unlikely cases)
2007-02-22 16:59:57 +02:00
monty@mysql.com/narttu.mysql.fi
26aa385bc5
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2007-02-21 14:07:08 +02:00
msvensson@neptunus.(none)
751d00c47e
Import latest version of yaSSL
...
- Replace SawTooth copyright header with MySQL's
- Bug#19209 Test 'rpl_openssl' hangs on Windows
- Spurious "2013 Connection to server lost" errors fixed
yaSSL doesn't close socket anymore, that is left to the application
2007-01-29 16:54:40 +01:00
msvensson@neptunus.(none)
1ebe4850d6
Import yaSSL version 1.5.8
...
- Includes patch for Bug#25189
2007-01-22 16:54:40 +01:00
monty@mysql.com/narttu.mysql.fi
a6481aa4c7
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/home/my/mysql-5.0
2006-12-15 01:01:52 +02:00
monty@mysql.com/narttu.mysql.fi
88dd873de0
Fixed compiler warnings detected by option -Wshadow and -Wunused:
...
- Removed not used variables and functions
- Added #ifdef around code that is not used
- Renamed variables and functions to avoid conflicts
- Removed some not used arguments
Fixed some class/struct warnings in ndb
Added define IS_LONGDATA() to simplify code in libmysql.c
I did run gcov on the changes and added 'purecov' comments on almost all lines that was not just variable name changes
2006-12-15 00:51:37 +02:00
msvensson@shellback.(none)
838d1d53b4
Import version 1.50 of yaSSL
2006-11-29 09:21:37 +01:00
msvensson@neptunus.(none)
85fb3817f7
yassl build fixes for hpux and netware
2006-10-16 18:36:33 +02:00
msvensson@neptunus.(none)
e4676ef60a
Import yaSSL version 1.4.3
2006-09-27 14:36:12 +02:00
msvensson@neptunus.(none)
64a64d0fbf
Import yaSSL version 1.4.0
2006-09-25 16:40:29 +02:00
msvensson@shellback.(none)
9af6450e30
Update the generate_prefix_files.pl
2006-08-31 15:17:35 +02:00
msvensson@shellback.(none)
f368e0753e
Bug #21930 libmysqlclient defines BN_bin2bn which belongs to OpenSSL! Breaks other apps!
...
- Correct bug in perl script that faild to add rename macros for some functions.
2006-08-31 14:26:12 +02:00
msvensson@neptunus.(none)
2f0b080aea
Bug#19810 Bundled YASSL in libmysqlclient conflicts with OpenSSL
...
- Rename yaSSL version of 'SSL_peek' to 'yaSSL_peek' by using a macro
2006-08-21 14:51:59 +02:00
msvensson@shellback.(none)
116feb009e
Import latest version of yaSSL
2006-08-01 20:20:46 +02:00
msvensson@shellback.(none)
011f57e0ec
Import yaSSL version 1.3.7
...
- Fix for "bug#16755 Please find a SSL library that is FLOSS-Exception / LGPL copyrighted"
2006-07-17 10:50:20 +02:00
msvensson@shellback.(none)
5ae586d946
Import patch for yassl 1.35
...
- Better check of required buffer size when processing incoming record headers
2006-06-05 15:41:29 +02:00
msvensson@shellback.(none)
b33466d3dc
Import patch from yaSSL
...
- avoid allocating memory for each call to 'EVP_md5' and
'EVP_des_ede3_cbc' which were not released until server was stopped
- Those functions are used from the SQL function 'des_encrypt' and
'des_decrypt'.
2006-05-31 23:36:50 +02:00
msvensson@shellback.(none)
589c94eba5
Import from yaSSL
2006-05-31 22:19:17 +02:00
msvensson@shellback.(none)
c542aa8701
Merge shellback.(none):/home/msvensson/mysql/bug19575/my50-bug19575
...
into shellback.(none):/home/msvensson/mysql/mysql-5.0
2006-05-31 16:32:08 +02:00
msvensson@shellback.(none)
20217ba36f
Bug#19575 MySQL-shared-5.0.21-0.glibc23 causes segfault in SSL_library_init
...
- Include prefix files that renames all public functions in yaSSLs
OpenSSL API to ya<function_name>. They will otherwise conflict
with OpenSSL functions if loaded by an application that uses OpenSSL
as well as libmysqlclient with yaSSL support.
2006-05-31 16:19:06 +02:00
msvensson@shellback.(none)
8f27d3dc4a
Import from yaSSL
2006-05-29 14:49:51 +02:00
msvensson@shellback.(none)
a401734c07
Import from yaSSL
...
Fixes for HPUX etc.
Don't define exceptions operator new on hpux as the linker will look for the function
2006-05-22 15:49:57 +02:00
msvensson@shellback.(none)
15ec5dfeca
Import from yaSSL
2006-05-05 10:35:12 +02:00
msvensson@shellback.(none)
01faaacd25
Import from yaSSL
2006-05-05 10:33:04 +02:00
msvensson@shellback.(none)
e2854b8a7f
Update yaSSL to version 1.3.0
2006-05-03 13:08:24 +02:00
msvensson@shellback.(none)
0d1bd3b1f2
Import from yaSSL upstream
2006-04-18 14:41:43 +02:00
msvensson@shellback.(none)
e8723ca453
Update yassl to 1.2.2
2006-04-07 11:35:12 +02:00
serg@serg.mylan
3595c81bc8
compatibility fix for yassl
2005-12-02 21:40:50 +01:00
svoj@mysql.com
9359cec4ca
WL#2286 - Compile MySQL w/YASSL support
...
Merge with latest yaSSL. It includes fix for bigendian/littleendian
problem (fixes func_encrypt test failure). Our trees are in sync now.
2005-07-01 20:00:59 +05:00
konstantin@mysql.com
7602e1591f
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
...
into mysql.com:/opt/local/work/mysql-5.0-root
2005-06-16 16:36:53 +04:00
svoj@mysql.com
841b232d44
WL#2286 - Compile MySQL w/YASSL support
...
Merge with latest yaSSL.
2005-06-16 16:35:09 +05:00
konstantin@mysql.com
a13597604b
gcc 2.96 fixes (workarounds for compiler bugs in namespace handling)
2005-06-15 02:57:23 +04:00
svoj@mysql.com
75c13cbe0b
Merge with latest yaSSL.
...
Fixes IsAligned yaSSL assertion failure.
2005-06-10 20:09:41 +05:00
svoj@mysql.com
01f4036989
WL#2286 - Compile MySQL w/YASSL support
...
merge with latest yaSSL, move templates instantiation into separate file where it is possible
2005-05-31 20:56:32 +05:00
svoj@mysql.com
b763679f1c
WL#2286 - Compile MySQL w/YASSL support
...
Merge with latest yaSSL, fix compilation error for SSE2 processors.
2005-05-25 19:11:36 +05:00
svoj@mysql.com
1dabee5aad
Upgrade yaSSL to 0.9.9.
2005-05-25 00:15:06 +05:00
konstantin@mysql.com
b6c93da24c
yaSSL fixes for Sun Forte 7
2005-05-20 22:52:41 +04:00
svoj@mysql.com
5ce823ec28
Merge mysqldev@production.mysql.com:my/mysql-5.0-build
...
into mysql.com:/home/svoj/devel/mysql/mysql-5.0-build
2005-05-20 19:42:37 +05:00
konstantin@mysql.com
d8859b2ee2
Fixes for numerous compatibility problems in yaSSL.
2005-05-20 18:35:49 +04:00
svoj@mysql.com
7c375cab5a
WL#2286 - Compile MySQL w/YASSL support
...
Portability fixes
2005-05-20 19:32:51 +05:00
svoj@mysql.com
a7f3aa042b
Fix FC3 yaSSL compilation problem.
...
This fix is about WL#2286 - Compile MySQL w/YASSL support
2005-05-06 20:54:38 +05:00
svoj@mysql.com
c1fd1d6a5b
WL#2286 Compile MySQL w/YASSL support
...
yaSSL-0.9.7 library bundled.
2005-04-28 18:23:27 +05:00