Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRomain Marcadier-Muller <romain.muller@telecomnancy.net>2019-01-21 16:29:45 +0300
committerZoltan Varga <vargaz@gmail.com>2019-01-21 16:29:45 +0300
commit7cd9e0314dff5f4d0bfa5659cce45d03b4e1aaa7 (patch)
tree3c21287544db621f52100257f664934fe5be166d /man
parent32aa0ad724f3a8a0db6ae8863268b4c371e9cbba (diff)
[signcode.exe] Allow use of new hash algorithm (#11999)
Enable SHA256, SHA384 and SHA512 hash algorithms to be used for Authenticode signatures. This enables producing digital signatures that are trustworthy using the `mono` tooling. Fixes #7517
Diffstat (limited to 'man')
-rw-r--r--man/signcode.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/signcode.1 b/man/signcode.1
index 777182618cb..7241e092d9c 100644
--- a/man/signcode.1
+++ b/man/signcode.1
@@ -27,7 +27,7 @@ The Private Key File (pvk) that contains the private key used to digitally
sign the PE executable. This private key must match the public key inside the
publisher X.509 certificate.
.TP
-.I "-a sha1 | md5"
+.I "-a sha1 | md5 | sha2 | sha256 | sha384 | sha512"
The hash algorithm used in the digital signature of the PE executable. The
default algorithm is SHA1.
.TP