Docs: Improve documentation regarding adding SSL support

Added link to Adding Open SSL support to Android Applications

Users are having difficulty finding this information, so adding a link
to the networking module's SSL Classes page.

Clarified the section title for adding SSL when building Qt from source.

Change-Id: I88fbf696583d75c76d3b9778dbacd058eb00b50d
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit b25b8ba1a92acc92b981d10cccd40bb0c9ba6add)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Nicholas Bennett 2022-08-15 11:10:54 +03:00 committed by Qt Cherry-pick Bot
parent b75504ab81
commit a5e722d71f

View File

@ -13,13 +13,14 @@
the \l{OpenSSL Toolkit}, or any appropriate TLS plugin to perform encryption
and protocol handling.
From Qt version 5.15 onwards, the officially supported version for OpenSSL
From Qt version 5.15 onward, the officially supported version for OpenSSL
is 1.1.1 or later.
\annotatedlist ssl
For Android applications see \l{Adding OpeSSL Support for Android}.
\section1 Enabling and Disabling SSL Support
\section1 Enabling and Disabling SSL Support when Building Qt from Source
When building Qt from source, Qt builds plugins for native TLS libraries
that are supported for the operating system you are building for. For