Skip to content

Reading PEM/DER from an IO object fails with "no OPENSSL_Applink" error on mswin Ruby #128

@MSP-Greg

Description

@MSP-Greg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions