Home | History | Annotate | Download | only in runner

Lines Matching refs:OCSPResponse

47 	ocspResponse         []byte // stapled OCSP response
1454 ocspResponse: c.ocspResponse,
1716 // OCSPResponse returns the stapled OCSP response from the TLS server, if
1718 func (c *Conn) OCSPResponse() []byte {
1722 return c.ocspResponse