0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
Yury Popov 372dc86af5
tls: multiple PFX in createSecureContext
Add support for multiple PFX files in tls.createSecureContext.
Also added support for object-style PFX pass.

PR-URL: https://github.com/nodejs/node/pull/14793
Fixes: https://github.com/nodejs/node/issues/14756
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-09-07 21:48:46 -03:00
..
internal http2: set decodeStrings to false, test 2017-09-07 16:05:37 -07:00
_http_agent.js http: check for handle before running asyncReset() 2017-07-24 20:42:24 -04:00
_http_client.js http: don't double-fire the req error event 2017-08-16 12:27:43 +02:00
_http_common.js
_http_incoming.js
_http_outgoing.js errors: migrate _http_outgoing 2017-08-14 17:19:19 -04:00
_http_server.js errors: migrate _http_outgoing 2017-08-14 17:19:19 -04:00
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js stream: support readable/writableHWM for Duplex 2017-08-08 11:18:25 +02:00
_stream_transform.js
_stream_wrap.js uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
_stream_writable.js stream: fix Writable instanceof for subclasses 2017-08-24 20:58:21 +02:00
_tls_common.js tls: multiple PFX in createSecureContext 2017-09-07 21:48:46 -03:00
_tls_legacy.js doc, lib, test: do not re-require needlessly 2017-07-21 20:40:52 +03:00
_tls_wrap.js tls: add tlsSocket.disableRenegotiation() 2017-08-04 12:55:30 -07:00
.eslintrc.yaml tools: remove legacy indentation linting 2017-07-30 09:21:52 -07:00
assert.js assert: use SameValueZero in deepStrictEqual 2017-09-05 08:15:33 -03:00
async_hooks.js async_hooks: don't abort unnecessarily 2017-08-14 23:21:01 +02:00
buffer.js buffer: increase coverage by removing dead code 2017-09-01 17:33:33 -04:00
child_process.js uv: improvements to process.binding('uv') 2017-08-23 10:51:15 -07:00
cluster.js
console.js console: improve console.group() 2017-08-25 11:29:33 -07:00
constants.js
crypto.js lib: remove excess indentation 2017-07-07 13:18:19 -07:00
dgram.js dgram: add custom lookup function in sockets 2017-08-02 20:32:51 -04:00
dns.js dns: add verbatim option to dns.lookup() 2017-08-23 14:53:47 -07:00
domain.js
events.js lib: update indentation of ternaries 2017-07-17 22:09:46 -07:00
fs.js errors: convert 'fs' 2017-08-31 19:37:39 -04:00
http2.js http2: refactor error handling 2017-08-28 00:39:42 +04:00
http.js
https.js
inspector.js inspector: log exceptions in message handlers 2017-09-07 14:46:53 -07:00
module.js module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
net.js net: multiple listen() events fail silently 2017-09-04 12:41:54 +02:00
os.js os: make EOL configurable and read only 2017-08-21 00:23:24 -04:00
path.js path: fix normalize on directories with two dots 2017-08-30 14:44:55 +02:00
perf_hooks.js perf_hooks: implementation of the perf timing API 2017-08-23 16:00:09 -07:00
process.js
punycode.js
querystring.js querystring: avoid indexOf when parsing 2017-08-09 14:03:48 -04:00
readline.js lib: use Timer.now() in readline module 2017-08-09 22:59:25 -07:00
repl.js repl: force editorMode in .load 2017-09-01 10:33:15 -04:00
stream.js
string_decoder.js
sys.js
timers.js timers: Migrate to use internal/errors 2017-08-27 11:14:50 -03:00
tls.js tls: fix object prototype type confusion 2017-08-30 15:41:23 -03:00
tty.js
url.js url: remove unused code from autoEscapeStr 2017-09-03 17:26:18 -03:00
util.js util: remove duplicate code in format 2017-08-30 18:52:28 -03:00
v8.js
vm.js vm: support parsing a script in a specific context 2017-09-05 10:47:42 +08:00
zlib.js zlib: fix interaction of flushing and needDrain 2017-07-31 22:44:05 +02:00