jruby icon indicating copy to clipboard operation
jruby copied to clipboard

Update jruby-openssl to 0.15.4.pre1 for testing

Open headius opened this issue 7 months ago • 2 comments

headius avatar Apr 22 '25 12:04 headius

The jossl suite is failing with 10 (at the jossl repo) and it does not seem to be Java 21 related.

kares avatar Apr 22 '25 14:04 kares

@kares This line seems like the most likely source of the null, but I'm not sure what would cause this to return a null public key.

https://github.com/jruby/jruby-openssl/blob/f176706dc0a4b4865c28d8b09c41eb889c8e4577/src/main/java/org/jruby/ext/openssl/PKey.java#L140

You are right, this does not appear to be directly related to Java 21+ but I don't think we can rule that out. There shouldn't be any changes in JRuby 10 that would cause this line to start returning a null public key. It could be something elsewhere, though.

For the purposes of this immediate jruby-openssl update, however, I don't think it should be considered blocking.

headius avatar Apr 23 '25 05:04 headius

No longer needed.

headius avatar Jul 15 '25 20:07 headius