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

Add pre-shared key option to genconfig #35

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Jul 2, 2023

  1. add pre-shared key generation

    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)
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    aaf8e2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from itoffshore/psk

    add pre-shared key generation
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    8e3540d View commit details
    Browse the repository at this point in the history
  3. update version to 2.5.2

    * updates version number
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    52213a8 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2828b34 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    818d05e View commit details
    Browse the repository at this point in the history
  6. 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)
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    ef7bdaa View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2 from itoffshore/options

    make new pre-shared key functionality optional
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c857040 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d91558d View commit details
    Browse the repository at this point in the history
  9. run black formatting module against the codebase

    * fixes from the python 'black' formatting module
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    c7b52b8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3 from itoffshore/black

    run black formatting module against the codebase
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b019766 View commit details
    Browse the repository at this point in the history
  11. alphabetical imports

    * as per the contributing guidelines
    itoffshore committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d27404e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4 from itoffshore/black

    alphabetical imports
    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    40a251e View commit details
    Browse the repository at this point in the history
  13. fix alpha order

    itoffshore authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2f21eb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. merge upstream

    * upstream changes from:
    
      - master...k4yt3x:wg-meshconf:master
    itoffshore committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ea6968f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from itoffshore/updates

    merge upstream
    itoffshore authored Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c60d2fe View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Revert "merge upstream"

    itoffshore authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f35c164 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from itoffshore/revert-5-updates

    Revert "merge upstream"
    itoffshore authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f6699bd View commit details
    Browse the repository at this point in the history