bc-java icon indicating copy to clipboard operation
bc-java copied to clipboard

lcrypto-jdk12-177 org.bouncycastle.crypto.test.RegressionTest fails with 3 StringIndexOutOfBoundsException

Open t-arn opened this issue 11 months ago • 0 comments

Hello folks, I successfully compiled lcrypto-jdk12-177 with JDK6 and ran the test org.bouncycastle.crypto.test.RegressionTest

It fails with following failures: Completed with 3 FAILURES: => SHA-3: Exception: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 => HC-128 and HC-256 (ecrypt): Exception: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 => SCrypt: Exception: java.lang.StringIndexOutOfBoundsException: String index out of range: -1

Can anybody tell me what is wrong here?

Thank you Tom crypto-RegressionTest.log

t-arn avatar Mar 11 '24 13:03 t-arn