Project

General

Profile

Task #4046

Updated by Anonymous about 7 years ago

The ndn-cxx security library v2 uses the Validator class with ValidationPolicy for checking signatures based on Pib and certificate format v2. These should be ported to CCL and deprecate PolicyManager and its subclasses (like ConfigPolicyManager). Specifically, we should port: 

 * https://github.com/named-data/ndn-cxx/blob/master/src/security/v2/validator.hpp https://github.com/named-data/ndn-cxx/blob/master/src/security/validator.hpp 
 * https://github.com/named-data/ndn-cxx/blob/master/src/security/v2/validation-policy.hpp https://github.com/named-data/ndn-cxx/blob/master/src/security/validator-null.hpp 
 * https://github.com/named-data/ndn-cxx/blob/master/src/security/v2/validation-policy-accept-all.hpp 
 * https://github.com/named-data/ndn-cxx/blob/master/src/security/v2/validation-policy-simple-hierarchy.hpp https://github.com/named-data/ndn-cxx/blob/master/src/security/validator-config.hpp 

Back