Please see Ruby 13718 net/* tests using OpenSSL::PKey::RSA and OpenSSL::X509::Certificate for full info.
When running tests on a mswin trunk build with OpenSSL 1.1.0f, I have a silent stop with the following error:
OPENSSL_Uplink(000007FEEE4EE360,08): no OPENSSL_Applink
As mentioned in the issue, the current tests pass a File instance to OpenSSL::PKey::RSA.new and OpenSSL::X509::Certificate.new, instead of a string.
I assume an error should be generated, or they should accept a File/IO object, but they shouldn't silent stop with the above error.