aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorFilippo Valsorda <filippo@golang.org>2023-05-20 17:49:21 +0200
committerFilippo Valsorda <filippo@golang.org>2023-05-24 23:56:32 +0000
commit9624e67fd25d2962f4470df3d54ff6ed5bad3c24 (patch)
treee998b7e35697316f44f2da29215c54f4b3795d28 /api
parent6b020be648960440b1f02d28889a6e050f59c31c (diff)
downloadgo-9624e67fd25d2962f4470df3d54ff6ed5bad3c24.tar.gz
go-9624e67fd25d2962f4470df3d54ff6ed5bad3c24.zip
crypto/tls: add SessionState and use it on the server side
This change by itself is useless, because the application has no way to access or provide SessionStates to crypto/tls, but they will be provided in following CLs. For #60105 Change-Id: I8d5de79b1eda0a778420134cf6f346246a1bb296 Reviewed-on: https://go-review.googlesource.com/c/go/+/496818 Reviewed-by: Marten Seemann <martenseemann@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Matthew Dempsky <mdempsky@google.com> Run-TryBot: Filippo Valsorda <filippo@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/next/60105.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/next/60105.txt b/api/next/60105.txt
new file mode 100644
index 0000000000..75adbcc8aa
--- /dev/null
+++ b/api/next/60105.txt
@@ -0,0 +1,3 @@
+pkg crypto/tls, func ParseSessionState([]uint8) (*SessionState, error) #60105
+pkg crypto/tls, method (*SessionState) Bytes() ([]uint8, error) #60105
+pkg crypto/tls, type SessionState struct #60105