commit | 0b60e7a9aaecc0e769d430c9484e4c8f3c778716 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Thu Jul 16 21:05:11 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 31 12:28:57 2016 -0800 |
tree | f9ab49a5035e59999d2a16862ea2d2db4d7a9472 | |
parent | 97709c0b6e911724a3fdeb27133fa0fbf59f879e [diff] |
security: Add new TPM framework The TPM framework is separated into two parts: 1) The front end class Tpm provides the interface to KeyChain. The public interface of Tpm is read-only. 2) The back end classes represent concrete implementations, such as tpm::BackEndFile and tpm::BackEndOsx which may also provide implementation-specific management interfaces. New TPM supports different key id type when generating new key. The default type is changed to 64-bit random number. Change-Id: I41154c2ded4b65fb0bef2f4a0d2c5b77843be05d Refs: #2948
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: https://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
.