commit | a10b2ffb39cb179dc696b1a585c083f865e3bd09 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 30 12:44:15 2017 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Mar 08 13:22:49 2017 -0800 |
tree | b01c866ba95d4bb8eb3e2531407e850c7d186530 | |
parent | 5af04a71ff6ec779655d13522900dc6792cbc4c5 [diff] |
security: Correct KeyChain::addCertificate semantics The documentation of KeyChain::addCertificate was ambiguous. On the one hand, it stated that the certificate with the same name will be overwritten. On the other hand, it stated that it will thrown an exception if certificate with the same name exists. This commit ensures the former behavior, which is consistent with the old KeyChain. Change-Id: I911f7c86c634caf260ecb9a5dbdf13b066f8711f
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: https://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.md
.