OpenSSL-based signcode utility 1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News OpenSSL-based signcode utility 1.3 (Default branch)
# 1  
Old 01-31-2008
OpenSSL-based signcode utility 1.3 (Default branch)

OpenSSL-based signcode utility is used forAuthenticode signing of EXE/CAB files. It alsosupports timestamping.License: GNU General Public License (GPL)Changes:
A padding problem was fixed. Signing of alreadysigned files is allowed. Ryan Rubley's PVK-to-DERguide was added into the README.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Programming

A make-like build utility based on Lua

xmake is a make-like build utility based on lua. (Link to project site: xmake) The project focuses on making development and building easier and provides many features (.e.g package, install, plugin, macro, action, option, task ...), so that any developer can quickly pick it up and enjoy the... (1 Reply)
Discussion started by: waruqi
1 Replies
Login or Register to Ask a Question
Mono(chktrust)															    Mono(chktrust)

NAME
chktrust - Check the trust of a PE executable. SYNOPSIS
chktrust [options] filename 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 cer- tificate authority (CA). This means that (a) the signature is valid (i.e. file integrity) and, (b) the code-signing certificate can be chained back to one of the certificates in the Trust store. OPTIONS
-q , -quiet Quiet mode. Limited display on console. -v , -verbose Verbose mode. More details displayed on the console. -help , -h , -? , /? Display help about this tool. KNOWN RESTRICTIONS
chktrust cannot validate Authenticode signatures on CAB files. AUTHOR
Written by Sebastien Pouliot COPYRIGHT
Copyright (C) 2003 Motus Technologies. Copyright (C) 2004 Novell. Released under BSD license. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-list for details. WEB SITE
Visit http://www.mono-project.com for details SEE ALSO
signcode(1),makecert(1),certmgr(1),setreg(1) Mono(chktrust)