commit | a7c7f9d24f4c4d1114b0fc80569c9bcdab0dbbf4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 13 11:51:52 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 13 18:57:19 2014 -0700 |
tree | 8b4f9a4cd5a5114866a5e87fe43b53b9a0b3efc6 | |
parent | 1c6976da0ecdb2c462d1fcfd502f33a784cbdf36 [diff] |
security: Introduce unsetKeyLocator method into SignatureInfo and Signature Some specific signature types also provide an advisory (non-virtual) override for unsetKeyLocator that disables reset and throws an Exception. As before, if an application really wants, it still can unset the KeyLocator by setting a new SignatureInfo without the KeyLocator. Change-Id: Ibefd5f9ffbcb91f8a83e76db8704cba1b984f914 Refs: #1750
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
.