Actions
Task #4046
closedPort ndn-cxx Validator
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
04/12/2017
Due date:
% Done:
100%
Estimated time:
Description
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/v2/validation-policy.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
Actions