Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
test
/
async-hooks
/
test-graph.tls-write-12.js
blob: 748234402c0e925cd05b83ea5812bffd09da80a2 [
file
] [
edit
]
'use strict'
;
const
common
=
require
(
'../common'
);
if
(!
common
.
hasCrypto
)
common
.
skip
(
'missing crypto'
);
const
tls
=
require
(
'tls'
);
tls
.
DEFAULT_MAX_VERSION
=
'TLSv1.2'
;
require
(
'./test-graph.tls-write.js'
);