aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-08-05 14:05:39 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-05 21:13:19 +0000
commitaaad6a5a809d7978bdbab44d7e9b6a5309abd008 (patch)
treeb0a0bf99add045b7a8194a6c13f6de42ff3472dc /BUILD.gn
parentae3631bd047dbe5c4afde1f8363822bbd397130d (diff)
downloadopenscreen-aaad6a5a809d7978bdbab44d7e9b6a5309abd008.tar.gz
Add cast device certificate verification
This change migrates some of Chromium's //components/cast_certificate code. Specifically, this change starts the migration by doing basic certificate chain validation checks. It does not include the revocation list, as well as a few other final steps for complete verification support according to RFC 5280. Change-Id: I3853d4ce831a77a4b71b4f63974d1a156948152f Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1721328 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: Peter Thatcher <pthatcher@google.com> Reviewed-by: Max Yakimakha <yakimakha@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7fe55161..68d5b262 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -39,6 +39,7 @@ executable("openscreen_unittests") {
testonly = true
deps = [
"cast/common:mdns_unittests",
+ "cast/common/certificate:unittests",
"osp:osp_unittests",
"osp/impl/discovery/mdns:mdns_unittests",
"osp/msgs:unittests",