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

Make KeyType compatible with Android Keystore #586

Merged
merged 5 commits into from
May 28, 2020
Merged

Make KeyType compatible with Android Keystore #586

merged 5 commits into from
May 28, 2020

Commits on May 26, 2020

  1. Make KeyType compatible with Android Keystore

    Android Keystore private keys do not implement PrivateKey since the
    raw key material is not available to applications.
    
    With this commit, sshj's KeyType correctly detects the algorithm
    associated with Android Keystore keys, which makes them usable for SSH
    authentication.
    FabianHenneke authored and fmeum committed May 26, 2020
    Configuration menu
    Copy the full SHA
    e523966 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

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

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    07afbbc View commit details
    Browse the repository at this point in the history
  2. Fix license lint issue

    fmeum committed May 28, 2020
    Configuration menu
    Copy the full SHA
    87d9aa3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f0361 View commit details
    Browse the repository at this point in the history