-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
flaky TestRSASignZero (using OpenSSL) #1892
Comments
This is where the failure comes from: https://github.com/libp2p/go-openssl/blob/00b60808a1ace0fb1c21c840e3e30f98a88cb2ae/key.go#L428 |
I have no idea why this occurs, and I don't really know how to debug this further, as the problem happens inside OpenSSL, not in our code. We should add this to our list of reasons to deprecate OpenSSL in favor of BoringCrypto. |
@MarcoPolo pointed out that there's |
Partial progress. Here's the error code:
Just no idea what it means. Google is not very helpful on this one. |
See libp2p/go-openssl@master...libp2p:go-openssl:debug-generate-rsa for the code. |
@Jorropo Do you by any chance have an idea what's going on here? |
I tried to reproduce this both in a VM and on a Ubuntu server, but it works. Seems to be related to GitHub Actions CI setup. I've disabled the go-crypto workflow for now: https://github.com/libp2p/go-libp2p/actions/workflows/go-crypto.yml |
The text was updated successfully, but these errors were encountered: