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
Updated by Anonymous over 7 years ago
- Blocked by Task #4045: Port ndn-cxx v2 Pib and Tpm added
Updated by Anonymous almost 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
Changes ported and merged for NDN-CPP and jndn.
Updated by Anonymous over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Changes ported to all libraries, including ValidationPolicyCommandInterest. Closing.
Actions