commit | 85bde92a82547a5dd99d3be621f2b98c6aa1c014 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Wed Dec 11 18:18:45 2024 -0500 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Dec 11 18:18:45 2024 -0500 |
tree | b88ff969c1aa3ce12edd2350302223de2217a0cc | |
parent | 42bc63e94fb145716ee3aeae2ca1e7c5c1361a38 [diff] |
build: require gcc >= 9.1, recommend gcc >= 10.2 Similarly, recommend clang 10 or later. On macOS, the minimum Xcode version is now 11, the recommended one is still 13 or later. Change-Id: Ia801b189537a054126e8066d9b6ee9c8df2b5cb2
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.