-
Notifications
You must be signed in to change notification settings - Fork 105
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
Add pre-shared key option to genconfig #35
base: master
Are you sure you want to change the base?
Commits on Jul 2, 2023
-
This change does not add the pre-shared keys to the database but from a security perspective this should not be done anyway. If private keys exist the configuration is not overwritten so re-running `genconfig` does not overwrite existing configuration. TODO: add an option to generate new configuration (keys should be regularly rotated) --- * pre-shared keys are recommended to help towards quantum resistance - https://www.wireguard.com/known-limitations/#post-quantum-secrecy * this commit is based on: - k4yt3x#10 (with the missing json import added)
Configuration menu - View commit details
-
Copy full SHA for aaf8e2a - Browse repository at this point
Copy the full SHA aaf8e2aView commit details -
Merge pull request #1 from itoffshore/psk
add pre-shared key generation
Configuration menu - View commit details
-
Copy full SHA for 8e3540d - Browse repository at this point
Copy the full SHA 8e3540dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52213a8 - Browse repository at this point
Copy the full SHA 52213a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2828b34 - Browse repository at this point
Copy the full SHA 2828b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818d05e - Browse repository at this point
Copy the full SHA 818d05eView commit details -
make new pre-shared key functionality optional
* adds --psk / -p options to `wg-meshconf genconfig` to make the new functionality optional & disabled by default to not breaks existing user configuration. * the new pre-shared key functionality does not store the generated keys as storing them in a spreadsheet alongside the private keys defeats the purpose. When using the new --psk option the keys are re-generated (as keys should be rotated periodically)
Configuration menu - View commit details
-
Copy full SHA for ef7bdaa - Browse repository at this point
Copy the full SHA ef7bdaaView commit details -
Merge pull request #2 from itoffshore/options
make new pre-shared key functionality optional
Configuration menu - View commit details
-
Copy full SHA for c857040 - Browse repository at this point
Copy the full SHA c857040View commit details -
Configuration menu - View commit details
-
Copy full SHA for d91558d - Browse repository at this point
Copy the full SHA d91558dView commit details -
run black formatting module against the codebase
* fixes from the python 'black' formatting module
Configuration menu - View commit details
-
Copy full SHA for c7b52b8 - Browse repository at this point
Copy the full SHA c7b52b8View commit details -
Merge pull request #3 from itoffshore/black
run black formatting module against the codebase
Configuration menu - View commit details
-
Copy full SHA for b019766 - Browse repository at this point
Copy the full SHA b019766View commit details -
Configuration menu - View commit details
-
Copy full SHA for d27404e - Browse repository at this point
Copy the full SHA d27404eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a251e - Browse repository at this point
Copy the full SHA 40a251eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f21eb7 - Browse repository at this point
Copy the full SHA 2f21eb7View commit details
Commits on Apr 7, 2024
-
* upstream changes from: - master...k4yt3x:wg-meshconf:master
Configuration menu - View commit details
-
Copy full SHA for ea6968f - Browse repository at this point
Copy the full SHA ea6968fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c60d2fe - Browse repository at this point
Copy the full SHA c60d2feView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f35c164 - Browse repository at this point
Copy the full SHA f35c164View commit details -
Merge pull request #6 from itoffshore/revert-5-updates
Revert "merge upstream"
Configuration menu - View commit details
-
Copy full SHA for f6699bd - Browse repository at this point
Copy the full SHA f6699bdView commit details