aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/BUILD.gn
diff options
context:
space:
mode:
authorbtolsch <btolsch@chromium.org>2019-12-17 18:23:10 -0800
committerCommit Bot <commit-bot@chromium.org>2019-12-18 02:36:32 +0000
commit3fb84816856bd15c694fb275b40e609472064c4f (patch)
tree81c786d9a305a4ec72366b51ba3be57a7a4ae2f9 /cast/sender/BUILD.gn
parentc310e1bbcb8df5802ea9ea7598a16ea82e122cf9 (diff)
downloadopenscreen-3fb84816856bd15c694fb275b40e609472064c4f.tar.gz
Add receiver authentication steps
This change adds the necessary crypto + messaging steps for a Cast receiver to authenticate itself as such. It also adds an integration test that checks our sender authentication code against this receiver authentication code. Bug: openscreen:91 Change-Id: If298b8781bc95116714eb36fa68ef96ba82742a3 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/1954745 Commit-Queue: Brandon Tolsch <btolsch@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'cast/sender/BUILD.gn')
-rw-r--r--cast/sender/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/cast/sender/BUILD.gn b/cast/sender/BUILD.gn
index f42d555c..ae36bf27 100644
--- a/cast/sender/BUILD.gn
+++ b/cast/sender/BUILD.gn
@@ -22,6 +22,8 @@ source_set("channel") {
public_deps = [
"../../platform",
"../../third_party/boringssl",
+ "../common:certificate",
+ "../common:channel",
]
}
@@ -34,6 +36,7 @@ source_set("unittests") {
deps = [
":channel",
"../../platform",
+ "../../testing/util",
"../../third_party/googletest:gtest",
"../common/certificate/proto:certificate_proto",
"../common/certificate/proto:certificate_unittest_proto",