commit | 552174c89a9b16fd3fff1c62ce368c3722664c9c | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 01:54:08 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 17:47:04 2020 -0400 |
tree | 708c36dd0597d6a60b7b8be13e65734609031d29 | |
parent | ad9e04f3aafc4aa6cd62426216584dc5301f7084 [diff] |
build+ci: switch to python3 Also in this commit: * Sync CI scripts with other projects * Improve README.md Refs: #5095 Change-Id: I0972967e92bdf78b8ab7cda0d9db262e38c8b32b
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 GPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.
NDNCERT is an open source project licensed under the GPL version 3. See COPYING.md
for more information.