commit | 355fd789c8e918e60d85cd08e8a26430595f0c76 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Jun 10 16:40:33 2020 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Jun 11 12:54:14 2020 -0400 |
tree | 4997983958bee54b61af03e593e9c4379cdd38cc | |
parent | 75c3af824ab0f3340b707823129700421d2c83b4 [diff] |
security: Correct behavior of PibImpl::setDefaultIdentity The high level logic of Pib class ensures that an identity exists (i.e., creates when missing). With this correction, specific realizations of the low-level logic (PibSqlite and PibMemory) simply throw an error if the caller attempts to set a non-existing identity as default. Change-Id: I9d07ca8db4817b7938c04b05341444f1150948f8 Refs: #4136
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.