crypto/tls.certificateStatusMsg.marshal (method)

4 uses

	crypto/tls (current package)
		handshake_client.go#L490: 		hs.finishedHash.Write(cs.marshal())
		handshake_messages.go#L1461: func (m *certificateStatusMsg) marshal() []byte {
		handshake_server.go#L489: 		hs.finishedHash.Write(certStatus.marshal())
		handshake_server.go#L490: 		if _, err := c.writeRecord(recordTypeHandshake, certStatus.marshal()); err != nil {