Task #1626
closedTrack ndn-cxx security API for in-memory data signing keys
0%
Description
There are plans for the ndn-cxx security API to support fast in-memory application-specific data signing private keys, as opposed to the slower OSX Keychain keys. Until this API in ndn-cxx, ndn-cpp allows the application to create a MemoryPrivateKeyStore for fast in-memory signing. But ndn-cpp should track the ndn-cxx security API for in-memory private keys when it is available.
Updated by Anonymous over 10 years ago
- Subject changed from Track ndn-cxx security API for data signing keys to Track ndn-cxx security API for in-memory data signing keys
Updated by Anonymous over 9 years ago
- Project changed from 4 to NDN-CCL
Moving this to NDN-CCL since it affects all libraries and the security API.
Updated by Anonymous over 9 years ago
The new abstractions for Identity Key Certificate has been completed in issue #2451. This includes InMemoryPib which needs to be reviewed to see if it replaces MemoryIdentityStorage.
https://github.com/named-data/ndn-cxx/blob/master/src/security/in-memory-pib-impl.hpp
Updated by Anonymous almost 6 years ago
- Blocked by Task #4045: Port ndn-cxx v2 Pib and Tpm added
Updated by Anonymous almost 6 years ago
- Status changed from New to Closed
Task #4045 is complete to port PibMemory and TpmBackEndMemory.