| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
* Update wrong zip-code
|
| |
| |
| |
| |
| |
| | |
The patch fixes 128-bit multiply on mips64.
This corrects a previous incorrect patch upstreamed from Debian.
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Upgrading YaSSL from 2.3.5 to 2.3.7
Reviewed-by : Kristofer Pettersson <kristofer.pettersson@oracle.com>
Reviewed-by : Vamsikrishna Bhagi <vamsikrishna.bhagi@oracle.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
LIES ABOUT SUITE_LEN_
and
Bug#19355577 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT
LIES ABOUT COMP_LEN_
Description : Updating yaSSL to version 2.3.4.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem:
It was reported that on Debian and KFreeBSD platforms, i386 architecture
machines certain SSL tests are failing. main.ssl_connect rpl.rpl_heartbeat_ssl
rpl.rpl_ssl1 rpl.rpl_ssl main.ssl_cipher, main.func_encrypt were the tests that
were reportedly failing (crashing). The reason for the crashes are said to be
due to the assembly code of yaSSL.
Solution:
There was initially a workaround suggested i.e., to enable
-DTAOCRYPT_DISABLE_X86ASM flag which would prevent the crash, but at an expense
of 4X reduction of speed. Since this was unacceptable, the fix was the
functions using assembly, now input variables from the function call using
extended inline assembly on GCC instead of relying on direct assembly code.
|
| | |
| | |
| | |
| | |
| | |
| | | |
to pick up some new security fixes that are in it.
Patch provided by Georgi Kodinov.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
$SUBJ$
1. Took a diff between the previous base version and the
mysql sources.
2. Added the new 2.1.4 base version.
3. Reviewed and re-applied the diff from step #1.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
AND 5.5 YASSL FIXES.
Took the 5.5 yassl code and applied it to the 5.0 codebase, keeping the
compilation files.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Fixed a couple of usage of not initialized warnings (unlikely cases)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | | |
- Includes patch for Bug#25189
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
- Fix for "bug#16755 Please find a SSL library that is FLOSS-Exception / LGPL copyrighted"
|
| | | |
|
| | | |
|
| | | |
|
| | |\
| | | |
| | | |
| | | | |
into shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
|
| | | | |
|
| | | | |
|
| | |/
| | |
| | |
| | | |
- Apply patch to remove dependency on C++ libs when linking "libmysql" from c
|
| | |
| | |
| | |
| | |
| | | |
Merge with latest yaSSL. It includes fix for bigendian/littleendian
problem (fixes func_encrypt test failure). Our trees are in sync now.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Fix GCC 4.0 link failure.
Better CXX_VERSION guessing.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fix for yaSSL link failures with Forte Developer 7, MIPSpro Compilers, Compaq C++.
These compilers have problem with implicit template instantiation in archives
(libyassl.a, libtaocrypt.a). Instantiate templates explicitly.
Fix for yaSSL link failure on powermacg5 (gcc 3.3). When -O3 is specified gcc inlines
__cxa_pure_virtual. This is wrong behavior, __cxa_pure_virtual must never be inlined.
|
| | |
| | |
| | |
| | | |
Merge with latest yaSSL.
|
| | |
| | |
| | |
| | | |
Fixes IsAligned yaSSL assertion failure.
|
| | |
| | |
| | |
| | |
| | | |
mysys/my_access.c: remove incorrect fix
comments
|
| | |
| | |
| | |
| | | |
Compilation errors fixes.
|
| | |
| | |
| | |
| | | |
merge with latest yaSSL, move templates instantiation into separate file where it is possible
|
| | |
| | |
| | |
| | | |
Merge with latest yaSSL, fix compilation error for SSE2 processors.
|
| | | |
|
| | |
| | |
| | |
| | | |
This fix is about WL#2286 - Compile MySQL w/YASSL support
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL
replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR
don't set -DUSE_MYSYS_NEW for gcc 2.95
set $USE_MYSYS_NEW even if CXX is g++
yassl bugfixes
instantiate all yassl templates explicitly
|
| |
| |
| |
| | |
yaSSL-0.9.7 library bundled.
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
LIES ABOUT SUITE_LEN_
and
Bug#19355577 : YASSL PRE-AUTH BUFFER OVERFLOW WHEN CLIENT
LIES ABOUT COMP_LEN_
Description : Updating yaSSL to version 2.3.4.
|
| | |
| | |
| | |
| | | |
and apply whatever was reasonable
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Problem:
It was reported that on Debian and KFreeBSD platforms, i386 architecture
machines certain SSL tests are failing. main.ssl_connect rpl.rpl_heartbeat_ssl
rpl.rpl_ssl1 rpl.rpl_ssl main.ssl_cipher, main.func_encrypt were the tests that
were reportedly failing (crashing). The reason for the crashes are said to be
due to the assembly code of yaSSL.
Solution:
There was initially a workaround suggested i.e., to enable
-DTAOCRYPT_DISABLE_X86ASM flag which would prevent the crash, but at an expense
of 4X reduction of speed. Since this was unacceptable, the fix was the
functions using assembly, now input variables from the function call using
extended inline assembly on GCC instead of relying on direct assembly code.
|
|/ / |
|