Karol Bucek

Results 252 comments of Karol Bucek

what kind of libraries are using the SSL stack or is it application code directly? any more details such as a trace?

If you can please update to jruby-openssl **0.14.6** and try setting: `JRUBY_OPTS="-J-Djruby.openssl.ssl.error_wait_nonblock.backtrace=true"` ... so that the WaitReadable errors end up having backtraces. (it's just a Java system property so if...

are you using Bundler? if so just declare the gem with a version requirement

> `JRUBY_OPTS="-J-Djruby.openssl.ssl.error_wait_nonblock.backtrace=true"`

there seems to be a regression with the existing tests, reported by the CI: ``` Failure: test_subject_alt_name_sign_to_pem(TestX509Extension) /home/runner/work/jruby-openssl/jruby-openssl/src/test/ruby/x509/test_x509ext.rb:199:in `test_subject_alt_name_sign_to_pem' 196: csr = OpenSSL::X509::Request.new pem = csr.to_pem 197: assert_equal 2, csr.attributes.length...

did look into this but did not figure out a path fwd. the logic isn't matching what MRI is doing (in native C)... - `parse` isn't calling `parse_config` (we're a...

marked as 9.4.9.0 would be nice to have it but feel free to post-pone...

@headius great effort, what I ended up with with was pretty much the same as you - did not find direct replacement for JRuby's various use-cases of JODA `DateTime`. in...

:wave: Logstash is a pretty specific case, I *still* believe it would deserve a "native" Java timeout impl of it's own. Assuming that implementation is re-usable and simple enough for...

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