]> Cypherpunks.ru repositories - gostls13.git/commit
crypto/tls: use SessionState on the client side
authorFilippo Valsorda <filippo@golang.org>
Sun, 21 May 2023 19:17:56 +0000 (21:17 +0200)
committerFilippo Valsorda <filippo@golang.org>
Wed, 24 May 2023 23:56:41 +0000 (23:56 +0000)
commit6d05bc7816feee6e96cabaf5755f52cb212b99e8
treeb97feca6a2f3544da6adaf1d91b3a693570631e6
parent9624e67fd25d2962f4470df3d54ff6ed5bad3c24
crypto/tls: use SessionState on the client side

Another internal change, that allows exposing the new APIs easily in
following CLs.

For #60105

Change-Id: I9c61b9f6e9d29af633f952444f514bcbbe82fe4e
Reviewed-on: https://go-review.googlesource.com/c/go/+/496819
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Filippo Valsorda <filippo@golang.org>
src/crypto/tls/cache.go
src/crypto/tls/common.go
src/crypto/tls/handshake_client.go
src/crypto/tls/handshake_client_test.go
src/crypto/tls/handshake_client_tls13.go
src/crypto/tls/handshake_messages_test.go
src/crypto/tls/handshake_server.go
src/crypto/tls/handshake_server_tls13.go
src/crypto/tls/ticket.go