commit | 82d6a4cf1ae53e645f7d0d0bb95af1d9729e8e19 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Dec 23 19:47:20 2017 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Mon Dec 25 18:32:05 2017 -0800 |
tree | ccf99463a106598c9d506010621e251f06bc5395 | |
parent | fe13f56bc7b38256e24e4cd07d20c9d9134f2330 [diff] |
security: fix error handling in KeyChain::importSafeBag() Tpm::importPrivateKey() now throws on error instead of returning false, for consistency with similar functions. Change-Id: Id07c2be3809e32d1779c0b5977232e4728528e3c Refs: #4359
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/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.