commit | d9006e7748a52d5741a47962cf8350cc78d15c23 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Mon Jun 23 19:10:44 2014 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 25 10:11:25 2014 -0700 |
tree | 87b110be1f03451321c68b9e8194ebb1684c66df | |
parent | 5aa8c74e8351cc7083722e3e8f31331085a16b28 [diff] |
security: Add appropriate hooks in Validator This commit add three hooks in validation process, so that sub-classes can extend the process 1. preCertificateValidation: process received certificate before validation. 2. onTimeout: process interest timeout 3. afterCheckPolicy: process validation requests. Change-Id: I23d9eae7087ff6c69639b332a424636ca7bc2841
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
.