Searched refs:honorCipherOrder (Results 1 – 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
D | test-tls-honorcipherorder.js | 20 function test(honorCipherOrder, clientCipher, expectedCipher, defaultCiphers) { argument 27 honorCipherOrder: honorCipherOrder, property 52 honorCipherOrder, clientCipher, expectedCipher, cipher.name);
|
D | test-https-agent-getname.js | 36 honorCipherOrder: false, property
|
D | test-tls-getcipher.js | 36 honorCipherOrder: true property
|
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/ |
D | request.js | 83 honorCipherOrder, 108 honorCipherOrder, 219 honorCipherOrder, 259 honorCipherOrder,
|
/third_party/node/lib/ |
D | _tls_common.js | 103 honorCipherOrder, 111 if (honorCipherOrder)
|
D | _tls_wrap.js | 1382 if (options.honorCipherOrder !== undefined) 1383 this.honorCipherOrder = !!options.honorCipherOrder; 1385 this.honorCipherOrder = true; 1427 honorCipherOrder: this.honorCipherOrder, property 1485 if (options.honorCipherOrder !== undefined) 1486 this.honorCipherOrder = !!options.honorCipherOrder; 1488 this.honorCipherOrder = true;
|
D | https.js | 265 if (options.honorCipherOrder !== undefined) 266 name += options.honorCipherOrder;
|
/third_party/node/doc/api/ |
D | https.md | 364 `honorCipherOrder`, `key`, `passphrase`, `pfx`, `rejectUnauthorized`,
|
D | tls.md | 1893 * `honorCipherOrder` {boolean} Attempt to use the server's cipher suite 1954 [`tls.createServer()`][] sets the default value of the `honorCipherOrder` option
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_ARCHIVE.md | 207 * crypto: add `honorCipherOrder` argument (Fedor Indutny)
|