Skip to content

Releases: OpenAS2/OpenAs2App

Configurable Resend Retry Count, Async MDN Bugfixes, Error Handling Enhancements

15 Nov 13:06
Compare
Choose a tag to compare

This release is an enahncement and bugfix release:

  • fix handling of file streams to ensure file handle is always closed
  • fix async MDN functionality
  • fix calculation of MIC when content is signed and compressed
  • improved logic handling sending of MDN errors and HTTP responses
  • add compiler option to build file to ensure java 1.5 compatibility
  • add ability to control number of resend attempts

[Download OpenAS2](http://sourceforge.net/projects/openas2/files/V1.3.5/Configurable Resend Retry Count, Async MDN Bugfixes, Error Handling Enhancements.zip/download)

HTTPS support

21 Aug 14:55
Compare
Choose a tag to compare

The OpenAS2 project is pleased to announce the release of OpenAS2 1.3.0

The release download file is: OpenAS2Server-1.3.0.zip
The zip file contains a PDF document providing information on installing and using the application.

This release adds support for:

  • using HTTPS as the transport protocol.
  • overriding the the password for the certificate store with a system parameter passed into the app at startup

Java 1.5 or later is required.

Historical list of changes: see the changes.txt file in the release package

Cleanup and Upgrade Release

07 Aug 10:06
Compare
Choose a tag to compare

The OpenAS2 project is pleased to announce the release of OpenAS2 1.1

This is an upgrade release containing changes to support new bouncy castle libraries along with newer versions of
other dependent libraries, enhancements to logging and scripts to generate certificates and run the application.
Documentation has been enhanced to ease getting started using the application.

Java 1.5 or later is required.

Changes in this version include:

o Logging:
Enhanced logging to support configurable levels of output. Default level is INFO
Added additional logging information to make it clearer what the real problem is when errors occur
o Bouncy Castle Libraries:
Upgrade the code base to support Bouncy Castle 1.5.2
This supports all java versions from 1.5 onwards. Older versions of Java are no longer supported
o Other libraries:
upgrade to commons-logging version 1.2, dom4j version 1.6.1
commons-lang3 version 3.4 javax.mail version 1.5.4 commons-logging version 1.2
o Startup batch files:
fixed and enhanced batch files to automatically find JAVA for NIX based systems including OSX and Windows

Historical list of changes: see the changes.txt file in the release package