This is the same as the original change, minus the `process.emitWarning`
calls and unit tests that expect the deprecation warnings.
Original commit message:
lib: deprecate _tls_common and _tls_wrap
runtime deprecate the _tls_common and _tls_wrap
modules, users should use nust node:tls insteal
and internally internal/tls/commond and
internal/tls/wrap should be used instead
PR-URL: https://github.com/nodejs/node/pull/57643
Backport-PR-URL: https://github.com/nodejs/node/pull/62231
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: =?UTF-8?q?Micha=C3=ABl=20Zasso?= <targos@protonmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
|
||
|---|---|---|
| .. | ||
| aes.js | ||
| certificate.js | ||
| cfrg.js | ||
| cipher.js | ||
| diffiehellman.js | ||
| ec.js | ||
| hash.js | ||
| hashnames.js | ||
| hkdf.js | ||
| keygen.js | ||
| keys.js | ||
| mac.js | ||
| pbkdf2.js | ||
| random.js | ||
| rsa.js | ||
| scrypt.js | ||
| sig.js | ||
| util.js | ||
| webcrypto.js | ||
| webidl.js | ||
| x509.js | ||