tls: add `getTicketKeys()`/`setTicketKeys()`
authorFedor Indutny <fedor@indutny.com>
Wed, 22 Jul 2015 20:52:23 +0000 (13:52 -0700)
committerFedor Indutny <fedor@indutny.com>
Thu, 23 Jul 2015 18:13:26 +0000 (11:13 -0700)
commite11fc67225821c76d35a483690b952b01f1f7c67
treee0125d54f9e0b46ef22f1ff2ab69ef0f23bcebe2
parent4ef2b5fbfbdb2bcabd7791c4143f57c2bced5b0d
tls: add `getTicketKeys()`/`setTicketKeys()`

Introduce two new APIs for getting/settings the TLS Server Ticket Keys.

Fix: #1465
PR-URL: https://github.com/nodejs/io.js/pull/2227
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/tls.markdown
lib/_tls_wrap.js
test/parallel/test-tls-ticket.js