crypto/tls: add tlsmldsa GODEBUG setting - #81307
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
tlsmldsa=0 stops advertising and accepting the ML-DSA signature algorithms, restoring the Go 1.26 behavior. Some TLS middleboxes reset connections that advertise them. For golang#81199 Signed-off-by: Matthew N. Heler <matthew.heler@hotmail.com>
2b67159 to
10b651e
Compare
|
This PR (HEAD: 10b651e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/826204. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/826204. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/826204. |
Setting tlsmldsa=0 disables the ML-DSA signature algorithms.
Fixes #81199