Skip to content
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: ConnectionState struct can not be json encoded in 1.11rc1 [1.11 backport] #27131

Closed
FiloSottile opened this issue Aug 21, 2018 · 2 comments
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Milestone

Comments

@FiloSottile
Copy link
Contributor

This is a backport tracking issue for #27125

@FiloSottile FiloSottile added the CherryPickApproved Used during the release process for point releases label Aug 21, 2018
@FiloSottile FiloSottile added this to the Go1.11 milestone Aug 21, 2018
@gopherbot
Copy link

Change https://golang.org/cl/130655 mentions this issue: crypto/tls: make ConnectionState.ExportKeyingMaterial a method

gopherbot pushed a commit that referenced this issue Aug 22, 2018
…Material a method

The unexported field is hidden from reflect based marshalers, which
would break otherwise. Also, make it return an error, as there are
multiple reasons it might fail.

Fixes #27131

Change-Id: I92adade2fe456103d2d5c0315629ca0256953764
Reviewed-on: https://go-review.googlesource.com/130535
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
(cherry picked from commit 240cb4c75fbe969364edb1a7f7ebd2d827831d34)
Reviewed-on: https://go-review.googlesource.com/130655
@FiloSottile
Copy link
Contributor Author

Fixed by 2eb8116

@golang golang locked and limited conversation to collaborators Aug 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CherryPickApproved Used during the release process for point releases FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

2 participants