Actions
Bug #3644
closedndnsec import asks for passphrase twice
Start date:
01/04/2017
Due date:
% Done:
100%
Estimated time:
1.00 h
Description
vagrant@m0212:~$ ndnsec import -p mykey.ndnkey
Passphrase for the private key:
Confirm:
It's understandable that ndnsec export asks for passphrase twice because the operator is setting a passphrase to save the private key.
For ndnsec import, the operator is using the passphrase to decrypt the private key, so it's sufficient to ask for it only once.
Updated by Alex Afanasyev almost 9 years ago
- Status changed from New to In Progress
- Assignee set to Alex Afanasyev
- Target version changed from v0.5 to v0.6
Updated by Alex Afanasyev almost 9 years ago
- Start date changed from 06/07/2016 to 01/04/2017
Updated by Alex Afanasyev almost 9 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 100
Addressed as part of https://gerrit.named-data.net/#/c/3549/
Updated by Junxiao Shi over 8 years ago
- Status changed from Code review to Feedback
I'm unable to verify whether this is fixed due to #4157.
Updated by Alex Afanasyev about 8 years ago
- Status changed from Feedback to Code review
Apparently, it wasn't properly addressed before.
Updated by Alex Afanasyev about 8 years ago
Updated by Junxiao Shi about 8 years ago
- Status changed from Code review to Closed
I confirm this bug is gone as of ndn-cxx:commit:b82d8c3a1bc985bdfe538c2d859780d01475e156.
Actions