Home | History | Annotate | Download | only in tls

Lines Matching refs:OCSPResponse

49 	ocspResponse     []byte   // stapled OCSP response
1349 state.OCSPResponse = c.ocspResponse
1362 // OCSPResponse returns the stapled OCSP response from the TLS server, if
1364 func (c *Conn) OCSPResponse() []byte {
1368 return c.ocspResponse