summaryrefslogtreecommitdiff
path: root/chromium/net/tools/cert_verify_tool/dumper.proto
blob: e0ff47324d293d5118037f28a16ec6f56fd04693 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file should be kept in sync with the same file in Google internal.
syntax = "proto2";

option optimize_for = LITE_RUNTIME;

package cert_verify_tool;

message CertChain {
  optional string host = 1;
  repeated bytes der_certs = 2;
}