From 35058cdfe0134c88f1aa8d23342d1d7b9d39e296 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 7 Jan 2020 11:46:02 +0100 Subject: [HICN-2] Added P2P confidential communication on hICN P2P confidential communications exploit the TLS 1.3 protocol to let a consumer to establish a secure communication on an hICN name. Currently we don't support the consumer authentication (mutual authentication in TLS) and the 0-rtt session establishment. Change-Id: I2be073847c08a17f28c837d444081920c5e57a07 Signed-off-by: Alberto Compagno Signed-off-by: Olivier Roques Signed-off-by: Mauro Sardara --- apps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index 1778ba557..f5075a7aa 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -47,6 +47,7 @@ endif() set(SUFFIX "") if (${LIBTRANSPORT_LIBRARIES} MATCHES ".*-memif.*") + set(DEPENDENCIES ${LIBMEMIF_SHARED}) set(SUFFIX "-memif") set(LINK_FLAGS "-Wl,-unresolved-symbols=ignore-in-shared-libs") endif() -- cgit 1.2.3-korg