as2-lib 4.0.0
phax
released this
27 Mar 09:39
·
909 commits
to master
since this release
- Updated to ph-commons 9.0.0
- Updated to BouncyCastle 1.58
- Fixed crypto algorithm case sensitivity issue on sending (issue #32)
- Changed internally from
java.util.Date
tojava.time.LocalDateTime
- so all the Date parameters must be changed fromyyyy
touuuu
!!! - The certificate factory
com.helger.as2lib.cert.PKCS12CertificateFactory
was deprecated in favor of the more genericcom.helger.as2lib.cert.CertificateFactory
that handles arbitrary keystore types (like JKS).
Dependencies required:
- ph-commons/ph-xml/ph-collection/ph-security/ph-datetime 9.0.0
- ph-mail/ph-http/ph-network 9.0.0
- BouncyCastle 1.58