Actions
Task #4045
closedPort ndn-cxx v2 Pib and Tpm
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 Pib and Tpm classes to support certificate format v2 and related operations. These should be ported to CCL and deprecate IdentityStorage and PrivateKeyStorage. Specifically, we should port:
- https://github.com/named-data/ndn-cxx/blob/master/src/security/pib/pib.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/pib/pib-memory.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/pib/pib-sqlite3.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/v2/certificate.hpp (as CertificateV2)
- https://github.com/named-data/ndn-cxx/blob/master/src/security/tpm/tpm.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/tpm/back-end-mem.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/tpm/back-end-file.hpp
- https://github.com/named-data/ndn-cxx/blob/master/src/security/tpm/back-end-osx.hpp
Updated by Anonymous over 7 years ago
- Blocks Task #4046: Port ndn-cxx Validator added
Updated by Anonymous over 7 years ago
- Subject changed from Port ndn-cxx v2 pib and tpm to Port ndn-cxx v2 Pib and Tpm
Updated by Anonymous about 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Updated by Anonymous about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Changes are merged to master for all libraries.
Updated by Anonymous almost 6 years ago
- Blocks Task #1626: Track ndn-cxx security API for in-memory data signing keys added
Actions