From ad8047daf1eee0263a3749974ed2f33faae6609f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Mon, 12 Feb 2024 15:44:45 +0100 Subject: [PATCH] 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 Reviewed-by: Alexey Edelev --- src/tools/androiddeployqt/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/androiddeployqt/main.cpp b/src/tools/androiddeployqt/main.cpp index 665bcdae272..7ff699b3c69 100644 --- a/src/tools/androiddeployqt/main.cpp +++ b/src/tools/androiddeployqt/main.cpp @@ -609,9 +609,9 @@ Optional arguments: from keystore password.) --sigfile : Name of .SF/.DSA file. --digestalg : Name of digest algorithm. Default is - "SHA1". + "SHA-256". --sigalg : Name of signature algorithm. Default is - "SHA1withRSA". + "SHA256withRSA". --tsa : Location of the Time Stamping Authority. --tsacert : Public key certificate for TSA. --internalsf: Include the .SF file inside the signature block.