-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x509: cannot verify signature: insecure algorithm SHA1-RSA #2091
Comments
Looking into this. Interestingly it fails on 1.18, but not 1.19. |
Need to generate new test data for certificate-transparency-go that doesn't use SHA1 for the signing algorithm digest. |
Tests also passed for me at head (17cc138) without the env var set. I assume @haydentherapper updated the test data to not rely on SHA1, and the env var is now unnecessary. Thanks for trying this @dmitris ! 👍 |
The tests that need For anyone working in that part of the code, they need to know to specify that tag when running tests, but for the rest of the code, it's not needed. |
@imjasonh to avoid potential confusion, could you edit the issue description to add the
The test that fails without |
Description
From head (95b74db)
Adding the
GODEBUG
as suggested makes the test pass:Mostly filing this since I couldn't find any other reference to this in issues or code in any sigstore repo. Has anybody seen this before
edit: see golang/go#41682
The text was updated successfully, but these errors were encountered: