ndn-lite
ndn-lite copied to clipboard
Include certificate name in KeyLocator
Currently, KeyLocator in Interest/Data signature carries the key name only. When there are multiple certificates issued to the same key, including when the certificate has been renewed on the same key, the validator may be retrieving an unexpected certificate.
This issue is to put the certificate name into KeyLocator during signing, so that the validator can retrieve the certificate without additional configuration.
Cross-project links: https://redmine.named-data.net/issues/5112 https://github.com/zjkmxy/python-ndn/issues/13