commit | 264b6f27b58e6cefd96b7d9b3b93772fb66b485b | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 17:51:46 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Thu Apr 16 19:14:03 2020 -0400 |
tree | 3bd0f0ec22464caf41bc079e260fccee7ded3a46 | |
parent | 552174c89a9b16fd3fff1c62ce368c3722664c9c [diff] |
ci: update Travis configuration * Add testing on arm64, ppc64le, and s390x with select compiler versions * Drop all versions of gcc < 7 and clang < 5 * Add clang 11 (development branch) * Reenable ASan on Linux with clang 7, the upstream bug has been fixed * Drop Xcode 9.2 (macOS 10.12 is no longer supported) * Upgrade Xcode 11 to 11.3 * Various cleanups Change-Id: Ib2b90fb3fce4087c9c29d5815337c3a73dc3d787
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.