commit | 55d9860fc346d04f4c844e80304dee7cb47de6da | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Oct 15 22:40:05 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Tue Oct 15 22:40:05 2019 -0400 |
tree | 67efe55d416166dba65055e42520d7ecd441c88a | |
parent | 36706835c62c85ddb010bc38205f890a5b8a746f [diff] |
build: sync build scripts with ndn-cxx Change-Id: Ic1c7df3f2cf475d301c4943b7e0ec57c75103613
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.
See our GitHub wiki for more details.