-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
OpenSSL engine support in TLS module #5101
Copy link
Copy link
Closed
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
Description
Activity
Metadata
Metadata
Assignees
Labels
questionIssues asking questions about Node.js.Issues asking questions about Node.js.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.
It is possible to set a custom openssl engine via
crypto.setEngineand it seems to work OK. When I plug in a GOST engine, I get the GOST ciphers incrypto.getCiphers().But it seems to have no effect on the TLS module.
Is it somehow possible to support a pluggable openssl engine for a TLS connection?