We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the Ruby -> Java rewrite in #178 (in plugin version 6.1.0) we avoided installing the BC provider at runtime.
Unfortunately to be able to decrypt older openssl key format the BC class relies on the fact that the provider is available.
Otherwise reading the key-pair leads to a NoSuchAlgorithmException: PBKDF-OpenSSL SecretKeyFactory not available
NoSuchAlgorithmException: PBKDF-OpenSSL SecretKeyFactory not available
NOTE: we upgraded the plugin from 6.0.x to 6.2.0 in LS 7.14.0!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
With the Ruby -> Java rewrite in #178 (in plugin version 6.1.0) we avoided installing the BC provider at runtime.
Unfortunately to be able to decrypt older openssl key format the BC class relies on the fact that the provider is available.
Otherwise reading the key-pair leads to a
NoSuchAlgorithmException: PBKDF-OpenSSL SecretKeyFactory not available
NOTE: we upgraded the plugin from 6.0.x to 6.2.0 in LS 7.14.0!
The text was updated successfully, but these errors were encountered: