Actions
Bug #2847
closedCreated cert name should use lower-case ksk
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
06/02/2015
Due date:
% Done:
0%
Estimated time:
Description
IdentityStorage.getNewKeyName adds a name component starting with "KSK-". But it should be "ksk-" as required by the ndn-cxx security library. (The same for "DSK-".) Otherwise ndnsec won't import a generated certificate.
https://github.com/named-data/jndn/blob/24ce48e0364bbc52bdbb3c98fd5fdc2c171ed28e/src/net/named_data/jndn/security/identity/IdentityStorage.java#L79
Also need to fix this in NDN-CPP, PyNDN and NDN-JS.
Updated by Anonymous over 9 years ago
- Status changed from New to Closed
Merged changes to master in all libraries.
Actions