Home | History | Annotate | Download | only in runner

Lines Matching refs:OCSPResponse

48 	ocspResponse         []byte // stapled OCSP response
1561 ocspResponse: c.ocspResponse,
1832 // OCSPResponse returns the stapled OCSP response from the TLS server, if
1834 func (c *Conn) OCSPResponse() []byte {
1838 return c.ocspResponse