Skip to content

Commit

Permalink
Fix documentation of used digest and signature algorithm
Browse files Browse the repository at this point in the history
SHA-256 is used since 2019.
This amends c9f8893.

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>
  • Loading branch information
misery authored and Issam-b committed Feb 15, 2024
1 parent ef37889 commit ad8047d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/androiddeployqt/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad8047d

Please sign in to comment.