-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
crypto/x509: add more detail to the error message arising from a missing hash function. #7735
Comments
(More details in closed dup #5301) |
@agl would the direct error message x509: cannot verify signature: algorithm unimplemented suffice? Catch it right after it has occured. |
I don't believe that the problem is that the error message is too long, but that it doesn't hint at a solution. I.e. perhaps it could hint that it might be a hash function that's not compiled in. |
CL https://golang.org/cl/42143 mentions this issue. |
The text was updated successfully, but these errors were encountered: