commit | 368341ba3c0c35c793a2ea0c2c363b14aecbee93 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Tue Aug 13 23:57:50 2019 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Wed Aug 14 01:14:33 2019 -0400 |
tree | c3b0a9e7cf67471ee64fbb742d3cd61a59a52628 | |
parent | d8993b9b52f9b6d11522520b1888d841df756ea3 [diff] |
Use signerFilter instead of the deprecated hmacFilter Refs: #4960 Change-Id: Icfc1e38ee8bf4be507b9715a28ea660298f216c6
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.