Actions
Bug #2919
closedpoke and pingserver use deprecated signing API
Start date:
06/18/2015
Due date:
% Done:
0%
Estimated time:
1.00 h
Description
ndnpoke
and ndnpingserver
are using KeyChain::signWithIdentity
and KeyChain::signWithSha256
.
These usages should be replaced with KeyChain::sign(Data&, const SigningInfo&)
.
Actions