Charles Oliver Nutter

Results 310 issues of Charles Oliver Nutter

While investigating a failure in https://github.com/rspec/rspec-rails/pull/2580 I ran into a different issue of my own, where it appears jruby-openssl is double-loading. It resolved once I removed my installed jruby-openssl 0.12.2...

While working on jruby/jruby#6246 I found that the `test_sni` test in WEBrick's test_ssl.rb is failing because a `verify_callback` is not being called. The assertion in question is here: https://github.com/ruby/webrick/blob/2c912ded39f2d3046203cde8b169dcf2c267017e/test/webrick/test_https.rb#L41 The...

The following code from WEBrick's ssl.rb passes a block into the RSA constructor, which is supposed to be use to yield each generated byte in turn. We do not pass...

In [updating JRuby's stdlib to 2.5.7](jruby/jruby#5917) I had to reject the following changes that use a `session_new_cb=` method we do not implement. I'm not sure when this method was introduced;...

A number of method were added to accommodate changes in OpenSSL that made some structures like PKey opaque. See https://bugs.ruby-lang.org/issues/12324. These methods are required to run some MRI tests, specifically...

The following test is new for SSL support changes in net/ftp in Ruby 2.4. I am not investigating this as part of the initial JRuby 9.2 release so I'm excluding...

From http://jira.codehaus.org/browse/JRUBY-7049 See the following tests from Celluloid::IO https://github.com/celluloid/celluloid-io/blob/master/spec/celluloid/io/ssl_socket_spec.rb#L105 On MRI, these return OpenSSL::X509::V_ERR_DEPTH_ZERO_SELF_SIGNED_CERT as expected. On JRuby, this returns 1, which does not seem to be even valid. (Note:...

compatibility

The symlink-resolving logic added to the bash launcher in https://github.com/jruby/jruby/issues/6689#issuecomment-854089011 needs to be ported here and released to address that issue. Ping @mrnoname1000 for help!

Most of the issues reported under https://github.com/jruby/jruby/issues/6049 appear to be due to the fact that we can't detect that the JDK being used supports modules. Normally if you have JAVA_HOME...

This could be some oddity in how powershell passes arguments through to our launcher: ``` PS C:\dev\jruby> jruby -Xbacktrace.style=raw -e 1 jruby: warning: unknown property jruby.backtrace Error opening script file:...