Project

General

Profile

Task #3950

Updated by Muktadir Chowdhury over 6 years ago

NLSR used to use (in v1::security) 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 CertificateBundle KeyBundle protocol with the direct fetching capability. capability to fetch certificate. With this approach, all the certificate in the chain-of-trust can be fetched in one RTT.

Back