]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add server-side OCSP stapling support.
authorAdam Langley <agl@golang.org>
Thu, 14 Apr 2011 18:47:28 +0000 (14:47 -0400)
committerAdam Langley <agl@golang.org>
Thu, 14 Apr 2011 18:47:28 +0000 (14:47 -0400)
commit6f921f22ae620fad8b29a8b9873069010266dae1
tree88a39206d4fd282bada19e5db1417c5802085c63
parente27702545ac2d1e5f545fa6b3e39dbcf36bdb023
crypto/tls: add server-side OCSP stapling support.

We already had support on the client side. I also changed the name of
the flag in the ServerHello structure to match the name of the same
flag in the ClientHello (ocspStapling).

R=bradfitzgo
CC=golang-dev
https://golang.org/cl/4408044
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_messages.go
src/pkg/crypto/tls/handshake_server.go