Project

General

Profile

Task #3950

Updated by Muktadir Chowdhury over 6 years ago

NLSR used to use (in v1::security) uses its own Validator, inherited from ndn-cxx's Validator-Config, to provide functionality for certificate retrieval.  

 With the new v2::security, NLSR uses DirectFetcher to retrieve certificate. 

 Instead it should use the KeyBundle protocol with the direct fetching capability to fetch certificate. With this approach, all the certificate in the chain-of-trust can be fetched in one RTT. ndn-cxx library.

Back