Skip to content

as2-lib 5.0.0

Compare
Choose a tag to compare
@phax phax released this 19 Feb 20:27
· 105 commits to master since this release
  • 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