Skip to content
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

Station App Refactor [gitlab] #41

Open
4 tasks
jmwample opened this issue May 27, 2020 · 1 comment
Open
4 tasks

Station App Refactor [gitlab] #41

jmwample opened this issue May 27, 2020 · 1 comment
Assignees

Comments

@jmwample
Copy link
Member

Solve the following problems:

  • Periodic logging about number of registrations seen, valid, expired. number of session active and bytes transferred.
  • when logging expired registrations log all seen (and all missed) registration decoys
  • Centralize session tracking around session ID (derived from shared secret) instead of phantom IP
  • Stop using shared secret for deriving everything, start using session ID or other identifier created using HKDF

This will almost certainly require a re-architecting of the structures that store and operate on session information.

original submission: 1/16/2020

@jmwample
Copy link
Member Author

See also issue #20

@jmwample jmwample self-assigned this May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant