Task #3950
open
Use CertificateBundleFetcher instead of DirectFetcher
Added by Muktadir Chowdhury almost 8 years ago.
Updated almost 4 years ago.
Description
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 protocol with the direct fetching capability. With this approach, all the certificate in the chain-of-trust can be fetched in one RTT.
- Related to Feature #3892: Integrate publishing of KeyBundle into Face::setInterestFilter added
- Related to Feature #3891: Integrate fetching certificates using KeyBundle into the Validator added
- Assignee set to Muktadir Chowdhury
- Target version set to v0.4.0
- Due date set to 06/09/2017
- Description updated (diff)
The current implementation of CertificateBundle does not provide DirectFetch-ing functionality. So NLSR needs to wait till CertificateBundle add that functionality.
- Subject changed from Use KeyBundle to fetch certificate instead of using customised Validator to Use CertificateBundleFetcher instead of DirectFetcher
- Description updated (diff)
- Target version changed from v0.4.0 to v0.5.0
- Due date deleted (
06/09/2017)
- Target version changed from v0.5.0 to Minor release v0.5.1
- Target version changed from Minor release v0.5.1 to v0.6.0
- Target version changed from v0.6.0 to Minor Release v0.6.1
Also available in: Atom
PDF