Project

General

Profile

Actions

Bug #2847

closed

Created cert name should use lower-case ksk

Added by Anonymous almost 9 years ago. Updated almost 9 years ago.

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.

Actions #1

Updated by Anonymous almost 9 years ago

  • Status changed from New to Closed

Merged changes to master in all libraries.

Actions

Also available in: Atom PDF