commit | 5759be36addc8bb501533a9f9540bd3c68c27c2f | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Oct 15 00:00:52 2017 +0000 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Sun Oct 15 10:38:42 2017 -0700 |
tree | 4f04ff5fb38fe1bfab335a34f55501c91f3568b2 | |
parent | 478206eea1f5cc17ec6ea004ee6f46f960fdc2f5 [diff] |
security: Identity/Key comparison operators This commit adds ==, !=, and stream insertion operators to Identity and Key types, so that `ndnsec list` can display default identity and key properly. Also, a missing assignment is added to `ndnsec list` routine. refs #4085 Change-Id: I025af1d6281acb9e9261461520bbd74af53b811e
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
.