<headius[m]>
yeah I'm going to have to read up on what CRuby did for that in 2.6
ur5us has joined #jruby
subbu|away is now known as subbu
<headius[m]>
fzakaria: btw thank you for helping out with the puma+ssl stuff!
<headius[m]>
if the netty approach works it may inform a reboot of jruby-openssl based on the netty openssl binding
<headius[m]>
might even be possible to reimplement most of jruby-openssl in Ruby code using Java integration or FFI to do the heavy lifting... jruby-openssl has way too much code in Java right now and it's not necessary
lucasb has quit [Quit: Connection closed for inactivity]
<fzakaria[m]>
yea bouncy castle is super heavy;
<fzakaria[m]>
it's a shame OpenSSL is just difficult to work with;
<fzakaria[m]>
The nice thing about Netty's solution is they already offer some pre-bundled JARs that include statically linked BoringSSL or OpenSSL with the JNI code which makes including it easy
<fzakaria[m]>
(but then you open a new can of worms if you use another OpenSSL library since they can't coexist!)