Lines Matching +full:require +full:- +full:common +full:- +full:first
1 // Flags: --tls-min-v1.0
4 const common = require('../common'); constant
5 const { readKey } = require('../common/fixtures');
7 if (!common.hasCrypto)
8 common.skip('missing crypto');
10 const https = require('https');
11 const { SSL_OP_NO_TICKET } = require('crypto').constants;
14 key: readKey('agent1-key.pem'),
15 cert: readKey('agent1-cert.pem'),
24 first(this);
28 function first(server) { function
57 ciphers: (common.hasOpenSSL31 ? 'DEFAULT:@SECLEVEL=0' : 'DEFAULT'),
65 req.on('response', common.mustCall(function(res) {