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

Refactor sshkey #10

Closed
wants to merge 11 commits into from
Closed

Refactor sshkey #10

wants to merge 11 commits into from

Commits on Oct 24, 2022

  1. begin refactor of sshkey

    Move keytypes data and some of the type-specific code (allocation, cleanup,
    etc) out into each key type's implementation.
    djmdjm committed Oct 24, 2022
    Copy the full SHA
    1da8455 View commit details
    Browse the repository at this point in the history
  2. factor out sshkey_equal_public()

    also share some cleanup code for SK
    djmdjm committed Oct 24, 2022
    Copy the full SHA
    e15a9d3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9c7213b View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a14c97c View commit details
    Browse the repository at this point in the history
  5. factor out key generation

    djmdjm committed Oct 24, 2022
    Copy the full SHA
    b95518f View commit details
    Browse the repository at this point in the history
  6. refactor sshkey_from_private()

    djmdjm committed Oct 24, 2022
    Copy the full SHA
    9f64c69 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8e293a2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f0cb39b View commit details
    Browse the repository at this point in the history
  9. refactor certify

    djmdjm committed Oct 24, 2022
    Copy the full SHA
    08ae70e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    b59cc64 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    829426b View commit details
    Browse the repository at this point in the history