commit | 4a557053a23ecb85efca35f63dced0fa2599cab4 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Jul 09 16:40:37 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jul 11 19:25:27 2014 -0700 |
tree | 2bd5293edcdfd3e0926804cbcfc73e2a395c311b | |
parent | c4c8120f4f19d846b426fb19b0b428e49ae6aada [diff] |
security: Update Signature abstraction to match 0.1.1 spec This commit removes intermediate SignatureWithPublicKey data structure. All uses of such data structure should be replaced with just Signature and check that KeyLocator is present (hasKeyLocator()). Change-Id: I1157e05c6a717ea28df91c4bfd76c7145b520a15 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
.