Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

windows: addons cannot use the bundled OpenSSL #4051

@TooTallNate

Description

@TooTallNate

Basically, on Unix, addons can use functions from node's bundled openssl rather easily. So there's no problem there

But on Windows, the openssl functions are not exported it seems. We explicitly export the libuv symbols for addons to use so it would be nice to do the same for OpenSSL.

This wiki article explains the current state of affairs in more detail: https://github.com/TooTallNate/node-gyp/wiki/Linking-to-OpenSSL

@piscisaureus you, me and @ry talked about this privately over email a while back and thought it was something we should get fixed.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions