-
Notifications
You must be signed in to change notification settings - Fork 601
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
Commits on Aug 11, 2016
-
Added resources and GNUmake files.
Updated StreamCopier class to make it compatible with older SLF4J versions.
David Solin authored and David Solin committedAug 11, 2016 Configuration menu - View commit details
-
Copy full SHA for df82774 - Browse repository at this point
Copy the full SHA df82774View commit details
Commits on Aug 13, 2016
-
Added getFingerprint method to SSH Known Host entry API.
Removed BouncyCastle dependency for public key authentication.
David Solin authored and David Solin committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for df710d8 - Browse repository at this point
Copy the full SHA df710d8View commit details -
David Solin authored and David Solin committed
Aug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 09616c4 - Browse repository at this point
Copy the full SHA 09616c4View commit details -
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 committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for e7c5016 - Browse repository at this point
Copy the full SHA e7c5016View commit details -
Updated KeyProviderUtil, KeyFormat, KeyProviderUtilTest and test reso…
…urces to properly differentiate between PKCS5 and PKCS8 file formats.
David Solin authored and David Solin committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 113aa0a - Browse repository at this point
Copy the full SHA 113aa0aView commit details -
Oops, I shouldn't have encrypted the pkcs8 key file.
David Solin authored and David Solin committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for c6cde27 - Browse repository at this point
Copy the full SHA c6cde27View commit details -
Made the pkcs8-blanks file an actual pkcs8 file (so it doesn't fail t…
…he test).
David Solin authored and David Solin committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 8503046 - Browse repository at this point
Copy the full SHA 8503046View commit details -
String.format error was causing tests to unexpectedly fail.
David Solin authored and David Solin committedAug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 618f2fd - Browse repository at this point
Copy the full SHA 618f2fdView commit details -
David Solin authored and David Solin committed
Aug 13, 2016 Configuration menu - View commit details
-
Copy full SHA for e78ae4d - Browse repository at this point
Copy the full SHA e78ae4dView commit details