phax / as2-lib

A generic Java AS2 library, servlet and server
107 stars 43 forks source link

Can't work with AS2 version 5.0 with bc-fips #146

Closed ihudedi closed 5 months ago

ihudedi commented 1 year ago

Hi @phax Until version 5.0 I could use working with BC or BCFIPS. From version 5.0 The files working only with BC. For Example BCCryptoHelper::decrypt final SMIMEEnvelopedParser aEnvelope = new SMIMEEnvelopedParser (aPart); aPart is from type jakarta.mail.internet.MimeBodyPart and not javax.mail.internet In BCFIPS we work with javax.mail.internet so this version not relevant when using BCFIPS Thanks, Itay

ihudedi commented 1 year ago

Hi @phax Did you see my concern? Seems I can't upgrade to latest version from version 5. Thanks, Itay

phax commented 1 year ago

If you rely on javax.mail then you cannot upgrade to 5.0, because that requires on the libraries with the jakarta.mail API - sorry.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

phax commented 5 months ago

There is now a bcjmail-fips JAR that you should be able to use with as2-lib 5.x