commit | ad9e04f3aafc4aa6cd62426216584dc5301f7084 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Fri Mar 27 12:04:31 2020 -0700 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Apr 14 13:16:59 2020 -0700 |
tree | 07250daeed9c454545bcd84d0ed3900ec00f1e8e | |
parent | 91e47cdbe72210a0b92810fe5e71be8e89f06c44 [diff] |
Delete created identities/keys if the client doesn't complete successfully; update client command line tool Client command line tool: * remove infinite loop asking for user input when input is of wrong format * add signal handling Refs: #4962 Change-Id: Ib4f8143f6efd45dee7232f99c5b791f09926bb46
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.
See our GitHub wiki for more details.