You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2023/01/06 20:19:00 UTC

[jira] [Created] (SOLR-16613) CryptoKeys should handle RSA padding for OpenJ9

Kevin Risden created SOLR-16613:
-----------------------------------

             Summary: CryptoKeys should handle RSA padding for OpenJ9
                 Key: SOLR-16613
                 URL: https://issues.apache.org/jira/browse/SOLR-16613
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
            Reporter: Kevin Risden
            Assignee: Kevin Risden


OpenJ9 Java does not pad the bytes input when encrypting RSA to the length of the key. This causes bad padding exceptions. One example being:

{code:java}
FAILED:  org.apache.solr.cloud.TestRSAKeyPair.testGenKeyPair

Error Message:
org.apache.solr.common.SolrException: javax.crypto.BadPaddingException: RSA private key operation failed

Stack Trace:
org.apache.solr.common.SolrException: javax.crypto.BadPaddingException: RSA private key operation failed
        at __randomizedtesting.SeedInfo.seed([2D2BFB9A63F6912:3C3644A048604FF0]:0)
        at app//org.apache.solr.util.CryptoKeys$RSAKeyPair.encrypt(CryptoKeys.java:308)
        at app//org.apache.solr.cloud.TestRSAKeyPair.testRoundTrip(TestRSAKeyPair.java:47)
        at app//org.apache.solr.cloud.TestRSAKeyPair.testGenKeyPair(TestRSAKeyPair.java:32)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org