crypto/tls: support session ticket resumption.
Session resumption saves a round trip and removes the need to perform the public-key operations of a TLS handshake when both the client and server support it (which is true of Firefox and Chrome, at least). R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/6555051
Showing
This diff is collapsed.
This diff is collapsed.
src/pkg/crypto/tls/ticket.go
0 → 100644
Please register or sign in to comment