tls 安全传输层
稳定性: 2 - 稳定
源代码: lib/tls.js
tls
模块提供了构建在 OpenSSL 之上的传输层安全 (TLS) 和安全套接字层 (SSL) 协议的实现。
该模块可以使用以下方式访问:
const tls = require('tls');
Stability: 2 - Stable
Source Code: lib/tls.js
The tls
module provides an implementation of the Transport Layer Security
(TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL.
The module can be accessed using:
const tls = require('tls');