Home | History | Annotate | Download | only in runner

Lines Matching refs:OCSPResponse

46 	ocspResponse         []byte // stapled OCSP response
1452 ocspResponse: c.ocspResponse,
1687 // OCSPResponse returns the stapled OCSP response from the TLS server, if
1689 func (c *Conn) OCSPResponse() []byte {
1693 return c.ocspResponse