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

don't check minimum key size when disabled #1754

Merged
merged 3 commits into from
Oct 26, 2017
Merged

Commits on May 19, 2017

  1. cleanup old comments for ed25519

    These comments were added when x/crypto/ed25519 could not yet handle
    ed25519. It does now, so it should be removed.
    Also the key type is now replaced with the proper constant.
    Gibheer committed May 19, 2017
    Configuration menu
    Copy the full SHA
    9d52ac3 View commit details
    Browse the repository at this point in the history
  2. move the minimum key size config before the check

    This moves the actual config lookup before any check is done. This
    avoids problems with calling to ssh-keygen which doesn't support the
    expected output format and returning an error, when the check is disabled.
    Gibheer committed May 19, 2017
    Configuration menu
    Copy the full SHA
    ab376ba View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

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