Actions
Task #4023
closedPort custom NDN regex from ndn-cxx
Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
03/28/2017
Due date:
% Done:
0%
Estimated time:
Description
NDN regex is used for the trust schema in the config policy manager. The current implementation follows the original from ndn-cxx which expands the NDN regex into a single normal regex expression. This has problems with generality and Boost regex can crash on complex expressions. Now, ndn-cxx has a custom library which directly handles the NDN regex expression at the name component level so that the standard regex library only needs to handle the regex within a single name component.
https://github.com/named-data/ndn-cxx/tree/master/src/util/regex
We should port this to the Common Client Libraries.
Updated by Anonymous over 7 years ago
- Status changed from New to In Progress
Merged to master in NDN-CPP.
Updated by Anonymous about 7 years ago
- Status changed from In Progress to Closed
Merged to master in all libraries.
Actions