commit | 0711380b4ce58b751c1f02434876cbdfbf839328 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 15 19:14:36 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 16 11:39:36 2015 -0800 |
tree | c150b92dcfc924f7c040aed870cbdc2d1cbf8dd8 | |
parent | ba1a4a92a9b7140f6e57bf4fd821fef9f86989f8 [diff] |
security: Refactoring creation of SecPublicInfo and SecTpm during KeyChain creation The objective of this refactoring is to allow KeyChains with custom PIB and TPM. As of this commit, KeyChain no longer hard-codes PIB and TPM instance creation. Instead, creation is delegated to factory functions, which need to be statically registered, e.g., using `NDN_CXX_KEYCHAIN_REGISTER_PIB` and `NDN_CXX_KEYCHAIN_REGISTER_TPM` macros. Change-Id: I0d29b5ed8d74d99d8a56c4a6e9024f2587dd125e Refs: #2384
ndn-cxx is a C++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: http://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.