blob: 600c571a03bec4a7f87e388f6783058c4b6787f3 [file] [log] [blame]
'use strict';
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
// Run test-tls-ticket.js with TLS1.2
const tls = require('tls');
tls.DEFAULT_MAX_VERSION = 'TLSv1.2';
require('./test-tls-ticket.js');