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

Fix [JENKINS-12690] root cause, by upgrading j2ssh to j2ssh-maverick … #45

Merged
merged 1 commit into from
Sep 14, 2015

Conversation

svanoort
Copy link
Contributor

…for AES key encryption

Passphrase validation would fail for modern keys created with AES-128-CBC key encryption (now default)
j2ssh library does not support this algorithm (hard-coded, so it can't be added by adding an SPI)
To support this, j2ssh dependency has been replaced with j2ssh-maverick library (its successor, latest version)

An appropriate test has been added, and calls to j2ssh have been adjusted appropriately

…for AES key encryption

Passphrase validation would fail for modern keys created with AES-128-CBC key encryption (now default)
j2ssh library does not support this algorithm (hard-coded, so it can't be added by adding an SPI)
To support this, j2ssh dependency has been replaced with j2ssh-maverick library (its successor, latest version)

An appropriate test has been added, and calls to j2ssh have been adjusted appropriately
rsandell added a commit that referenced this pull request Sep 14, 2015
Fix [JENKINS-12690] root cause, by upgrading j2ssh to j2ssh-maverick …
@rsandell rsandell merged commit cf04769 into sonyxperiadev:master Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants