Actions
Feature #2558
closedAllow MemoryIdentityStorage to set/get defaults
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
02/24/2015
Due date:
% Done:
0%
Estimated time:
Description
I like to test with MemoryIdentityStorage and MemoryPrivateKeyStorage so that I don't break the (I haven't identified what happens when it breaks with that 'block 7' error I described earlier but the solution is to delete the database and keys). Unfortunately, the functionality to set and get default keys and certificates is not implemented.
Updated by Andrew Brown over 9 years ago
(Alex, still no jndn project in Gerrit or I would have posted this there.) Here is a PR (https://github.com/named-data/jndn/pull/5) to review that adds the functionality. Jeff, Alex, etc.: not sure about when to throw SecurityExceptions and when to fail silently.
Updated by Anonymous over 9 years ago
- Status changed from New to Closed
Your use of SecurityExceptions looks OK to me. I merged the pull request.
Actions