blob: 69861868cf23b69bca1e0dde58e9fd368ae2e312 [file] [edit]
'use strict';
// test-tls-destroy-stream specifically for TLS1.2.
const common = require('../common');
if (!common.hasCrypto)
common.skip('missing crypto');
const tls = require('tls');
tls.DEFAULT_MAX_VERSION = 'TLSv1.2';
require('./test-tls-destroy-stream.js');