Actions
Bug #4583
closedverification-helpers: cannot handle Data with unrecognized non-critical TLV elements
Start date:
Due date:
% Done:
100%
Estimated time:
3.00 h
Tags:
Description
Steps to reproduce:
- Construct a Data packet with Name, MetaInfo, Content, SignatureInfo elements present.
- Append a valid signature using any signing algorithm defined in v0.3.
- Inject one or more unrecognized non-critical TLV elements after SignatureValue.
- Call a
verify*
function insecurity/verification-helpers.hpp
.
Expected: The signature is found to be valid.
Actual: The verification helper fails to parse the signature.
Updated by Junxiao Shi over 6 years ago
- Blocked by Task #4586: Signature: redefine signed portion considering unrecognized non-critical TLV added
Updated by Junxiao Shi over 6 years ago
- Description updated (diff)
Issue description has been updated to reflect what would happen under #4586 protocol definition.
Updated by Davide Pesavento about 5 years ago
- Target version changed from v0.7 to 0.8.0
Updated by Eric Newberry about 4 years ago
- Status changed from New to Code review
- % Done changed from 0 to 100
Updated by Eric Newberry about 4 years ago
- Status changed from Code review to Closed
Actions