Skip to content

Releases: phax/phase2

as2-lib 5.1.3

29 Mar 08:28

Choose a tag to compare

  • 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

23 Jan 11:42

Choose a tag to compare

  • 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]

15 Jan 09:51

Choose a tag to compare

as2-lib 5.1.1

01 Aug 08:56

Choose a tag to compare

  • Updated to ph-commons 11.1
  • Added new signing algorithm aliases:
    • sha2_224 - SHA224 alias
    • sha2_256 - SHA256 alias
    • sha2_384 - SHA384 alias
    • sha2_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]

22 Jun 14:00

Choose a tag to compare

  • 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]

22 Jun 13:42

Choose a tag to compare

  • 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]

21 Jun 19:56

Choose a tag to compare

  • 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]

15 May 17:48

Choose a tag to compare

  • 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

08 Mar 06:43

Choose a tag to compare

  • 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

19 Feb 20:27

Choose a tag to compare

  • 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