Project

General

Profile

Task #4046

Updated by Anonymous about 7 years ago

The ndn-cxx security library v2 uses the Validator class 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/validator.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/validator-config.hpp 
 * https://github.com/named-data/ndn-cxx/blob/master/src/security/validator-regex.hpp

Back