Files
Kmake/test/parallel/test-tls-net-socket-keepalive-12.js

14 lines
282 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
// test-tls-net-socket-keepalive 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-net-socket-keepalive.js');