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:
authorSebastien Pouliot <sebastien@ximian.com>2004-04-09 21:14:38 +0400
committerSebastien Pouliot <sebastien@ximian.com>2004-04-09 21:14:38 +0400
commitc6b4762ea544bb9b0ebd85e5cb71415285f7b51d (patch)
tree66a70efd445a44071635062d971fe1aa08e10c7d /man/chktrust.1
parenta3e7e16e5c65a7cd70434186e3cd1ad6dbfe9d1e (diff)
2004-04-09 Sebastien Pouliot <sebastien@ximian.com>
* 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
Diffstat (limited to 'man/chktrust.1')
-rwxr-xr-xman/chktrust.119
1 files changed, 14 insertions, 5 deletions
diff --git a/man/chktrust.1 b/man/chktrust.1
index 15914692f5d..64ea33f1335 100755
--- a/man/chktrust.1
+++ b/man/chktrust.1
@@ -1,8 +1,9 @@
.\"
.\" chktrust manual page.
.\" Copyright 2003 Motus Technologies
+.\" Copyright 2004 Novell
.\" Author:
-.\" Sebastien Pouliot (spouliot@motus.com)
+.\" Sebastien Pouliot (sebastien@ximian.com)
.\"
.TH Mono "chktrust"
.SH NAME
@@ -13,25 +14,33 @@ chktrust \- Check the trust of a PE executable.
.SH DESCRIPTION
Verify if an PE executable (CLR assembly, Win32 EXE or DLL) has a valid
Authenticode(r) signature that can be traced back to a trusted certificate
-authority (CA).
+authority (CA). This means that
+.TP
+(a) the signature is valid (i.e. file integrity) and,
+.TP
+(b) the code-signing certificate can be chained back to one of the
+certificates in the Trust store.
.SH OPTIONS
.TP
.I "-q", "-quiet"
-Limited display on console.
+Quiet mode. Limited display on console.
.TP
.I "-v", "-verbose"
-More details displayed on the console.
+Verbose mode. More details displayed on the console.
.TP
.I "-help", "-h", "-?", "/?"
Display help about this tool.
+.SH KNOWN RESTRICTIONS
+chktrust cannot validate Authenticode signatures on CAB files.
.SH AUTHOR
Written by Sebastien Pouliot
.SH COPYRIGHT
Copyright (C) 2003 Motus Technologies.
+Copyright (C) 2004 Novell.
Released under BSD license.
.SH MAILING LISTS
Visit http://mail.ximian.com/mailman/mono-list for details.
.SH WEB SITE
Visit: http://www.go-mono.com for details
.SH SEE ALSO
-.BR signcode(1), makecert(1)
+.BR signcode(1), makecert(1), certmgr(1), setreg(1)