commit | 35109a19d048365fda0a5efdb7c1525404a212a5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 04 15:39:06 2017 -0800 |
committer | Alex Afanasyev <aa@cs.ucla.edu> | Wed Jun 07 19:14:15 2017 -0700 |
tree | 9f9f9a8504a01aaa6b70ea0586785cb379dd93fe | |
parent | 6bf48a07c459b2c9025dd42e95f9f09de33cc5ea [diff] |
tools: Convert ndnsec to v2::KeyChain This commit removes the following tools: - cert-revoke (wasn't working properly before and need a new design) - set-acl (wasn't working before) - dsk-gen (no longer makes sense with the new certificate naming conventions, new tools for creating derivative certificates will be created later) This commit also fixes Bug #3644 causing import command to ask for unnecessary password confirmation. ndnsec main now catch all exceptions logs the extended message Change-Id: Ib50e0994970020bcf0a1840aca6bc3942818094b Refs: #3098, #3644
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
.