-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from OpenAS2/signingbug
Signingbug
- Loading branch information
Showing
50 changed files
with
1,085 additions
and
301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,21 @@ | ||
OpenAS2 Server | ||
Version 1.3.6 | ||
Version 1.3.7 | ||
RELEASE NOTES | ||
|
||
The OpenAS2 project is pleased to announce the release of OpenAS2 1.3.6 | ||
The OpenAS2 project is pleased to announce the release of OpenAS2 1.3.7 | ||
|
||
The release download file is: OpenAS2Server-1.3.6.zip | ||
The zip file contains a PDF document providing information on installing and using the application. | ||
|
||
UPGRADE Instructions: | ||
1. As of version 1.3.6, a new "errordir" parameter is required on the processor element to specify where files that fail resend attempts are stored. | ||
It defaults to a sub-directory named "error" off the directory pointed to by the "pendingMDN" parameter. | ||
|
||
This release is an enhancement and bugfix release: | ||
1. Fix handling creating a unique file name for storing message info for ASYNC MDN | ||
2. Rationalise the handling of received MDN so that there is a common handler for Async and Sync MDN | ||
3. Fix moving pending messages that fail after retries to the error folder. | ||
4. Enhance logging to pass MEssage object to log manager to facilitate finer grained and more targeted logging | ||
|
||
1. Fix generator encoding for compression, encryption and signing | ||
2. Support configurable control of canonicalization when signing | ||
3. Support overriding digest "sha-1" algorithm name in signing to use "old" name without dash ("sha1") | ||
4. Support AES128, AES192, AES256 ciphers | ||
Java 1.5 or later is required. | ||
NOTE FOR JAVA 1.5: Prior to java 1.6, the Javabeans Activation Framework is NOT included in the standard Java install. Download the 1.1.1 version and extract from the zip file from this web page: http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-java-plat-419418.html#jaf-1.1.1-fcs-oth-JPR | ||
The activation.jar must be placed into the “lib” folder of the OpenAS2 server install and added to the class path in the shell or batch file as appropriate. | ||
|
||
|
||
Historical list of changes: see the changes.txt file in the release package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
<attribute name="as2_url" value="http://localhost:10080"/> | ||
<attribute name="as2_mdn_to" value="[email protected]"/> | ||
<!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN--> | ||
<attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA1"/> | ||
<attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA256"/> | ||
<attribute name="encrypt" value="3DES"/> | ||
<attribute name="sign" value="MD5"/> | ||
<attribute name="resend_max_retries" value="3"/> | ||
|
@@ -33,9 +33,9 @@ | |
<attribute name="as2_url" value="http://localhost:10080"/> | ||
<attribute name="as2_mdn_to" value="[email protected]"/> | ||
<!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN--> | ||
<attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA1"/> | ||
<attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA256"/> | ||
<attribute name="encrypt" value="3DES"/> | ||
<attribute name="sign" value="SHA1"/> | ||
<attribute name="sign" value="SHA256"/> | ||
</partnership> | ||
</partnerships> | ||
|
Binary file not shown.
Binary file renamed
BIN
+95.9 KB
Server/lib/bcmail-jdk15on-152.jar → Server/lib/bcmail-jdk15on-154.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+2.77 MB
Server/lib/bcprov-jdk15on-152.jar → Server/lib/bcprov-jdk15on-154.jar
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.