summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaif S. Naffah <raif@swiftdsl.com.au>2006-03-26 04:54:09 +0000
committerRaif S. Naffah <raif@swiftdsl.com.au>2006-03-26 04:54:09 +0000
commit8785877962407ac3337dae27b5bb04562b50b5ab (patch)
tree07e81a9823b057ebf47aa0d399798b8b4d54dd6e
parent101b4d461988ff7ec7437ad3d3210e214c62d9a9 (diff)
downloadclasspath-8785877962407ac3337dae27b5bb04562b50b5ab.tar.gz
2006-03-26 Raif S. Naffah <raif@swiftdsl.com.au>
* tools/README: Added Security tools section. Documented the jarsigner tool.
-rw-r--r--ChangeLog5
-rw-r--r--tools/README15
2 files changed, 18 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a726cba65..7a86b26e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-26 Raif S. Naffah <raif@swiftdsl.com.au>
+
+ * tools/README: Added Security tools section.
+ Documented the jarsigner tool.
+
2006-03-25 David Gilbert <david.gilbert@object-refinery.com>
* javax/swing/JScrollBar.java
diff --git a/tools/README b/tools/README
index de8c2c5b4..54f682859 100644
--- a/tools/README
+++ b/tools/README
@@ -40,5 +40,16 @@ in gnu.classpath.tools.rmi package):
Classpath supports the 1.5 feature to replace such
stubs by proxy classes.
-
- \ No newline at end of file
+== Security tools ==
+
+Security tools (currently) are used for signing and verifying JAR files
+as well as (planned) generating and managing cryptographic tokens and
+credentials.
+
+The list of individual tools, the name of their main class that should be
+invoked by the Java launcher, and a summary of what they provide follows:
+
+* jarsigner gnu.classpath.tools.jarsigner.Main
+ A drop-in replacement for the "jarsigner" tool.
+
+