Project

General

Profile

Bug #2063

Updated by Junxiao Shi over 9 years ago

`nfd::CommandValidator` uses deprecated `CommandInterestValidator`. 
 This usage shall be replaced with a suitable non-deprecated subclass of `Validator`. `ValidatorConfig`. 

 In addition, test cases should use `KeyChain::sign` instead of `CommandInterestGenerator`.

Back