named-data-iot / ndn-lite

A lightweight NDN protocol stack with high-level application support including security bootstrapping, access control, trust management, etc.
https://ndn-lite.named-data.net
GNU Lesser General Public License v3.0
44 stars 16 forks source link

security: validator needed #48

Closed tianyuan129 closed 5 years ago

tianyuan129 commented 5 years ago

Current design requires knowing data producers' public keys in advance. A validator is needed to automatically fetch producers' certificates and validates them in the certificate chain. However, considering the memory limit, we don't cache them, but trace them in the certificate chain (maybe until reach the trust anchor).

Zhiyi-Zhang commented 5 years ago

Addressed by Sig Verifier in app-support.