-
Notifications
You must be signed in to change notification settings - Fork 23
Implement HMAC-Based Command Authentication with NVM-Backed Replay Attack Prevention #320
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
Draft
Copilot
wants to merge
48
commits into
main
Choose a base branch
from
copilot/fix-7bfb9c49-466e-42db-a6be-dece956d6d8c
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.
Draft
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
abe8f9c
Initial plan
Copilot cd2a044
Implement HMAC command authentication with replay attack prevention
Copilot 9d074fd
Fix typecheck errors: convert counter to int and use string for HMAC …
Copilot 51b13f8
Merge branch 'main' into copilot/fix-7bfb9c49-466e-42db-a6be-dece956d…
Mikefly123 b4b7be8
Remove password fallback, add NVM counter storage, implement 16-bit c…
Copilot 3095769
Add comprehensive HMAC integration tests between ground station and f…
Copilot 3aae5f2
Appease Linter
Mikefly123 32e3f17
Add counter prompt, external HMAC library, and large message integrat…
Copilot d0a665e
Using Circuitpython Hmac library
ineskhou 6dedc2f
Fix HMAC library imports to work with both CircuitPython and CPython …
Copilot 26db833
Update hmac_auth.py
ineskhou 91d72ed
Last COmmand Counter Default 1
ineskhou 0497842
Update hmac_auth.py
ineskhou 6f5638b
Added compare_digest bc circuitpython and also bc timerattack
ineskhou 7b22d8c
Fix debugger
nateinaction 9547082
show mock and lint
nateinaction 183f6b1
Fix large_message test
nateinaction a69219d
Merge branch 'copilot/fix-7bfb9c49-466e-42db-a6be-dece956d6d8c' of gi…
ineskhou 99694a9
coorected more tests (thx nate)
ineskhou 76e657d
finished correcting tests for hmac library
ineskhou afd00a0
added functions for send counter (cdh) and compare sigest
ineskhou c2ccbac
fixed typecheck
ineskhou ba658ed
fixed typechek and tests bc of typecheck AHHH
ineskhou c15c753
remove prints
ineskhou 828acc3
added ground station command counter
ineskhou 7904625
fixed typecheck
ineskhou f0f398c
put launch back to b4
ineskhou 6f823df
added joke configuation python
ineskhou 7440fa1
updated counter
ineskhou a9fe3d1
correct format
ineskhou 49d44c9
aknoagement
ineskhou 46bf643
process counter better
ineskhou 67fb3d2
finally udpated the tests
ineskhou 9090797
fixed a test bc converting to string, added more debug messages
ineskhou ee24f3c
update loge
ineskhou 56d8872
debugging listening
ineskhou 9af4e74
appease linter
ineskhou 3625263
truing to figure ouw where in authen it silcently failts
ineskhou 5f16d89
truing to figur vighfg
ineskhou 28b4b35
removing bytes just string for comparing
ineskhou d94f87b
seeing how the generation hapens
ineskhou d0991c5
linkt
ineskhou 48a6d46
help debug
ineskhou 1ad1770
decoding not
ineskhou 5d70b55
new print without string
ineskhou 7eed3e8
updated packet manager
ineskhou fc841bd
remove the eating of the responses
ineskhou d32bb27
fixing value rrror
ineskhou 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.
Uh oh!
There was an error while loading. Please reload this page.