commit | 19768a546feccd61c1af3432782950a20160cc0a | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Jan 18 14:44:15 2017 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Jan 25 14:56:07 2017 -0800 |
tree | 1176708e5def69a4f2823b579c707de46c4c75f1 | |
parent | be957f9630d880fe54f9c50a2ed58e259a4c1fa4 [diff] |
Add a set of helper functions to support JSON reading/writing Change-Id: I93b3cd78efd9b04102f4928be99dfbe20f30e355
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.