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
AgeCommit message (Collapse)Author
2019-01-21[signcode.exe] Allow use of new hash algorithm (#11999)Romain Marcadier-Muller
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
2015-12-15[signcode] Change default hashing algorithm from MD5 to SHA1Alexander Köplinger
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
2005-09-24chmod -xBen Maurer
svn path=/trunk/mono/; revision=50638
2005-01-20Updated mailing list and, in some case, the mono web site URLsSebastien Pouliot
svn path=/trunk/mono/; revision=39203
2004-04-092004-04-09 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* chktrust.1: Added some details and documented the CAB format restriction (not supported). * makecert.1: Added missing options, details for existing options and removed duplicate options. * setreg.1: Minor changes. * signcode.1: Added some details and documented the CAB format restriction (not supported). Also added a warning when using both a strongname and an Authenticode signature on a assembly. svn path=/trunk/mono/; revision=25253
2003-10-122003-10-12 Sebastien Pouliot <spouliot@videotron.ca>Sebastien Pouliot
* chktrust.1: New. Man page for Authenticode chktrust.exe * signcode.1: New. Man page for Authenticode signcode.exe * sn.1: New. Man page for StrongName sn.exe * man.xml: Added new (and missing) entries. svn path=/trunk/mono/; revision=18911