node/lib
Antoine du HAMEL d2ee7d64aa crypto: remove deprecated legacy API
The `crypto.Credentials` legacy API has been Runtime deprecated since
v0.11.13 and users had been adviced to use `tls.SecureContext` instead.

PR-URL: https://github.com/nodejs/node/pull/21153
Fixes: https://github.com/nodejs/node/issues/20793
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-07-13 17:47:13 +03:00
..
internal errors: fix undefined HTTP2 and tls errors 2018-07-13 17:41:42 +03:00
_http_agent.js http: do not rely on the 'agentRemove' event 2018-05-22 12:10:22 +04:00
_http_client.js http: allow url and options to be passed to http*.request and http*.get 2018-07-13 14:09:39 +01:00
_http_common.js http: remove a pair of outdated comments 2018-06-10 20:25:43 -07:00
_http_incoming.js
_http_outgoing.js lib: consolidate redundant require() calls 2018-07-09 22:50:37 -04:00
_http_server.js http: fix res emit close before user finish 2018-05-24 13:23:57 -04:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: inline needMoreData function 2018-06-02 14:18:40 +02:00
_stream_transform.js
_stream_wrap.js
_stream_writable.js stream: simplify writable's validChunk() 2018-05-14 13:30:56 -04:00
_tls_common.js
_tls_wrap.js lib,src: remove openssl feature conditionals 2018-06-08 00:53:37 +02:00
.eslintrc.yaml tools: stricter eslint rule for globals 2018-05-18 15:27:29 +02:00
assert.js assert: handle undefined filename in getErrMessage 2018-05-23 08:40:10 -07:00
async_hooks.js
buffer.js
child_process.js child_process: change windowsHide default to true 2018-06-20 11:02:01 -04:00
cluster.js
console.js console: console.countReset() should emit warning 2018-07-12 07:42:29 -07:00
constants.js constants: freeze the constants object 2018-05-07 14:26:11 +02:00
crypto.js crypto: remove deprecated legacy API 2018-07-13 17:47:13 +03:00
dgram.js dns: lazy loaded 2018-05-18 15:25:42 +02:00
dns.js dns: add promisified dns module 2018-06-20 13:35:27 -04:00
domain.js
events.js events: optimize condition for optimal scenario 2018-05-03 14:45:09 +02:00
fs.js fs: undeprecate lchown() 2018-06-27 11:37:17 -04:00
http2.js
http.js http: allow url and options to be passed to http*.request and http*.get 2018-07-13 14:09:39 +01:00
https.js lib,src: remove openssl feature conditionals 2018-06-08 00:53:37 +02:00
inspector.js inspector: expose original console 2018-07-07 00:04:52 +02:00
module.js
net.js src: remove StreamBase::kFlagHasWritev 2018-06-30 15:52:54 +02:00
os.js
path.js
perf_hooks.js perf_hooks: remove less useful bootstrap marks 2018-06-15 09:05:19 -07:00
process.js
punycode.js
querystring.js
readline.js repl: changes ctrl+u to delete from cursor to line start 2018-05-18 15:56:14 +02:00
repl.js repl: fix tab completion for object properties with special char 2018-07-02 23:04:04 +08:00
stream.js
string_decoder.js
sys.js
timers.js src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
tls.js doc: fix inconsistent documentation (host vs hostname) 2018-06-01 11:10:50 +02:00
trace_events.js
tty.js readline: lazy loaded 2018-05-18 15:25:40 +02:00
url.js lib: remove unnecessary require 2018-05-18 15:32:05 +02:00
util.js util: add inspect suffix to BigInt64Array elements 2018-06-27 19:04:55 -07:00
v8.js v8: replace Buffer with FastBuffer in deserialize 2018-06-14 11:47:53 +05:30
vm.js
worker_threads.js worker: rename to worker_threads 2018-06-06 19:44:15 +02:00
zlib.js zlib: removed extra util require 2018-06-05 18:57:44 -07:00