summaryrefslogtreecommitdiff
path: root/extra/yassl
Commit message (Collapse)AuthorAgeFilesLines
* Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-232-2/+2
| | | | | | with gcc 4.3.2 Cleaning up warnings not present in 5.0.
* Merge from 5.0Staale Smedseng2009-06-294-1/+15
|\
| * Merge from 5.0-btStaale Smedseng2009-06-294-1/+15
| |
* | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-134-5/+5
|\ \ | |/ | | | | | | | | - Remove bothersome warning messages. This change focuses on the warnings that are covered by the ignore file: support-files/compiler_warnings.supp. - Strings are guaranteed to be max uint in length
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-108-22/+22
| | | | | | | | | | - Remove bothersome warning messages. This change focuses on the warnings that are covered by the ignore file: support-files/compiler_warnings.supp. - Strings are guaranteed to be max uint in length
* | Replace C++ comment in a header file. Thanks, Alik!Chad MILLER2008-12-081-2/+2
| |
* | Addendum to the fix for bug #39178: Server crash in YaSSL Georgi Kodinov2008-12-021-0/+1
| | | | | | | | | | | | | | | | | | with non-RSA-requesting client if server uses RSA key matchSuite() may not find a match. It will return error in this case. Added a error checking code that will prevent using uninitialized memory in the code based on the assumption that matchSuite() has found a match.
* | Update to change for bug 39178. Revert error-handling change, perhapsChad MILLER2008-11-201-1/+1
| | | | | | | | temporarily if yassl maintainer has plans for other error handling.
* | Bug#39178: non-RSA keys in connection to a RSA-keyed yaSSL-using server \Chad MILLER2008-11-1811-97/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.)
* | Fix "make dist" error - remove Visual Studio project files from Vladislav Vaintroub2008-09-012-3/+2
| | | | | | distribution
* | mergeVladislav Vaintroub2008-09-012-479/+0
|\ \ | |/
| * Bug #33907 : Errors compiling mysql with Microsoft Visual C++ Express 2008Vladislav Vaintroub2008-08-212-479/+0
| | | | | | | | | | | | - Cherry pick 6.0 changes for Visual Studio 2008 support - Add scripts win\build-vs9.bat and win\build-vs9_x64.bat Also, remove CMake generated visual studio project files.
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-buildiggy@alf.(none)2008-02-211-0/+1
|\ \ | | | | | | | | | into alf.(none):/src/mysql-5.1-build_31929
| * | Bug#31929 Windows build fails with >=4 Parallel build threads.iggy@alf.(none)2008-01-291-0/+1
| | | | | | | | | | | | | | | - Add GenError Dependency to storage engines that include mysqld_error.h
* | | Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-builddf@pippilotta.erinye.com2008-01-233-1/+16
|\ \ \ | |/ / |/| / | |/ into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
| * Merge mysql.com:/data0/mysqldev/my/mysql-5.0-releaseserg/mysqldev@janus.mylan/production.mysql.com2008-01-113-1/+16
| |\ | | | | | | | | | into mysql.com:/data0/mysqldev/users/serg/mysql-5.0-release
| | * Bug#33814 - yassl problemsserg/mysqldev@janus.mylan/production.mysql.com2008-01-113-1/+16
| | |
* | | Merge pilot.(none):/data/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.(none)2007-08-2815-8/+40
|\ \ \ | |/ / | | | | | | into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
| * | Import yaSSL version 1.7.2msvensson@pilot.(none)2007-08-2815-8/+40
| | | | | | | | | | | | | | | - Fix bug#27265 - Support for fixing bug#18441
* | | Merge mysql.com:/home/kent/bk/cmake-tls/mysql-5.0-build-newkent@kent-amd64.(none)2007-08-032-5/+15
|\ \ \ | |/ / | | | | | | into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
| * | CMakeLists.txt, README, configure.jskent@mysql.com/kent-amd64.(none)2007-08-032-5/+15
| | | | | | | | | | | | | | | Several adjustments to make client libraries pass the link test on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
* | | Fix a bad BitKeeper dependency structure for the "CMakeLists.txt" files.joerg@trift2.2007-07-312-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They had been introduced in 5.1 and were only later backported to 5.0; as a consequence, the files in the 5.1 tree do not depend on the 5.0 ones, and changes in 5.0 do not propagate into the 5.1 files. To fix this, the (previous) files in 5.1 now are deleted ("bk rm"), and the previously deleted files depending on 5.0 are now moved to the respective source directories ("bk mv"). The current 5.1 contents is restored in these files. If you need the previous history of the 5.1 files ("bk revtool"), access those in "BitKeeper/deleted". Contrary to the original plan, I did not introduce the name "CMakeLists.historic" - mostly in order not to clutter the source tree. This fixes bug#29982.
* | | Merge damien-katzs-computer.local:/Users/dkatz/mysql50dkatz@damien-katzs-computer.local2007-07-191-1/+1
|\ \ \ | |/ / | | | | | | into damien-katzs-computer.local:/Users/dkatz/mysql51
| * | Bug #29784 YaSSL assertion failure when reading 8k key.dkatz@damien-katzs-computer.local2007-07-171-1/+1
| |/ | | | | | | Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
* | Merge damien-katzs-computer.local:/Users/dkatz/50dkatz@damien-katzs-computer.local2007-07-132-2/+2
|\ \ | |/ | | | | into damien-katzs-computer.local:/Users/dkatz/mysql51
| * Minor fixes for test failures and compiler warnings for Bug #29579.dkatz@damien-katzs-computer.local2007-07-132-2/+2
| |
* | Merge damien-katzs-computer.local:/Users/dkatz/mysql50dkatz@damien-katzs-computer.local2007-07-124-3/+34
|\ \ | |/ | | | | into damien-katzs-computer.local:/Users/dkatz/mysql51
| * Bug #29579 Clients using SSL can hang the serverdkatz@damien-katzs-computer.local2007-07-124-3/+34
| | | | | | | | 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.
* | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-04-111-16/+21
|\ \ | |/ | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * Bug#21765 Illegal Instruction crash on pre-pentium when using YASSLmsvensson@pilot.blaudden2007-04-111-16/+21
| | | | | | | | | | - Import patch with different method of detecting if machine has cpuid instruction
| * Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0msvensson@pilot.blaudden2007-04-0231-176/+964
| |\ | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| | * Import yaSSLmsvensson@pilot.blaudden2007-03-281-0/+3
| | |
* | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1msvensson@pilot.blaudden2007-04-0234-183/+967
|\ \ \ | | | | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * | | Import yaSSLmsvensson@pilot.blaudden2007-03-286-7/+6
| | | |
| * | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-03-282-3/+9
| |\ \ \ | | | |/ | | |/| | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| | * | Set yaSSL to use same type as MySQL do for socket handlesmsvensson@pilot.blaudden2007-03-282-3/+9
| | | |
| * | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-03-234-5/+4
| |\ \ \ | | |/ / | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| | * | Import patch from yaSSL after fixing warnings upstreammsvensson@pilot.blaudden2007-03-234-5/+4
| | | |
| * | | Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maintmsvensson@pilot.blaudden2007-03-2331-173/+953
| |\ \ \ | | |/ / | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| | * | Import yassl 1.6.0msvensson@pilot.blaudden2007-03-2331-173/+953
| | | |
* | | | Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-buildkent@kent-amd64.(none)2007-03-221-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
| * | Makefile.am:kent@mysql.com/kent-amd64.(none)2007-03-221-1/+1
| |/ | | | | | | | | | | Don't install benchmark executable CMakeLists.txt: Handle CMAKE_C_FLAGS_RELWITHDEBINFO and CMAKE_CXX_FLAGS_RELWITHDEBINFO
* | Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-buildkent@kent-amd64.(none)2007-03-202-604/+32
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
| * Many files:kent@mysql.com/kent-amd64.(none)2007-03-192-604/+32
| | | | | | | | Major cleanup of old Visual Studio project files, aligning engines etc
| * Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.0msvensson@pilot.blaudden2007-03-0124-119/+169
| |\ | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
| | * Fixed compiler warnings (for linux and win32 and win64)monty@mysql.com/narttu.mysql.fi2007-02-224-8/+10
| | | | | | | | | | | | Fixed a couple of usage of not initialized warnings (unlikely cases)
| | * After merge fixesmonty@mysql.com/narttu.mysql.fi2007-02-213-5/+3
| | | | | | | | | | | | This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
| | * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-2120-108/+158
| | |\ | | | | | | | | | | | | into mysql.com:/home/my/mysql-5.0
* | | \ Merge pilot.blaudden:/home/msvensson/mysql/mysql-5.1msvensson@pilot.blaudden2007-03-018-17/+23
|\ \ \ \ | | | | | | | | | | | | | | | into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
| * | | | Fixed windows compilation problemsmonty@mysql.com/narttu.mysql.fi2007-02-241-0/+2
| | | | |