commit | a9bda73593b4ed073df9d2c8f512222fbc1b19bb | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Sat May 20 22:58:55 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon May 22 16:53:20 2017 -0700 |
tree | 28dc3489f17ecb91ce8a56cd0d0c56f5eb67fe7b | |
parent | 70fe25837375216fc26a097cad945f3cb29c8f3c [diff] |
Fix failure status bug: when status is failure, request should be stopped Change-Id: I699d9ae6bdc34ac67d9a8b3c69e9d789f9709c6d
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.