You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although AtChops has logic to sign and verify data using SHA512, PKAM verb does not recognize SHA512 as a valid hashing algo. After debugging, turns out that this is due to the regex explicitly accepting only SHA256.
Steps to reproduce
Create an OnboardingCli instance with hashing algo set to SHA512 in AtOnboardingPreference and other required preferences set
Call onboardingService.authenticate()
This will trigger a format exception
Expected behavior
Signing and verification should be performed seamlessly when using SHA256 or SHA512
The text was updated successfully, but these errors were encountered:
Describe the bug
Although AtChops has logic to sign and verify data using SHA512, PKAM verb does not recognize SHA512 as a valid hashing algo. After debugging, turns out that this is due to the regex explicitly accepting only SHA256.
Steps to reproduce
Expected behavior
Signing and verification should be performed seamlessly when using SHA256 or SHA512
The text was updated successfully, but these errors were encountered: