[
https://issues.apache.org/jira/browse/CRYPTO-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoffrey Blake updated CRYPTO-147:
----------------------------------
Description: It appears while the JNA code is present, it will never
actually be used by the common-crypto library when a user asks for a provider
from the list of Cipher providers. Only the OpenSslNative JNI code or the JCE
provider will be selected. The OpenSslJnaCipher class should be added to
CryptoCipherFactory.CipherProvider as an option. (was: It appears while the
JNA code is present, it will never actually be used by the common-crypto
library when a user asks for a provider from the list of Cipher providers.
Only the OpenSslNative JNI code or the JCE provider will be selected. The JNA
code is currently not exposed for use by other packages in the repository. The
JNA code should be exposed as an option, or be elided from the library as it is
effectively dead code at the moment.)
> Link in OpenSslJnaCipher code or remove as option for OpenSslCipher
> -------------------------------------------------------------------
>
> Key: CRYPTO-147
> URL: https://issues.apache.org/jira/browse/CRYPTO-147
> Project: Commons Crypto
> Issue Type: Wish
> Affects Versions: 1.0.0
> Environment: All supported environments.
> Reporter: Geoffrey Blake
> Priority: Minor
>
> It appears while the JNA code is present, it will never actually be used by
> the common-crypto library when a user asks for a provider from the list of
> Cipher providers. Only the OpenSslNative JNI code or the JCE provider will
> be selected. The OpenSslJnaCipher class should be added to
> CryptoCipherFactory.CipherProvider as an option.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)