Project

General

Profile

Task #4091

Updated by Junxiao Shi almost 7 years ago

Adapt NFD In the ndn-cxx change 3547 "breaking change: Switch Face and ndn-tools codebase related classes to use v2::KeyChain", we switch Face and other related classes to v2::KeyChain. This change caused urgent bugs. Given security::v2::KeyChain is exposed as ndn::KeyChain, hope most dependent code can still be compiled. 

 To fix the urgent bug, one needs to compile and install the latest commit of ndn-cxx `v2::KeyChain` change 3547 and `v2::Validator`. compile the project and fix all the urgent bugs. 

 Here is the corresponding ndn-cxx-breaks run (https://travis-ci.org/yoursunny/ndn-cxx-breaks/builds/235615592).

Back