Actions
Task #2924
closedDeprecate KeyChain::selfSign(IdentityCertificate& cert)
Description
Instead, KeyChain::sign
should handle necessary operations
Updated by Yingdi Yu over 9 years ago
- Blocks Task #2926: Refactor KeyChain added
Updated by Junxiao Shi over 9 years ago
- Subject changed from Deprecate `KeyChain::selfSign(IdentityCertificate& cert)` to Deprecate KeyChain::selfSign(IdentityCertificate& cert)
What SigningInfo
can specify self-sign?
It appears to need a new SignerType
value.
Updated by Yingdi Yu over 9 years ago
Junxiao Shi wrote:
What
SigningInfo
can specify self-sign?
It appears to need a newSignerType
value.
This selfSign method will be marked as private (for internal use in KeyChain). Therefore, no need to define a new SignerType in SigningInfo.
Updated by Junxiao Shi over 8 years ago
- Status changed from New to Closed
- Assignee set to Yingdi Yu
- Target version changed from v0.4 to v0.5
- % Done changed from 0 to 100
In https://gerrit.named-data.net/2548 KeyChain::selfSign
has been made private.
Actions