lucasb has quit [Quit: Connection closed for inactivity]
kiwi_71 has joined #jruby
<kiwi_71>
Hey there!
<headius[m]>
Hello!
<kiwi_71>
Have any of you come across this issue?: I am trying to load a ecdsa private key (pem format) by using OpenSSL:PKey:EC.new(<key>). When I try to print out the pem version of the loaded key (key.private_key.to_pem), the out put looks very different from the key I originally entered.
<kiwi_71>
This only seems to happen in JRuby (I am using 1.7.27, but it is also happening on 9.2.7.0)
<kiwi_71>
When I run the exact same code in Ruby 2.3.0, It spits out the key I entered as expected
<headius[m]>
Hmm that's new to me. Can you open an issue about it on jruby/jruby-openssl?
<kiwi_71>
Sure, will do
<headius[m]>
I don't know that API well and I'm not at my machine right now. kares might be able to offer some insight