blob: 87ada76110ddcb120f98fe763e35ae08042a1fa7 [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// 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;
}