commit | 23564c854d96abdaec056b8ed71f88f000e74819 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Wed Mar 01 10:22:22 2017 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Mar 13 22:58:39 2017 -0700 |
tree | 9ddc8b836c9e8d065cba10ff7d55ece512bedd1e | |
parent | 5ebeb69c68a3db4c270cbaf8b0353c99875d3c98 [diff] |
Add client module Change-Id: If33b2f9fd4676e295b87bdfd1911304a4add27f9
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.