commit | ae123bf5d3d8e9cfb684bf651715f7fa7d795b8a | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Apr 14 12:24:53 2017 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Apr 17 11:49:20 2017 -0700 |
tree | b561ada5316bbdab12b2f9f0e55243fb767a32c1 | |
parent | 08e0e984086ccf90ead54ff3f6bd1da47c36da42 [diff] |
Updating ca storage interface to support listing function Change-Id: Iab9d50d075a139a671d94824b97c78b741203354 Refs:#4048
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.