aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-08-23 15:24:05 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-23 23:32:34 +0000
commitaee3951577f102793f2035f65d0714fd74614bb3 (patch)
tree12bbb30fce4c340b5615bec271b580fb02bfad70 /BUILD.gn
parentb368995f8c66585afa4b6ba85ea6aced5252c03a (diff)
downloadopenscreen-aee3951577f102793f2035f65d0714fd74614bb3.tar.gz
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 <rwkeane@google.com> Reviewed-by: Max Yakimakha <yakimakha@chromium.org> Commit-Queue: Brandon Tolsch <btolsch@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
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",