type crypto/tls.certificateStatusMsg

6 uses

	crypto/tls (current package)
		conn.go#L1054: 		m = new(certificateStatusMsg)
		handshake_client.go#L477: 	cs, ok := msg.(*certificateStatusMsg)
		handshake_messages.go#L1456: type certificateStatusMsg struct {
		handshake_messages.go#L1461: func (m *certificateStatusMsg) marshal() []byte {
		handshake_messages.go#L1479: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
		handshake_server.go#L487: 		certStatus := new(certificateStatusMsg)