-
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/tls: unable to update some crypto/tls recorded tests #31809
Comments
@FiloSottile I guess this didn't make 1.15, do you want a 1.16 milestone, or backlog? Thanks. |
Moving milestone to backlog. |
I ran into similar problems with my custom-compiled version of openssl 1.1.1g, where I enabled |
Change https://golang.org/cl/257517 mentions this issue: |
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I attempted to update some of the recorded TLS tests using OpenSSL 1.1.1 built and configured according to the recommended way:
./config enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method
.What did you expect to see?
The test pass and a new recording generated.
What did you see instead?
OpenSSL failed to start due to a small key size:
The text was updated successfully, but these errors were encountered: