Bug #102812 openssl 3.0.0 compatible mysql version
Submitted: 4 Mar 2021 11:26 Modified: 4 Mar 2021 22:04
Reporter: Rajesh Vasamsetty Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:mysql-boost-8.0.21 OS:SUSE
Assigned to: CPU Architecture:Any

[4 Mar 2021 11:26] Rajesh Vasamsetty
Description:
While compiling observed that mysql is not compatible with openssl 3.0.0.

mysql is using deprecated APIs which are not present in openssl 3.0.0 (alpha).

Build status:
	
Call Stack (most recent call first):
cmake/ssl.cmake:315 (FATAL_SSL_NOT_FOUND_ERROR)
CMakeLists.txt:1287 (MYSQL_CHECK_SSL)

Please provide mysql release compatible to openssl 3.0.0

How to repeat:
build mysql with openssl 3.0.0 - fails
Build mysql with openssl 1.1.1/1.0.2 - It works
[4 Mar 2021 13:28] MySQL Verification Team
Hi Mr. Vasamsetty,

Thank you for your bug report.

However, at present time, we do not have plans to use openssl 3.0.0.

Not a bug.
[4 Mar 2021 22:04] Terje Røsten
See https://bugs.mysql.com/bug.php?id=102405
[4 Mar 2021 22:09] Terje Røsten
Note: OpenSSL 3.0.0 is still at Alpha stage.