Home | History | Annotate | Download | only in tls

Lines Matching refs:OCSPResponse

49 	ocspResponse     []byte   // stapled OCSP response
1371 state.OCSPResponse = c.ocspResponse
1384 // OCSPResponse returns the stapled OCSP response from the TLS server, if
1386 func (c *Conn) OCSPResponse() []byte {
1390 return c.ocspResponse