commit | 1c6976da0ecdb2c462d1fcfd502f33a784cbdf36 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 13 11:40:50 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jul 13 18:52:50 2014 -0700 |
tree | f43ef7035625a85bcecf42bf612580032b73b695 | |
parent | 4a557053a23ecb85efca35f63dced0fa2599cab4 [diff] |
security: Fixing compilation errors and providing backward compatible interface for Signature* This commit includes missed includes and "re-introduction" of setKeyLocator method into Signature interface. This method was used in dependent applications as part of SignatureSha256With(Rsa|Ecdsa) data structures. Change-Id: I788f687600bb2729ea8265e23d4a31b990b8ed96 Refs: #1750, #1755
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
.