From aee3951577f102793f2035f65d0714fd74614bb3 Mon Sep 17 00:00:00 2001 From: btolsch Date: Fri, 23 Aug 2019 15:24:05 -0700 Subject: Add revocation list support to cast certificate checking This change adds cast_crl.cc and supporting files to the cast_certificate component port. It allows for parsing a revocation list from a protobuf and using that information as part of verifying a Cast device's certificate chain. Bug: openscreen:58 Change-Id: Ia21b52b9951998a57671dd4748da10c3b4be34a6 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1759270 Reviewed-by: Ryan Keane Reviewed-by: Max Yakimakha Commit-Queue: Brandon Tolsch --- BUILD.gn | 1 - 1 file changed, 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 68d5b262..12bc3883 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -10,7 +10,6 @@ import("osp/build/config/services.gni") group("gn_all") { deps = [ "cast/common:mdns", - "cast/common/certificate/proto", "osp", "osp/msgs", "platform", -- cgit v1.2.3