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
  2. factor out sshkey_equal_public()

    also share some cleanup code for SK
    djmdjm committed Oct 24, 2022
  3. factor out key generation

    djmdjm committed Oct 24, 2022
  4. refactor sshkey_from_private()

    djmdjm committed Oct 24, 2022
  5. refactor certify

    djmdjm committed Oct 24, 2022