We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rsa.GenerateKey
We are currently falling back to Go if the RSA key size passed to rsa.GenerakeKey is not 2048, 3072, nor 4096:
rsa.GenerakeKey
https://github.com/golang/go/blob/4225c6cb372e0fea7586dd646e991faa5df20671/src/crypto/rsa/rsa.go#L284
We should remove this restriction and attempt to always generate a key with the crypto backend.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are currently falling back to Go if the RSA key size passed to
rsa.GenerakeKey
is not 2048, 3072, nor 4096:https://github.com/golang/go/blob/4225c6cb372e0fea7586dd646e991faa5df20671/src/crypto/rsa/rsa.go#L284
We should remove this restriction and attempt to always generate a key with the crypto backend.
The text was updated successfully, but these errors were encountered: