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

Added PKCS5 key file support (without requiring BouncyCastle) #262

Merged
merged 9 commits into from
Aug 15, 2016

Commits on Aug 11, 2016

  1. Added resources and GNUmake files.

    Updated StreamCopier class to make it compatible with older SLF4J versions.
    David Solin authored and David Solin committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    df82774 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2016

  1. Added getFingerprint method to SSH Known Host entry API.

    Removed BouncyCastle dependency for public key authentication.
    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    df710d8 View commit details
    Browse the repository at this point in the history
  2. Tweaks

    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    09616c4 View commit details
    Browse the repository at this point in the history
  3. Removed GNUmake-related files from source control

    Removed 3rd-party JARs from source control
    Re-introduced original BouncyCastle-dependent PKCS5KeyFile class
    Re-named non-BouncyCastle-dependent PKCS8KeyFile class to PKCS5KeyFile, since it really only supports PKCS5 formats anyway
    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    e7c5016 View commit details
    Browse the repository at this point in the history
  4. Updated KeyProviderUtil, KeyFormat, KeyProviderUtilTest and test reso…

    …urces to properly differentiate between PKCS5 and PKCS8 file formats.
    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    113aa0a View commit details
    Browse the repository at this point in the history
  5. Oops, I shouldn't have encrypted the pkcs8 key file.

    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    c6cde27 View commit details
    Browse the repository at this point in the history
  6. Made the pkcs8-blanks file an actual pkcs8 file (so it doesn't fail t…

    …he test).
    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    8503046 View commit details
    Browse the repository at this point in the history
  7. String.format error was causing tests to unexpectedly fail.

    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    618f2fd View commit details
    Browse the repository at this point in the history
  8. 4th time's the charm?

    David Solin authored and David Solin committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    e78ae4d View commit details
    Browse the repository at this point in the history