crypto: add ticketKeys option in createSecureContext by ryzokuken · Pull Request #20916 · nodejs/node

@ryzokuken

There's a method to initialize a TLS Server using tls.createSever by
specifying a ticketKeys option, but none in the underlying constructor,
tls.createSecureContext.

This PR adds the ticketKeys option to tls.createSecureContext.

Fixes: nodejs#20908

@nodejs-github-bot added the tls

Issues and PRs related to the tls subsystem.

label

May 23, 2018

bnoordhuis

@silverwind silverwind added the semver-minor

PRs that contain new features and should be released in the next minor version.

label

May 24, 2018

@ryzokuken

bnoordhuis

@ryzokuken

@ryzokuken