Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt is missing OpenSSL 3.0 support #3

Open
cgutman opened this issue Apr 2, 2023 · 0 comments
Open

Qt is missing OpenSSL 3.0 support #3

cgutman opened this issue Apr 2, 2023 · 0 comments

Comments

@cgutman
Copy link

cgutman commented Apr 2, 2023

The Qt build included in v0.7.1-engineering-release-wayland-202303 does not support OpenSSL 3.0, which is the system OpenSSL version included in VisionFive 2 Debian Image 202303. As a result, Qt applications that use TLS functionality such as QSslSocket or similar APIs will fail.

The error messages from Qt include:

QSslSocket: cannot resolve EVP_PKEY_base_id
QSslSocket: cannot resolve SSL_get_peer_certificate

Debian Bookworm contains Qt patches that add OpenSSL 3.0 support, which should hopefully be easy to add to your Qt builds:
https://sources.debian.org/data/main/q/qtbase-opensource-src/5.15.8%2Bdfsg-3/debian/patches/openssl_set_options.diff
https://sources.debian.org/data/main/q/qtbase-opensource-src/5.15.8%2Bdfsg-3/debian/patches/openssl3.diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant