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

regression reading (older) OpenSSL key files #182

Closed
kares opened this issue Aug 25, 2021 · 0 comments · Fixed by #181
Closed

regression reading (older) OpenSSL key files #182

kares opened this issue Aug 25, 2021 · 0 comments · Fixed by #181

Comments

@kares
Copy link
Contributor

kares commented Aug 25, 2021

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant