DEP0183:基于 OpenSSL 引擎的 API
¥DEP0183: OpenSSL engine-based APIs
类型:仅文档
¥Type: Documentation-only
OpenSSL 3 已弃用对自定义引擎的支持,建议切换到其新的提供程序模型。https.request()
、tls.createSecureContext()
和 tls.createServer()
的 clientCertEngine
选项;tls.createSecureContext()
的 privateKeyEngine
和 privateKeyIdentifier
;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.