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

Allow configurable client signing algorithms #1517

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Jan 8, 2024

  1. Implement --client-signing-algorithms

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    61369a0 View commit details
    Browse the repository at this point in the history
  2. Fix type check

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    71fe98e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    d95ff74 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Override the SHA-256 default in the case of ED25519

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6208232 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    1f4380c View commit details
    Browse the repository at this point in the history
  2. Update to use AlgorithmRegistryConfig

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ed2c983 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c6e1f View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Get unit tests passing

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bde6e27 View commit details
    Browse the repository at this point in the history
  2. Add CSR unit tests

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bda9c01 View commit details
    Browse the repository at this point in the history
  3. Add non-CSR unit tests

    Signed-off-by: Alex Cameron <[email protected]>
    tetsuo-cpp committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    05a012b View commit details
    Browse the repository at this point in the history