From fae31097feba368660f9138c89f0041a66baffb5 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 13 May 2019 09:07:56 +0200 Subject: [PATCH] tls: support `net.Server` options Pass `tls.Server` constructor options to the parent constructor. --- doc/api/tls.md | 6 ++ lib/_tls_wrap.js | 2 +- ...t-tls-server-parent-constructor-options.js | 63 +++++++++++++++++++ 3 files changed, 70 insertions(+), 1 deletion(-) create mode 100644 test/parallel/test-tls-server-parent-constructor-options.js diff --git a/doc/api/tls.md b/doc/api/tls.md index 2c433fd50d3fec..413fede934204f 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -1436,6 +1436,10 @@ publicly trusted list of CAs as given in