This release is a bug-fix for alpha-0.2.2: build.xml and jospkisuite.properties.in reference to swingx fixed.
For features added and changes to alpha-0.2.1 see 0.2.2 Release Notes.
Features added to alpha-0.2.1:
1. A GUI X.509 Certificate Viewer (Swing):
- net.sf.jospki.gui.cert.X509CertificateViewer.
Changes to alpha-0.2.1:
1. Build system modified to be simpler. Read next!
Building:
1. Make a copy or rename jospkisuite.properties.in to jospkisuite.properties.
2. Customize properties with values marked as @CHANGEIT@ to your environment.
3. $ ant (or > ant).... read more
Features added to alpha-0.2.0:
None.
Changes to alpha-0.2.0:
1. net.sf.jospki.pkcs7.tools.Pkcs7 improved to:
- automatically recognize PEM/DER input files.
- convert between PEM <-> DER files.
Building:
1. Make a copy or rename jospkisuite-common.xml.in to jospkisuite-common.xml.
2. Customize properties with values marked as @CHANGEIT@ to your environment.
3. $ ant (or > ant).... read more
Features added to alpha-0.1.1:
1. Parsing of the following PKCS#7 types:
- DATA (complete)
- SIGNED DATA (complete)
- ENVELOPED DATA (incomplete)
- SIGEND AND ENVELOPED DATA (incomplete)
- DIGESTED DATA (incomplete)
- ENCRYPTED DATA (incomplete)
2. A command line tool for parsing/display PKCS#7 implemented (net.sf.jospki.pkcs7.tools.Pkcs7).... read more
The first alpha release is almost there. Until that you can get the latest development snapshot from subversion: https:://jospkisuite.svn.sourceforge.net/svnroot/jospkisuite/trunk.
Thanks.