-
Notifications
You must be signed in to change notification settings - Fork 25
Prefix Insertion Support in dv #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jaczhi
wants to merge
37
commits into
named-data:main
Choose a base branch
from
jaczhi:jaczhi/prefix-inject
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9452847
initial skeleton of core logic
jaczhi b46d76a
add parsing and validation
jaczhi 93f16c8
also add into local forwarder
jaczhi a40255e
Merge branch 'main' into jaczhi/prefix-inject
jaczhi 21cc8e8
custom fetch
jaczhi c4de196
use stapled certificates
jaczhi ca0299e
fix command name to not use keyword component
jaczhi 5974548
remember to reply to prefix injection
jaczhi 7b3e6fc
fix usage of wrong api for prefix table
jaczhi ecb70b0
fix trust anchor typo
jaczhi 6c1dc20
stapled certs are non-critical
jaczhi d9e04f9
regenerate
jaczhi f343014
change parse order
jaczhi 1fbc450
revert
jaczhi 5164c88
defer doesn't work with callbacks
jaczhi c62b4af
prefix injection remove
jaczhi 40a36c6
avoid redundant parsing
jaczhi 613c6b8
change default behavior for backwards compatibility
jaczhi fb597e9
Merge branch 'main' into jaczhi/prefix-inject
jaczhi 417fb6c
remove negative cases for uint
jaczhi 36ff0ec
fix import order for lint
jaczhi 541d50c
refactor control command response, use binary fields, move defs to dv
jaczhi 1333688
Merge branch 'main' into jaczhi/prefix-inject
zjkmxy e73f881
Merge branch 'main' into jaczhi/prefix-inject
jaczhi 3d3dcf6
Merge branch 'jaczhi/prefix-inject' of https://github.com/jaczhi/ndnd…
jaczhi 8240215
update constants and format to comply with new protocol format
jaczhi 811015f
fix pa object name parsing
jaczhi 984aeff
generate
jaczhi eaa1cd7
reject seen PA
jaczhi 2aced71
check validityperiod
jaczhi 2af277e
rename injection to insertion
jaczhi 87f2840
use time format constant from spec
jaczhi 803ef78
rename TLV inside PrefixInsertion to proper name
jaczhi 042921d
do not construct prefix injection client if prefix injection is disabled
jaczhi 28995d8
reduce collision by using binary string for hashing
jaczhi 4b2447d
revert unncessary start logic
jaczhi c31911a
Merge branch 'main' into jaczhi/prefix-inject
zjkmxy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A concrete example of the trust schema should be included as part of the repository.