Actions
Feature #3154
closedSigning packet using Identity and Key abstraction in PIB
Start date:
09/01/2015
Due date:
% Done:
100%
Estimated time:
Description
PIB provides two abstractions: Identity and Key, which can cache the default key and certificate setting.
Passing Identity or Key as signing parameter can avoid lookup in PIB.
To use this feature, we can allow SigningInfo to carry Identity or Key, so that KeyChain::sign method can directly use the default setting with the passed Identity or Key to create SignatureInfo.
Updated by Yingdi Yu about 9 years ago
- Blocks Task #2923: Reduce number lookups during KeyChain::sign operation added
Updated by Yingdi Yu over 8 years ago
- Status changed from In Progress to Code review
- % Done changed from 0 to 80
Updated by Yingdi Yu over 8 years ago
- Status changed from Code review to Closed
- % Done changed from 80 to 100
Actions