Description
Hi Team,
I currently don't have a workaround for this issue and would appreciate your insights.
In my AS2 receiver application, which uses the Camel-AS2 dependency, we receive messages with micalg=sha-256 from the sender. However verification at sender is failing though the latest 4.8.0 Camel-AS2 code is referring all possible algorithms which were not in previous versions, as shown in the attached files.
Is there a need to add another entry in constants file with sha-256 ( - in between)
String SHA_256_AS2_ALGORITHM_NAME = "sha-256";
Attachments
Attachments
Issue Links
- relates to
-
CAMEL-21097 camel-as2 - Add more MIC security algorithms
- Resolved