diff options
author | Robert Golebiowski <robert.golebiowski@oracle.com> | 2015-03-20 15:05:59 +0100 |
---|---|---|
committer | Robert Golebiowski <robert.golebiowski@oracle.com> | 2015-07-08 11:59:27 +0200 |
commit | c9685a78c3960f5822e42e0dc847c72a46528af5 (patch) | |
tree | e1fd7cdd4704e0610bf8849e703d86ef5d6c7e2f /extra/yassl/include | |
parent | bf681d6bb341411a8b17abeda8e723368545d48d (diff) | |
download | mariadb-git-c9685a78c3960f5822e42e0dc847c72a46528af5.tar.gz |
Bug #20168526 YASSL: CORRUPT SSL-KEY CRASHES CLIENT
Affects at least 5.6 and 5.7. In customer case, the "client" happened to
be a replication slave, therefore his server crashed.
Bug-fix:
The bug was in yassl. Todd Ouska has provided us with the patch.
(cherry picked from commit 42ffa91aad898b02f0793b669ffd04f5c178ce39)
Diffstat (limited to 'extra/yassl/include')
-rw-r--r-- | extra/yassl/include/openssl/ssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/include/openssl/ssl.h b/extra/yassl/include/openssl/ssl.h index 24acc7e86b9..e10fb5299f7 100644 --- a/extra/yassl/include/openssl/ssl.h +++ b/extra/yassl/include/openssl/ssl.h @@ -35,7 +35,7 @@ #include "rsa.h" -#define YASSL_VERSION "2.3.7" +#define YASSL_VERSION "2.3.7b" #if defined(__cplusplus) |