From a430edf1d8313fd2cf8b8bc1677c4893c56b9df0 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. Change-Id: I005aa3414e4606045c8c3b01d71547efcf4122ba Reviewed-by: Assam Boudjelthia Reviewed-by: Alexey Edelev (cherry picked from commit ad8047daf1eee0263a3749974ed2f33faae6609f) Reviewed-by: Qt Cherry-pick Bot (cherry picked from commit eac0a67e82444550aa71c89b710acfa5d5e43689) (cherry picked from commit 683c209c1fc4364b5d5e3e79af10641fc7845825) --- 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 d34fc5082a7..a8d4ea2e795 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.