From 03efecf818374f95d1387649f35cd4da8c9636ae Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 7 Apr 2025 13:48:15 +0200 Subject: [PATCH] Doc: Add link to Export Controls page in the OpenSSL overview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -A new Export Controls page has a larger overview -Edited parts of the section Fixes: QTBUG-134259 Pick-to: 6.9 Change-Id: Iaceb2501eeb848544f8004bfae03a3cdf36908af Reviewed-by: Andreas Eliasson Reviewed-by: Kai Köhne --- src/network/doc/src/ssl.qdoc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/network/doc/src/ssl.qdoc b/src/network/doc/src/ssl.qdoc index 83549f61e8f..fd6b96ca802 100644 --- a/src/network/doc/src/ssl.qdoc +++ b/src/network/doc/src/ssl.qdoc @@ -78,12 +78,13 @@ \section1 Import and Export Restrictions - Qt binary installers include the OpenSSL libraries used by QtNetwork. However, - those are not automatically deployed with applications that are built with Qt. Import and export restrictions apply for some types of software, and for - some parts of the world. Developers wishing to use SSL communication in their - deployed applications should either ensure that their users have the appropriate - libraries installed, or they should consult a suitably qualified legal - professional to ensure that applications using code from the OpenSSL project - are correctly certified for import and export in relevant regions of the world. + some parts of the world. Developers wishing to use SSL communication in + their deployed applications should either ensure that their users have the + appropriate libraries installed, or they should consult a suitably + qualified legal professional to ensure that applications using code from + the OpenSSL project are correctly certified for import and export in + relevant regions of the world. + + Refer to \l{Export Control of Qt Framework and Tools} for more information. */