phax / as2-lib

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

Fix MIC mismatch error when server users largeFile #78

Closed zharpaz-bmc-com closed 5 years ago

zharpaz-bmc-com commented 5 years ago

Hi Philip, This is a fix to issue "When using largefileon=true MIC isn't matched when using sign,encrypt and compress #25" from as2-server. The wrong code used a different dataHandler to compute the MIC, but the different handler used different headers, which caused the MIC to be different.

ihudedi commented 5 years ago

Hi Philip, Could you please take the fix for 4.3? Thanks, Itay