commit | 7c06803d0b2f7ef7a9de0825b267f4e22dbcbbf5 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Sun May 28 13:40:47 2017 +0000 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Thu Jun 01 14:12:24 2017 -0700 |
tree | b238c9e115cba676b7a131d0ad4d0c06bf20173f | |
parent | a9bda73593b4ed073df9d2c8f512222fbc1b19bb [diff] |
delete references to ndn-cxx KeyChain v1 This commit also fixes an assertation error in TestClientModule/ProbeAndNew test case when running with a debug build of ndn-cxx. refs #4089 Change-Id: Ie1f6236e679f1bb9e7f269280bc3de78c2fe30f1
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.