-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/crypto/internal/wycheproof: TestRsaPss failing on linux-amd64-boringcrypto builder #52670
Comments
This is a release-blocker via #11811. |
(This builder is new for #51940.) |
boringcrypto doesn't support the truncated SHA-512 hashes (as far as I can tell), so the SHA-512/224 and SHA-512/256 will always fail. Not sure if there is a clear way to determine whether boringcrypto has been enabled outside of the standard library in order to skip these? |
@bcmills says this might have been fixed? |
Fixed by CL 404654, but the issue didn't get tagged in it because it's cross-repo. (@rolandshoemaker, you might need to run |
I swear I always think I've fixed this and somehow I've never actually fixed it. |
greplogs -l -e 'FAIL: TestRsaPss' --since=2022-01-01
2022-05-03T14:14:31-eb4f295-b75e492/linux-amd64-boringcrypto
2022-05-03T12:34:17-eb4f295-a41e37f/linux-amd64-boringcrypto
2022-05-03T05:42:48-eb4f295-0668e3c/linux-amd64-boringcrypto
2022-05-02T22:12:49-eb4f295-f771edd/linux-amd64-boringcrypto
(attn @golang/security, @rsc)
The text was updated successfully, but these errors were encountered: