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
I've encountered a bug where test vectors generated by httpsig.org fail verification on the same site. This suggests an inconsistency between the signature generation and verification implementations.
Steps to reproduce
Generated a test vector on httpsig.org using the rsa-v1_5-sha256 algorithm
Attempted to verify the same signature on httpsig.org
Verification failed despite using the same test vector generated by the site
httpsig.org.mp4
Expected behavior
The signature verification should succeed when using test vectors generated by the same implementation.
Technical details
Signature algorithm used: rsa-v1_5-sha256
No modifications were made to the test vector between generation and verification
Questions
Is there a known issue with the verification process for rsa-v1_5-sha256 signatures?
Could there be a mismatch between the implementation of signature generation and verification components?
Are there any specific parameters or headers that need to be maintained exactly between generation and verification?
Thank you for your time. I'm available to provide any additional information that might help diagnose this issue.