-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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-sha256algorithm - 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-sha256signatures? - 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.
Metadata
Metadata
Assignees
Labels
No labels