Well depending on the whether the verification is made in java or in C there are different responses.
If the verification is made in java, make sure to use the highest version of java available. I don't believe Java 8 will support Hmac with Sha3 natively.
You may also need to add additional libraries (like Bouncy Castle)...
Review your documentation and find the command to apply to the Integration Node or Integration Server to have it run in a higher version of Java.
------------------------------
Francois Brandelik
------------------------------
Original Message:
Sent: Mon September 23, 2024 12:15 AM
From: pratap vadlapati
Subject: API Connect v10.x not supporting sha3 crypto hmac algorithm
Hi Team,
Appreciate your help on the below issue.
We are stuck implementing this solution, I am trying to generate hmac signature using sha3 algorithm is not working, giving unsupported algorithm which is again working with sha1.
Pls find the screenshot in trail mail. Thx
Original Message:
Sent: 9/20/2024 11:19:00 PM
From: pratap vadlapati
Subject: RE: API Connect v10.x not supporting sha3 crypto hmac algorithm
Hi @Steve,
Could you pls comment on this.
SHA-3 isn't working in APIC v10.
I don't see it in the documents too as supported.
Pls find more info on below mail trail.
Thx,
Mani
Hi,
I have implemented signature verification for webhook event, it is working with shas-1 hmac algorithm
But had a new requirement to verify the signature with sha-3
which the apic is throwing unsupported error
fyr: