Actions
Task #2256
closedDrop acceptance of non-4-octet Nonce
Start date:
Due date:
% Done:
0%
Estimated time:
0.50 h
Description
ndn-cxx prior to v0.2 incorrectly generates Nonce as nonNegativeInteger block.
ndn-cxx v0.2 corrects the behavior to generate Nonces as 4-octet blob, while still accepts the deprecated format.
Such acceptance is no longer needed, and can be dropped.
Updated by Alex Afanasyev almost 10 years ago
- Status changed from New to Rejected
I prefer keep the current approach of accepting any value, but generating only 4-octet nonces.
Actions