commit | 118a2940f288a268ec5a0202e9b1df8e3392ebec | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Jan 21 22:34:24 2018 -0500 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Jan 22 12:15:14 2018 -0500 |
tree | 48834709422862045d03234a0eab2b619730f7bb | |
parent | 0899478bf4d9c4ffe3264ac667839de3bc844363 [diff] |
Expand Travis-CI build matrix Change-Id: I68b18923232c6b186fb8749cd132a9d5578362f3
NDN certificate management protocol (NDNCERT) enables automatic certificate management in NDN. In Named Data Networking (NDN), every entity should have 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 certificate from a certificate authority(CA) and, as soon as 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 the developed protocol is to manage NDN testbed certificates, it can be used with any other set of global and local trust anchors.
This specification provides details and packet formats to request certificates, create certificates after one of the validation mechanism, and how the issued certificate is retrieved by the original requester.