]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: document that only tickets are supported.
authorAdam Langley <agl@golang.org>
Wed, 8 Feb 2017 17:47:34 +0000 (09:47 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 8 Feb 2017 17:54:06 +0000 (17:54 +0000)
commit0c9325e13d5d9e2ab7459522e3556f6f44cbcb10
tree9947927404a8585509911369d8050115dc49ddc4
parent438818d9f1b5b4ffae3ca63d5ce2a2f5cef97552
crypto/tls: document that only tickets are supported.

This change clarifies that only ticket-based resumption is supported by
crypto/tls. It's not clear where to document this for a server,
although perhaps it's obvious there because there's nowhere to plug in
the storage that would be needed by SessionID-based resumption.

Fixes #18607

Change-Id: Iaaed53e8d8f2f45c2f24c0683052df4be6340922
Reviewed-on: https://go-review.googlesource.com/36560
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/crypto/tls/common.go