• Gautham Thambidorai's avatar
    crypto/tls: Client side support for TLS session resumption. · 988ffc0f
    Gautham Thambidorai authored
    Adam (agl@) had already done an initial review of this CL in a branch.
    
    Added ClientSessionState to Config which now allows clients to keep state
    required to resume a TLS session with a server. A client handshake will try
    and use the SessionTicket/MasterSecret in this cached state if the server
    acknowledged resumption.
    
    We also added support to cache ClientSessionState object in Config that will
    be looked up by server remote address during the handshake.
    
    R=golang-codereviews, agl, rsc, agl, agl, bradfitz, mikioh.mikioh
    CC=golang-codereviews
    https://golang.org/cl/15680043
    988ffc0f
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...