Task #2893
closed
Simplify CommandOptions with SigningInfo
Added by Junxiao Shi over 9 years ago.
Updated over 9 years ago.
Description
Replace signing options in ndn::nfd::CommandOptions
with ndn::security::SigningInfo
.
On CommandOptions
type, provide getter/setter for SigningInfo
, and mark old APIs as DEPRECATED
.
- Has duplicate Task #2921: Make use of security::SigningInfo in nfd::CommandOptions added
- Status changed from New to In Progress
- % Done changed from 0 to 20
Additions:
partial class CommandOptions
{
public:
const SigningInfo&
getSigningInfo() const;
CommandOptions&
setSigningInfo(const SigningInfo& signingInfo);
private:
SigningInfo m_signingInfo;
};
Deprecated:
SigningParamsKind
getSigningParamsKind
getSigningIdentity
getSigningCertificate
setSigningDefault
setSigningIdentity
setSigningCertificate
Removed:
m_signingParamsKind
m_identity
- Blocks Task #2932: Face: simplify prefix registration APIs with SigningInfo added
- % Done changed from 20 to 70
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
- Description updated (diff)
- Status changed from Closed to Resolved
- % Done changed from 100 to 80
I'll add DEPRECATED
macro after Jul 01 12:00 UTC.
This will be done as part of this issue, because it's expected that few other projects are using those APIs.
Notice is sent to ndn-lib and nfd-dev.
- Blocks Task #2890: Delete deprecated KeyChain methods added
During 20150629 conference call, Alex approves putting DEPRECATED.
- Status changed from Resolved to In Progress
- Status changed from In Progress to Code review
- % Done changed from 80 to 100
- Status changed from Code review to Closed
Also available in: Atom
PDF