commit | 9ee770bdcd4f26ab596ce1a336237e237383e9bc | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Apr 25 23:33:33 2022 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Apr 25 23:33:33 2022 +0000 |
tree | 07f4c68241adf901e536875aff9b9ae0a8d91b3d | |
parent | dd0724bd7014171f19ffcb7c024875f0273756bc [diff] |
security: introduce KeyChain::makeCertificate KeyChain::makeCertificate() captures a common routine of creating and signing a certificate. Having it in the library allows deduplicating similar code elsewhere. Also add "find by certificate name" tests for CertificateCache and TrustAnchorContainer. refs #5112 Change-Id: I954587e1c03d6b372e3b4f04e702339d1ff1533e
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.