]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: optional "certificate_status" with OCSP
authorBrad Burch <brad.burch@gmail.com>
Thu, 4 Jan 2018 06:42:10 +0000 (00:42 -0600)
committerAdam Langley <agl@golang.org>
Thu, 4 Jan 2018 21:32:08 +0000 (21:32 +0000)
commit100bd43f5ca7537ceba1ac8bb0e883fe870efefd
treee426d9bdb8e56d3752a5fe8dba05f5c531b18783
parent3526c409795d8f296cb3d4abcd1c301af3458dde
crypto/tls: optional "certificate_status" with OCSP

Follows the wording in RFC4366 more precisely which allows a server
to optionally return a "certificate_status" when responding to a
client hello containing "status_request" extension.

fixes #8549

Change-Id: Ib02dc9f972da185b25554568fe6f8bc411d9c0b7
Reviewed-on: https://go-review.googlesource.com/86115
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/tls/handshake_client.go