You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Stefan Podkowinski (JIRA)" <ji...@apache.org> on 2016/11/23 09:32:59 UTC

[jira] [Commented] (CASSANDRA-12945) Resolve unit testing without JCE security libraries installed

    [ https://issues.apache.org/jira/browse/CASSANDRA-12945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15689528#comment-15689528 ] 

Stefan Podkowinski commented on CASSANDRA-12945:
------------------------------------------------

Are there any reasons not to use shorter keys in {{test/conf/cassandra.keystore}} for the sake of compatibility? I've tried some of the unit tests that would fail without mentioned JCE using 128 bit keys instead and they seem to work fine.


> Resolve unit testing without JCE security libraries installed
> -------------------------------------------------------------
>
>                 Key: CASSANDRA-12945
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12945
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Jason Brown
>            Assignee: Jason Brown
>
> Running unit tests can fail on encryption-related tests if you don't have something like the Oracle JCE libraries installed in your jdk. We can't redistribute the Oracle JCE due to export laws, then we'd need to somehow get it into the <jdk>/jre/lib/security.
> One possibility is to ignore encryption-related tests if there is no encryption lib available. Another is to ship something like bouncycastle.jar in the test directory.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)