commit | 3ff459b965228d47bb04f609185f2f9f1420f8eb | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 16 11:19:25 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Oct 16 13:25:47 2017 -0700 |
tree | 71ee681e04a8e9cf5fab372d7fe33e73b960d897 | |
parent | b6fab0f80a727509fb0f26384311ab4e662fbeb3 [diff] |
Fix compilation against the latest version of ndn-cxx Remove Buffer.buf() Change-Id: I9a460dd43e0b96220d3d44a63607408afa1b2473
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.