Skip to content

Commit

Permalink
Added a change log
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Jan 10, 2013
1 parent ca2bfbe commit 3f2d8e5
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 5 deletions.
35 changes: 32 additions & 3 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,33 @@
jsign Jsign - Java implementation of Microsoft Authenticode
===== =====================================================


Pure Java implementation of Microsoft Authenticode for signing Windows executable files Jsign is a Java implementation of Microsoft Authenticode that lets you sign
and timestamp executable files for Windows. Jsign is platform independent and
provides an alternative to native tools like signcode/signtool on Windows
or the Mono development tools on Unix systems.

Jsign comes as an easy to use Ant task to be integrated in any automated build.
It's especially suitable for signing executable wrappers and installers generated
by tools like NSIS, exe4j, launch4j or JSmooth. Jsign can also be used with Maven
using the Antrun plugin, or standalone as a command line tool.

Jsign is free to use and licensed under the Apache License version 2.0.


See http://ebourg.github.com/jsign for more information.


Changes
=======

Jsign 1.2
* Reduced the memory usage when signing large files
* Files over 2GB are now supported
* Improved the thread safety

Jsign 1.1
* Command line interface with bash completion for signing files (available as RPM and DEB packages)
* The keystore is no longer locked if the signing fails

Jsign 1.0
* Initial release
2 changes: 0 additions & 2 deletions TODO.txt
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ TODO
- Timestamp failover - Timestamp failover
- Support private keys exported with PKCS#8 - Support private keys exported with PKCS#8
- Detect the type of the keystore automatically (guess from the extension and try all the other types as a fallback) - Detect the type of the keystore automatically (guess from the extension and try all the other types as a fallback)
- Debian package for the command line
- Bash completion

0 comments on commit 3f2d8e5

Please sign in to comment.