summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorAndré Klitzing <aklitzing@gmail.com>2024-02-12 15:44:45 +0100
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2024-02-15 16:24:29 +0000
commitad8047daf1eee0263a3749974ed2f33faae6609f (patch)
treed576ae86e0b3ccfae6ee9cbbf6daac92b2542e06 /src/tools
parentef378898454964ce4d66d2656d2d5e4c7ac69b22 (diff)
Fix documentation of used digest and signature algorithm
SHA-256 is used since 2019. This amends c9f8893000249bd5701674c53d18a823b4a1c629. Pick-to: 6.7 6.6 6.5 Change-Id: I005aa3414e4606045c8c3b01d71547efcf4122ba Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/androiddeployqt/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/androiddeployqt/main.cpp b/src/tools/androiddeployqt/main.cpp
index 665bcdae27..7ff699b3c6 100644
--- a/src/tools/androiddeployqt/main.cpp
+++ b/src/tools/androiddeployqt/main.cpp
@@ -609,9 +609,9 @@ Optional arguments:
from keystore password.)
--sigfile <file>: Name of .SF/.DSA file.
--digestalg <name>: Name of digest algorithm. Default is
- "SHA1".
+ "SHA-256".
--sigalg <name>: Name of signature algorithm. Default is
- "SHA1withRSA".
+ "SHA256withRSA".
--tsa <url>: Location of the Time Stamping Authority.
--tsacert <alias>: Public key certificate for TSA.
--internalsf: Include the .SF file inside the signature block.