Releases: phax/phase2
Releases · phax/phase2
as2-lib 5.1.3
- Updated to ph-commons 11.1.5
- Created Java 21 compatibility
Full Changelog: as2-lib-parent-pom-5.1.2...as2-lib-parent-pom-5.1.3
as2-lib 5.1.2
- Updated to BouncyCastle v1.77
- Fixed the private key selection if multiple entries with the same alias exist. See issue #106. Thanks @AlexandruCiobanu
Full Changelog: as2-lib-parent-pom-5.1.1...as2-lib-parent-pom-5.1.2
as2-lib 5.0.5 [backport]
- Updated to BouncyCastle v1.77
Full Changelog: as2-lib-parent-pom-5.0.4...as2-lib-parent-pom-5.0.5
as2-lib 5.1.1
- Updated to ph-commons 11.1
- Added new signing algorithm aliases:
sha2_224- SHA224 aliassha2_256- SHA256 aliassha2_384- SHA384 aliassha2_512- SHA512 alias
- Improved error handling in case of chunked encoding processing
- Finally fixed the issue with chunked Transfer-Encoding in Servlet based environments
- Avoid error in MDN signing when receiver certificate is expired
Full Changelog: as2-lib-parent-pom-5.1.0...as2-lib-parent-pom-5.1.1
as2-lib 5.0.4 [backport]
- Avoid error in MDN signing when receiver certificate is expired
Full Changelog: as2-lib-parent-pom-5.0.3...as2-lib-parent-pom-5.0.4
as2-lib 5.0.3 [backport]
- Finally fixed the issue with chunked Transfer-Encoding in Servlet based environments
Full Changelog: as2-lib-parent-pom-5.0.2...as2-lib-parent-pom-5.0.3
as2-lib 5.0.2 [backport]
- Updated to Spring Boot 2.7.12 for the demo application
- Improved error handling in case of chunked encoding processing
Full Changelog: as2-lib-parent-pom-5.0.1...as2-lib-parent-pom-5.0.2
as2-lib 5.0.1 [backport]
- Added new signing algorithm aliases:
*sha2_224- SHA224 alias
*sha2_256- SHA256 alias
*sha2_384- SHA384 alias
*sha2_512- SHA512 alias
Full Changelog: as2-lib-parent-pom-5.0.0...as2-lib-parent-pom-5.0.1
as2-lib 5.1.0
- Using Servlet API 5.0.0 as the baseline: JakartaEE 9, Java 11+, Apache Tomcat v10.0.x, Jetty 10.x
- Using Eclipse Angus 2.0.x
- Using Spring Boot 3.x
Full Changelog: as2-lib-parent-pom-5.0.0...as2-lib-parent-pom-5.1.0
as2-lib 5.0.0
- Using Java 11 as the baseline
- Updated to ph-commons 11
- Using Servlet API 4.0.1 as the baseline: JakartaEE 8, Java 11+, Apache Tomcat v9.x, Jetty 10.0.x
- Fixed an error that did not print the transferred bytes correctly (
AS2 Message transferred X bytes in Y seconds at Z KBps) - Removed the signing algorithm from PR #138 again because it didn't work out fully
- Added new signing algorithms:
rsassa-pss-sha-224- RSASSA-PSS with digest algorithm SHA224 (sha-224)rsassa-pss-sha-256- RSASSA-PSS with digest algorithm SHA256 (sha-256)rsassa-pss-sha-384- RSASSA-PSS with digest algorithm SHA384 (sha-384)rsassa-pss-sha-512- RSASSA-PSS with digest algorithm SHA512 (sha-512)rsassa-pss-sha3-224- RSASSA-PSS with digest algorithm SHA3-224 (sha3-224)rsassa-pss-sha3-256- RSASSA-PSS with digest algorithm SHA3-256 (sha3-256)rsassa-pss-sha3-384- RSASSA-PSS with digest algorithm SHA3-384 (sha3-384)rsassa-pss-sha3-512- RSASSA-PSS with digest algorithm SHA3-512 (sha3-512)
Full Changelog: as2-lib-parent-pom-4.11.0...as2-lib-parent-pom-5.0.0