-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Registration API Functionality (#45)
* Basic registration API scaffold * Add registration-api to top-level Makefile * Look for C2S payload, not TLSDecoySpec * Add basic ZMQ proxy * Add zmq-proxy to Makefile * Add .PHONY targets to Makefile * Switch application to connecting to ZMQ * Switch API to binding socket * Add logging info in /register endpoint * Expect shared secret, FSP, VSP in payload * Add default config values for registration.refraction.network * Add ZMQ auth to registration API * Auth TODO: done! * Simplify client-to-API payload * Use absolute imports * Set up heartbeat to detect failed connections * Add additional logging * Extract ZMQ payload creation from endpoint handler * Abstract registration publishing, test handler * Re-work ZMQ architecture * Clean up detect.c * Add README for API * Move flags from FSP to C2S * Add ZMQ address options
- Loading branch information
1 parent
dfa52b3
commit 427e5f9
Showing
23 changed files
with
4,245 additions
and
1,882 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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.