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
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-15 22:57:57 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-12-15 22:57:57 +0300
commitf378e76b0d5d3167008d3b2d43b5e4648e5f2d6e (patch)
tree83be29565ae2f8873b44b097c454ffc05a3a5550 /man/signcode.1
parent03fea967b0bc3c9b1e50b53e86d8a859380faba8 (diff)
[signcode] Change default hashing algorithm from MD5 to SHA1
MD5 is considered insecure and switching the default to SHA1 should be better for everyone. See the discussion on the mailing list: http://lists.ximian.com/pipermail/mono-devel-list/2015-December/043424.html
Diffstat (limited to 'man/signcode.1')
-rw-r--r--man/signcode.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/signcode.1 b/man/signcode.1
index b449eb1d304..777182618cb 100644
--- a/man/signcode.1
+++ b/man/signcode.1
@@ -27,9 +27,9 @@ 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 md5 | sha1"
+.I "-a sha1 | md5"
The hash algorithm used in the digital signature of the PE executable. The
-default algorithm is MD5.
+default algorithm is SHA1.
.TP
.I "-$ individual | commercial"
Add information about the publisher, i.e. if the signature is generated by an