Doc: Rewrite paragraph concerning OpenSSL 1 compatibility
Qt 5 compatibility details are not relevant for Qt 6. Instead, make it explicit that the binary builds require OpenSSL 3. Pick-to: 6.9 Change-Id: I610254026e35def8f8206cd7c7e3015b2197852c Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io>
This commit is contained in:
parent
1b66b6533e
commit
e89912460f
@ -13,11 +13,6 @@
|
|||||||
the \l{OpenSSL Toolkit}, or any appropriate TLS plugin to perform encryption
|
the \l{OpenSSL Toolkit}, or any appropriate TLS plugin to perform encryption
|
||||||
and protocol handling.
|
and protocol handling.
|
||||||
|
|
||||||
From Qt version 5.15 onward, the officially supported version for OpenSSL
|
|
||||||
is 1.1.1 or later.
|
|
||||||
|
|
||||||
Qt version 5.15.1 onward is also compatible with OpenSSL 3.
|
|
||||||
|
|
||||||
\annotatedlist ssl
|
\annotatedlist ssl
|
||||||
|
|
||||||
For Android applications see \l{Adding OpenSSL Support for Android}.
|
For Android applications see \l{Adding OpenSSL Support for Android}.
|
||||||
@ -35,6 +30,10 @@
|
|||||||
\c{openssl/opensslv.h} header provided by source or developer packages
|
\c{openssl/opensslv.h} header provided by source or developer packages
|
||||||
of OpenSSL. If found, it will enable and build the OpenSSL backend for Qt.
|
of OpenSSL. If found, it will enable and build the OpenSSL backend for Qt.
|
||||||
|
|
||||||
|
\note While Qt can still support the older OpenSSL 1.1.1 version when built
|
||||||
|
from sources, the builds of Qt in the \l{Qt Online Installer} require
|
||||||
|
OpenSSL 3 at runtime.
|
||||||
|
|
||||||
By default, an OpenSSL-enabled Qt library dynamically loads any installed
|
By default, an OpenSSL-enabled Qt library dynamically loads any installed
|
||||||
OpenSSL library at run-time. However, it is possible to link against the
|
OpenSSL library at run-time. However, it is possible to link against the
|
||||||
library at compile-time by configuring Qt with the \c{-openssl-linked}
|
library at compile-time by configuring Qt with the \c{-openssl-linked}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user