DEP0183:基于 OpenSSL 引擎的 API


🌐 DEP0183: OpenSSL engine-based APIs

类型:仅文档

🌐 Type: Documentation-only

OpenSSL 3 已弃用对自定义引擎的支持,并建议切换到其新的提供程序模型。https.request()clientCertEngine 选项、tls.createSecureContext()tls.createServer()tls.createSecureContext()privateKeyEngineprivateKeyIdentifier;以及 crypto.setEngine() 都依赖于 OpenSSL 的此功能。

🌐 OpenSSL 3 has deprecated support for custom engines with a recommendation to switch to its new provider model. The clientCertEngine option for https.request(), tls.createSecureContext(), and tls.createServer(); the privateKeyEngine and privateKeyIdentifier for tls.createSecureContext(); and crypto.setEngine() all depend on this functionality from OpenSSL.