Project

General

Profile

Actions

Feature #4367

closed

what should AutoPropagator do if there is no proper identity in NFD's key-chain ?

Added by Yanbiao Li over 6 years ago. Updated about 6 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Start date:
10/30/2017
Due date:
% Done:

0%

Estimated time:

Description

When a prefix (/ndn/ucla/alice/test/app1) is registered in the local RIB, NFD will select an Identity from its key-chain that covers the locally registered prefix to propagate and to sign the propagation command.
If there is not such an Identity, nothing will be propagated out according current design.

On the android platform, each App has its own key-chain which is inaccessible to the NFD.
So, when an App registers a prefix, NFD always can not find a proper identity for propagation.

Given that the original intention of propagation is to aggregate and announce reachability to local Apps, what shall we do in the above case.
Possible options:
1/ Do not propagate anything since NFD can not find a proper identity (i.e. a delegated namespace) covers locally registered prefixes.
2/Just propagate the locally registered prefix and use NFD's default key to sign.
3/ Let Apps to install their identity certificate into NFD's key-chain

Actions

Also available in: Atom PDF