The tls.createSecureContext() method creates a credentials object.
If the 'ca' option is not given, then Node.js will use the default publicly trusted list of CAs as given in http://mxr.mozilla.org/mozilla/source/security/nss/lib/ckfw/builtins/certdata.txt.
Creates a new tls.Server. The secureConnectionListener, if provided, is automatically set as a listener for the 'secureConnection' event.
Returns an array with the names of the supported SSL ciphers.
Generated using TypeDoc
Creates a new client connection to the given
portandhostoroptions.portandoptions.host. (Ifhostis omitted, it defaults tolocalhost.)