ci: recompile ndn-cxx after Boost upgrade on macOS

refs #3321

Change-Id: Ibac137688a5720b7a7a8b51f1ac756b892e2f68a
1 file changed
tree: e438159d7b03d0bed1580424bbfcdbcc19b8a03a
  1. .jenkins.d/
  2. .waf-tools/
  3. src/
  4. tests/
  5. tools/
  6. .gitignore
  7. .jenkins
  8. .travis.yml
  9. AUTHORS.md
  10. ca.conf.sample
  11. client.conf.sample
  12. COPYING.md
  13. libndn-cert.pc.in
  14. README.md
  15. waf
  16. wscript
README.md

NDN Certificate Management Protocol (NDNCERT)

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 detail on our github wiki page.