Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 679264 - dev-db/mysql: missing TLS 1.3 support
Summary: dev-db/mysql: missing TLS 1.3 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: openssl-1.1.1
  Show dependency tree
 
Reported: 2019-03-02 19:13 UTC by Thomas Deutschmann (RETIRED)
Modified: 2019-08-17 18:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2019-03-02 19:13:35 UTC
Multiple test failures against >=openssl-1.1.1:

main.ssl_8k_key
auth_sec.mysql_ssl_connection
main.ssl_verify_identity
main.ssl_crl
main.grant_alter_user_qa
auth_sec.ssl_auto_detect
encryption.innodb_onlinealter_encryption
main.ssl_ca
main.ssl_cipher
main.grant_user_lock_qa
auth_sec.openssl_cert_generation
main.ssl_bug75311
main.ssl_compress
main.ssl
main.plugin_auth_sha256_tls
main.ssl_ecdh
main.openssl_1
auth_sec.cert_verify
main.mysql_ssl_default
main.percona_tls
auth_sec.tls
auth_sec.ssl_mode
binlog.binlog_grant_alter_user
x.connection_tls_version
x.connection_openssl 

Many tests are just failing because test suite doesn't know TLS 1.3 ciphers but auth using TLS 1.3 is definitely broken, too.

Some upstream tracker bugs:

https://bugs.mysql.com/bug.php?id=93457
https://bugs.mysql.com/bug.php?id=93458
Comment 1 Larry the Git Cow gentoo-dev 2019-08-17 18:42:27 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f273d4f65ce6d04b4e6095df1449144f76cf14b1

commit f273d4f65ce6d04b4e6095df1449144f76cf14b1
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2019-08-17 18:39:58 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2019-08-17 18:42:19 +0000

    dev-db/mysql: disable tests requiring <openssl-1.1.1
    
    Bug: https://bugs.gentoo.org/679264
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 dev-db/mysql/mysql-5.6.44-r1.ebuild | 11 ++++++-----
 dev-db/mysql/mysql-5.6.45-r1.ebuild | 11 ++++++-----
 dev-db/mysql/mysql-5.7.26.ebuild    | 32 ++++++++++++++++++++++++++++++++
 dev-db/mysql/mysql-5.7.27.ebuild    | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 10 deletions(-)
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2019-08-17 18:42:59 UTC
dev-db/mysql-8 with full opensl-1.1.1 support is now available in repository.