Zhang Xinhua inside is PhD thesis will take of smart card extension for the Java prototype of OpenSST.
The HTTP Proxy based on openSST message format is now available in an easy to install and test format.
Just download the 200304_opensst.tgz file and follow the instructions provided in the readme file.
The full featured first Java prototype is available for download
Release notes are included. Please, do not hesitate to give us your feedback !
After many many messages exchanged on the mailing list we finally choosed a message format that should handle all our needs.
The XML schema defining the message format as well as many examples are posted is the "released file" section
Perl prototype - 0.1 release to validate the OpenSST message format 0.1.
Significant changes have been made in the code base.
Mainly :
- the code shared between the client and the server is now isolated in the org.opensst.util package and subpackages. You will found there all common XML, HTTP and crypto code.
- ant build task have been updated to facilitate the compile, deploy, test sequence
- the client allow now to change the base URL it uses. The first time you give an URL to the client (or when you want to change the base URL), start it 'openSST-Start='... read more