commit | bdcf52e9b7739a3ca7523f685de5ac1524f9a376 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun Apr 24 21:49:01 2022 +0000 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Apr 27 19:11:32 2022 -0400 |
tree | 7ef20111d47feaf90637df94519301cc8445666c | |
parent | cc6889de476c20faa52962f447cb99cbc26c1f6d [diff] |
tests: refactor ChallengePossession test cases Change-Id: Ia930d373e981bb0f96e0350bb31b4d3cbb69082f
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.