• 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
..
aes Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md5 Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
x509 Loading commit data...
crypto.go Loading commit data...