DefinitelyTyped/types/node/test
Piotr Roszatycki a1708a1b80 Node: Missing features in TLS module (#40556)
* node: tls.DEFAULT_MAX_VERSION and DEFAULT_MIN_VERSION

https://nodejs.org/api/tls.html#tls_tls_default_max_version

https://nodejs.org/api/tls.html#tls_tls_default_min_version

* node: tls.setTicketKeys and getTicketKeys

https://nodejs.org/api/tls.html#tls_server_setticketkeys_keys

https://nodejs.org/api/tls.html#tls_server_getticketkeys

* node: tls.DEFAULT_* are read-write properties

* node: tls.setSecureContext

https://nodejs.org/api/tls.html#tls_server_setsecurecontext_options

* node: jsdoc

* node: tls.disableRenegotation

https://nodejs.org/api/tls.html#tls_tlssocket_disablerenegotiation

* node: tlsSocket.getCertificate

https://nodejs.org/api/tls.html#tls_tlssocket_getcertificate

* node: tls.getEphemeralKeyInfo

https://nodejs.org/api/tls.html#tls_tlssocket_getephemeralkeyinfo

* node: tls.getFinished

https://nodejs.org/api/tls.html#tls_tlssocket_getfinished

* node: tls.getPeerFinished

https://nodejs.org/api/tls.html#tls_tlssocket_getpeerfinished

* node: tls. getSharedSigalgs

https://nodejs.org/api/tls.html#tls_tlssocket_getsharedsigalgs

* node: tlsSocket.isSessionReused

https://nodejs.org/api/tls.html#tls_tlssocket_issessionreused

* node: tls.SecureContextOptions.sigalgs

* node: jsdoc

* smtp-server: options are now the same as in tls.TlsOptions

* node: replace {} with object

* node: reverted changes for v11 as it is EOL
2019-12-17 09:53:05 -08:00
..
assert.ts
buffer.ts
child_process.ts
cluster.ts
crypto.ts
dgram.ts
events.ts
fs.ts
global.ts
http2.ts
http.ts
net.ts
os.ts
path.ts
perf_hooks.ts
process.ts
querystring.ts Node: querystring: restrict input type (#41014) 2019-12-16 12:19:44 +00:00
readline.ts
repl.ts
stream.ts [node] stream: support readable/writableHWM for Duplex (#40843) 2019-12-17 13:28:52 +00:00
string_decoder.ts
tls.ts Node: Missing features in TLS module (#40556) 2019-12-17 09:53:05 -08:00
tty.ts
util.ts
v8.ts
vm.ts
worker_threads.ts
zlib.ts