Home
last modified time | relevance | path

Searched refs:DEFAULT_CIPHERS (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-tls-honorcipherorder.js44 const savedDefaults = tls.DEFAULT_CIPHERS;
45 tls.DEFAULT_CIPHERS = defaultCiphers || savedDefaults;
55 tls.DEFAULT_CIPHERS = savedDefaults;
82 // tls.DEFAULT_CIPHERS. All ciphers of the server are included in the
85 test(true, tls.DEFAULT_CIPHERS, 'AES256-SHA256');
89 // Ensure that `tls.DEFAULT_CIPHERS` is used when its a limited cipher set.
H A Dtest-tls-client-default-ciphers.js42 assert.strictEqual(ciphers, tls.DEFAULT_CIPHERS);
/third_party/node/src/quic/
H A Dtlscontext.h26 static constexpr auto DEFAULT_CIPHERS = "TLS_AES_128_GCM_SHA256:" member in node::quic::final
71 std::string ciphers = DEFAULT_CIPHERS;
/third_party/node/lib/internal/tls/
H A Dsecure-context.js54 // We do it this way because DEFAULT_CIPHERS can be
57 return require('tls').DEFAULT_CIPHERS;
/third_party/node/lib/
H A Dtls.js77 exports.DEFAULT_CIPHERS = getOptionValue('--tls-cipher-list');
H A D_tls_wrap.js1734 ciphers: tls.DEFAULT_CIPHERS,

Completed in 4 milliseconds