commit | fd19485e0796360c699ccbcb7892ae3cecde5f61 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sat Sep 16 21:48:21 2023 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sat Sep 16 21:50:02 2023 -0400 |
tree | 5005941803ac83ed9486dbb0ed68947b09dc7b98 | |
parent | 4ffe19d8a0f3e22427d562ac6f043d0f3b23947e [diff] |
build: more accurate dependencies on Boost libraries See also named-data/ndn-cxx@5686c51b87b6a642aa2dc8d93e061caebbb226cc Change-Id: I9da751fe934558c753eeac0b93d7a4d505e4eb91
The NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have a corresponding identity (namespace) and the corresponding certificate for this namespace. Moreover, entities need simple mechanisms to manage sub-identities and their certificates. NDNCERT provides flexible mechanisms to request certificates from a certificate authority (CA) and, as soon as the certificate is obtained, mechanisms to issue and manage certificates in the designated namespace. Note that NDNCERT does not impose any specific trust model or trust anchors. While the primary use case of this protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
See our GitHub wiki for more details.
Please submit any bug reports or feature requests to the NDNCERT issue tracker.
We greatly appreciate contributions to the NDNCERT code base, provided that they are licensed under the GNU GPL version 3 or a compatible license. If you are new to the NDN software community, please read our Contributor's Guide to get started.
NDNCERT is free software distributed under the GNU General Public License version 3. See COPYING.md
for details.