Actions
Bug #4314
closedndnsec import: segfault upon wrong passphrase
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Tools
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Description
Steps to reproduce:
ndnsec key-gen /identity
ndnsec export /identity -o mykey.ndnkey
, type "1" as passphrase twicendnsec delete /identity
ndnsec import mykey.ndnkey
, type "2" as passphrase
Actual: segfault in ndn::security::v2::KeyChain::importSafeBag
Updated by Junxiao Shi about 7 years ago
- Related to Bug #4359: KeyChain::importSafeBag does not properly check for error in Tpm::importPrivateKey added
Updated by Davide Pesavento over 6 years ago
- Target version deleted (
v0.6) - Start date deleted (
09/30/2017)
Updated by Eric Newberry over 4 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
This issue appears to have been fixed. The last command in the steps to reproduce now spits out an error message and exits.
Actions