Actions
Bug #2846
closedselfSign certificate name timestamp should be a version component
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
06/01/2015
Due date:
% Done:
0%
Estimated time:
Description
When IdentityManager.selfSign creates the certificate name from the keyName, it just appends a name component with the 8-byte encoded date. But it should call appendVersion to add the version tag.
https://github.com/named-data/jndn/blob/85812d6d18f096de221a4232f45e43b0cc043447/src/net/named_data/jndn/security/identity/IdentityManager.java#L775
Also need to fix this in NDN-CPP, PyNDN and NDN-JS.
Actions