Searched refs:ticketKeys (Results 1 – 6 of 6) sorted by relevance
1180 if (options.ticketKeys)1181 this.ticketKeys = options.ticketKeys;1325 if (options.ticketKeys)1326 this.ticketKeys = options.ticketKeys;1349 ticketKeys: this.ticketKeys, property1359 ticketKeys: this.getTicketKeys().toString('hex')1365 this.setTicketKeys(Buffer.from(data.ticketKeys, 'hex'));1402 if (options.ticketKeys) this.ticketKeys = options.ticketKeys;
298 if (options.ticketKeys) {299 c.context.setTicketKeys(options.ticketKeys);
71 () => tls.createServer({ ticketKeys: 'abcd' }), property78 assert.throws(() => tls.createServer({ ticketKeys: Buffer.alloc(0) }), property
49 ticketKeys: keys property
236 `ticketKeys` option of [`tls.createServer()`][]. The keys should be regularly1729 * `ticketKeys`: {Buffer} 48-bytes of cryptographically strong pseudo-random1872 * `ticketKeys`: {Buffer} 48-bytes of cryptographically strong pseudo-random1905 The `ticketKeys` options is automatically shared between `cluster` module
2767 * Added a `ticketKeys` option for TLS ticket AES encryption keys setup.