• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3const common = require('../common');
4if (!common.hasCrypto)
5  common.skip('missing crypto');
6
7const tls = require('tls');
8
9tls.DEFAULT_MAX_VERSION = 'TLSv1.2';
10
11require('./test-graph.tls-write.js');
12