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

Support multiple keys for key rotation #278

Merged
merged 37 commits into from
Oct 25, 2024

Conversation

mingyech
Copy link
Member

Let the station be able to use multiple private keys so that the key can be rotated over time. Updated components:

  • Detector: try multiple private keys while checking decoy registration in TLS client hello packets
  • Application:
    • separate the ZMQ private key apart from the application private key
    • try multiple keys while authenticating with the client in prefix transport

Updated config directory structure:

$ tree /var/lib/conjure/
/var/lib/conjure/
├── app_config.toml
├── ClientConf
├── conjure.conf
├── conjure_regtrack.conf
├── phantom_subnets.toml
├── privkey
│   ├── privkey1
│   └── privkey2
├── reg_config.toml
├── regtrack_config.toml
└── zmq_privkey

Also fixes an issue with pfring interface name in the detector startup script, and issues with rust tests linking with libtapdance.

@mingyech mingyech merged commit 68aa52b into refraction-networking:master Oct 25, 2024
10 checks passed
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

Successfully merging this pull request may close these issues.

1 participant