tiamo / phpas2

PHPAS2 is a php-based implementation of the EDIINT AS2 standard.
43 stars 43 forks source link

Disposition-Notification-Options used in 2 different ways #12

Closed LowerWolves closed 4 years ago

LowerWolves commented 4 years ago

I am deep into the code: On the sending side, the Disposition-Notification-Options are included in the message headers, but on the receiving side, they are only parsed from the payload headers. Therefore, the "micAlgo" variable is never given a value, but the micContent variable is not empty, causing an exception in CryptoHelper::calculateMIC. BTW, I have never posted in GitHub before, so my apologies if this is not the right forum for my comment.

tiamo commented 4 years ago

fixed 1.3.6