crypto/tls.Conn.ocspResponse (field)
11 uses
crypto/tls (current package)
conn.go#L48: ocspResponse []byte // stapled OCSP response
conn.go#L1426: state.OCSPResponse = c.ocspResponse
conn.go#L1448: return c.ocspResponse
handshake_client.go#L492: c.ocspResponse = cs.response
handshake_client.go#L736: c.ocspResponse = hs.session.ocspResponse
handshake_client.go#L799: ocspResponse: c.ocspResponse,
handshake_client_tls13.go#L337: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L459: c.ocspResponse = certMsg.certificate.OCSPStaple
handshake_client_tls13.go#L677: ocspResponse: c.ocspResponse,
handshake_server.go#L809: c.ocspResponse = certificate.OCSPStaple
handshake_server_tls13.go#L747: OCSPStaple: c.ocspResponse,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |