named-data-iot/ndn-lite

Follow the new signed interest format

Closed this issue · 2 comments

Currently, the signed interest format is not approved by NDN format v0.3. After the commit https://gerrit.named-data.net/c/NDN-TLV/+/4942 is merged, the implementation of encode/signed-interest should reflect the new format.

Signed Interest in v0.3 requires signature over non-contiguous buffers. It depends on both #36 and #14 for efficient signing implementation.

Commit 9937434 has addressed the issue. Both #36 and #14 were closed also.