pokeedex 0.1.0 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (560) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -5
  3. data/bin/pokeedex +1 -44
  4. data/lib/pokeedex/configuration.rb +0 -6
  5. data/lib/pokeedex/install_playwright.rb +62 -0
  6. data/lib/pokeedex/pokemon/scrapper/fetchers/base.rb +1 -1
  7. data/lib/pokeedex/version.rb +1 -1
  8. data/lib/pokeedex.rb +5 -2
  9. data/spec/pokeedex/configuration_spec.rb +0 -7
  10. data/spec/spec_helper.rb +1 -1
  11. metadata +2 -550
  12. data/node_modules/.bin/playwright +0 -1
  13. data/node_modules/.bin/playwright-core +0 -1
  14. data/node_modules/.yarn-integrity +0 -22
  15. data/node_modules/@playwright/test/LICENSE +0 -202
  16. data/node_modules/@playwright/test/NOTICE +0 -5
  17. data/node_modules/@playwright/test/README.md +0 -169
  18. data/node_modules/@playwright/test/cli.js +0 -19
  19. data/node_modules/@playwright/test/index.d.ts +0 -18
  20. data/node_modules/@playwright/test/index.js +0 -17
  21. data/node_modules/@playwright/test/index.mjs +0 -18
  22. data/node_modules/@playwright/test/node_modules/.bin/playwright +0 -1
  23. data/node_modules/@playwright/test/package.json +0 -35
  24. data/node_modules/@playwright/test/reporter.d.ts +0 -17
  25. data/node_modules/@playwright/test/reporter.js +0 -17
  26. data/node_modules/@playwright/test/reporter.mjs +0 -17
  27. data/node_modules/@types/node/LICENSE +0 -21
  28. data/node_modules/@types/node/README.md +0 -15
  29. data/node_modules/@types/node/assert/strict.d.ts +0 -8
  30. data/node_modules/@types/node/assert.d.ts +0 -1040
  31. data/node_modules/@types/node/async_hooks.d.ts +0 -541
  32. data/node_modules/@types/node/buffer.d.ts +0 -2300
  33. data/node_modules/@types/node/child_process.d.ts +0 -1544
  34. data/node_modules/@types/node/cluster.d.ts +0 -578
  35. data/node_modules/@types/node/console.d.ts +0 -452
  36. data/node_modules/@types/node/constants.d.ts +0 -19
  37. data/node_modules/@types/node/crypto.d.ts +0 -4451
  38. data/node_modules/@types/node/dgram.d.ts +0 -596
  39. data/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  40. data/node_modules/@types/node/dns/promises.d.ts +0 -476
  41. data/node_modules/@types/node/dns.d.ts +0 -865
  42. data/node_modules/@types/node/dom-events.d.ts +0 -124
  43. data/node_modules/@types/node/domain.d.ts +0 -170
  44. data/node_modules/@types/node/events.d.ts +0 -931
  45. data/node_modules/@types/node/fs/promises.d.ts +0 -1264
  46. data/node_modules/@types/node/fs.d.ts +0 -4390
  47. data/node_modules/@types/node/globals.d.ts +0 -611
  48. data/node_modules/@types/node/globals.global.d.ts +0 -1
  49. data/node_modules/@types/node/http.d.ts +0 -1921
  50. data/node_modules/@types/node/http2.d.ts +0 -2555
  51. data/node_modules/@types/node/https.d.ts +0 -544
  52. data/node_modules/@types/node/index.d.ts +0 -90
  53. data/node_modules/@types/node/inspector.d.ts +0 -3966
  54. data/node_modules/@types/node/module.d.ts +0 -301
  55. data/node_modules/@types/node/net.d.ts +0 -995
  56. data/node_modules/@types/node/os.d.ts +0 -495
  57. data/node_modules/@types/node/package.json +0 -217
  58. data/node_modules/@types/node/path.d.ts +0 -200
  59. data/node_modules/@types/node/perf_hooks.d.ts +0 -941
  60. data/node_modules/@types/node/process.d.ts +0 -1912
  61. data/node_modules/@types/node/punycode.d.ts +0 -117
  62. data/node_modules/@types/node/querystring.d.ts +0 -153
  63. data/node_modules/@types/node/readline/promises.d.ts +0 -150
  64. data/node_modules/@types/node/readline.d.ts +0 -540
  65. data/node_modules/@types/node/repl.d.ts +0 -430
  66. data/node_modules/@types/node/sea.d.ts +0 -153
  67. data/node_modules/@types/node/sqlite.d.ts +0 -213
  68. data/node_modules/@types/node/stream/consumers.d.ts +0 -12
  69. data/node_modules/@types/node/stream/promises.d.ts +0 -83
  70. data/node_modules/@types/node/stream/web.d.ts +0 -606
  71. data/node_modules/@types/node/stream.d.ts +0 -1726
  72. data/node_modules/@types/node/string_decoder.d.ts +0 -67
  73. data/node_modules/@types/node/test.d.ts +0 -2098
  74. data/node_modules/@types/node/timers/promises.d.ts +0 -97
  75. data/node_modules/@types/node/timers.d.ts +0 -240
  76. data/node_modules/@types/node/tls.d.ts +0 -1220
  77. data/node_modules/@types/node/trace_events.d.ts +0 -197
  78. data/node_modules/@types/node/tty.d.ts +0 -208
  79. data/node_modules/@types/node/url.d.ts +0 -969
  80. data/node_modules/@types/node/util.d.ts +0 -2301
  81. data/node_modules/@types/node/v8.d.ts +0 -808
  82. data/node_modules/@types/node/vm.d.ts +0 -922
  83. data/node_modules/@types/node/wasi.d.ts +0 -181
  84. data/node_modules/@types/node/worker_threads.d.ts +0 -712
  85. data/node_modules/@types/node/zlib.d.ts +0 -539
  86. data/node_modules/fsevents/LICENSE +0 -22
  87. data/node_modules/fsevents/README.md +0 -83
  88. data/node_modules/fsevents/fsevents.d.ts +0 -46
  89. data/node_modules/fsevents/fsevents.js +0 -82
  90. data/node_modules/fsevents/fsevents.node +0 -0
  91. data/node_modules/fsevents/package.json +0 -62
  92. data/node_modules/playwright/.eslintrc.js +0 -6
  93. data/node_modules/playwright/LICENSE +0 -202
  94. data/node_modules/playwright/NOTICE +0 -5
  95. data/node_modules/playwright/README.md +0 -169
  96. data/node_modules/playwright/ThirdPartyNotices.txt +0 -4356
  97. data/node_modules/playwright/cli.js +0 -19
  98. data/node_modules/playwright/index.d.ts +0 -17
  99. data/node_modules/playwright/index.js +0 -17
  100. data/node_modules/playwright/index.mjs +0 -18
  101. data/node_modules/playwright/jsx-runtime.js +0 -41
  102. data/node_modules/playwright/jsx-runtime.mjs +0 -21
  103. data/node_modules/playwright/lib/common/config.js +0 -256
  104. data/node_modules/playwright/lib/common/configLoader.js +0 -321
  105. data/node_modules/playwright/lib/common/esmLoaderHost.js +0 -93
  106. data/node_modules/playwright/lib/common/expectBundle.js +0 -27
  107. data/node_modules/playwright/lib/common/expectBundleImpl.js +0 -389
  108. data/node_modules/playwright/lib/common/fixtures.js +0 -323
  109. data/node_modules/playwright/lib/common/globals.js +0 -48
  110. data/node_modules/playwright/lib/common/ipc.js +0 -48
  111. data/node_modules/playwright/lib/common/poolBuilder.js +0 -79
  112. data/node_modules/playwright/lib/common/process.js +0 -140
  113. data/node_modules/playwright/lib/common/suiteUtils.js +0 -133
  114. data/node_modules/playwright/lib/common/test.js +0 -311
  115. data/node_modules/playwright/lib/common/testLoader.js +0 -102
  116. data/node_modules/playwright/lib/common/testType.js +0 -284
  117. data/node_modules/playwright/lib/fsWatcher.js +0 -69
  118. data/node_modules/playwright/lib/index.js +0 -888
  119. data/node_modules/playwright/lib/internalsForTest.js +0 -28
  120. data/node_modules/playwright/lib/isomorphic/events.js +0 -72
  121. data/node_modules/playwright/lib/isomorphic/folders.js +0 -25
  122. data/node_modules/playwright/lib/isomorphic/stringInternPool.js +0 -58
  123. data/node_modules/playwright/lib/isomorphic/teleReceiver.js +0 -504
  124. data/node_modules/playwright/lib/isomorphic/teleSuiteUpdater.js +0 -149
  125. data/node_modules/playwright/lib/isomorphic/testServerConnection.js +0 -210
  126. data/node_modules/playwright/lib/isomorphic/testServerInterface.js +0 -5
  127. data/node_modules/playwright/lib/isomorphic/testTree.js +0 -272
  128. data/node_modules/playwright/lib/loader/loaderMain.js +0 -58
  129. data/node_modules/playwright/lib/matchers/expect.js +0 -297
  130. data/node_modules/playwright/lib/matchers/matcherHint.js +0 -50
  131. data/node_modules/playwright/lib/matchers/matchers.js +0 -449
  132. data/node_modules/playwright/lib/matchers/toBeTruthy.js +0 -55
  133. data/node_modules/playwright/lib/matchers/toEqual.js +0 -57
  134. data/node_modules/playwright/lib/matchers/toMatchSnapshot.js +0 -383
  135. data/node_modules/playwright/lib/matchers/toMatchText.js +0 -76
  136. data/node_modules/playwright/lib/plugins/gitCommitInfoPlugin.js +0 -78
  137. data/node_modules/playwright/lib/plugins/index.js +0 -19
  138. data/node_modules/playwright/lib/plugins/webServerPlugin.js +0 -187
  139. data/node_modules/playwright/lib/program.js +0 -346
  140. data/node_modules/playwright/lib/reporters/base.js +0 -553
  141. data/node_modules/playwright/lib/reporters/blob.js +0 -133
  142. data/node_modules/playwright/lib/reporters/dot.js +0 -82
  143. data/node_modules/playwright/lib/reporters/empty.js +0 -42
  144. data/node_modules/playwright/lib/reporters/github.js +0 -115
  145. data/node_modules/playwright/lib/reporters/html.js +0 -623
  146. data/node_modules/playwright/lib/reporters/internalReporter.js +0 -123
  147. data/node_modules/playwright/lib/reporters/json.js +0 -243
  148. data/node_modules/playwright/lib/reporters/junit.js +0 -233
  149. data/node_modules/playwright/lib/reporters/line.js +0 -108
  150. data/node_modules/playwright/lib/reporters/list.js +0 -222
  151. data/node_modules/playwright/lib/reporters/markdown.js +0 -76
  152. data/node_modules/playwright/lib/reporters/merge.js +0 -477
  153. data/node_modules/playwright/lib/reporters/multiplexer.js +0 -90
  154. data/node_modules/playwright/lib/reporters/reporterV2.js +0 -118
  155. data/node_modules/playwright/lib/reporters/teleEmitter.js +0 -268
  156. data/node_modules/playwright/lib/reporters/versions/blobV1.js +0 -5
  157. data/node_modules/playwright/lib/runner/dispatcher.js +0 -532
  158. data/node_modules/playwright/lib/runner/failureTracker.js +0 -60
  159. data/node_modules/playwright/lib/runner/loadUtils.js +0 -308
  160. data/node_modules/playwright/lib/runner/loaderHost.js +0 -85
  161. data/node_modules/playwright/lib/runner/processHost.js +0 -175
  162. data/node_modules/playwright/lib/runner/projectUtils.js +0 -203
  163. data/node_modules/playwright/lib/runner/reporters.js +0 -151
  164. data/node_modules/playwright/lib/runner/runner.js +0 -179
  165. data/node_modules/playwright/lib/runner/sigIntWatcher.js +0 -100
  166. data/node_modules/playwright/lib/runner/taskRunner.js +0 -147
  167. data/node_modules/playwright/lib/runner/tasks.js +0 -407
  168. data/node_modules/playwright/lib/runner/testGroups.js +0 -136
  169. data/node_modules/playwright/lib/runner/testServer.js +0 -605
  170. data/node_modules/playwright/lib/runner/uiModeReporter.js +0 -31
  171. data/node_modules/playwright/lib/runner/vcs.js +0 -55
  172. data/node_modules/playwright/lib/runner/watchMode.js +0 -398
  173. data/node_modules/playwright/lib/runner/workerHost.js +0 -85
  174. data/node_modules/playwright/lib/third_party/tsconfig-loader.js +0 -134
  175. data/node_modules/playwright/lib/transform/babelBundle.js +0 -28
  176. data/node_modules/playwright/lib/transform/babelBundleImpl.js +0 -2032
  177. data/node_modules/playwright/lib/transform/compilationCache.js +0 -254
  178. data/node_modules/playwright/lib/transform/esmLoader.js +0 -117
  179. data/node_modules/playwright/lib/transform/esmUtils.js +0 -32
  180. data/node_modules/playwright/lib/transform/portTransport.js +0 -81
  181. data/node_modules/playwright/lib/transform/transform.js +0 -267
  182. data/node_modules/playwright/lib/util.js +0 -356
  183. data/node_modules/playwright/lib/utilsBundle.js +0 -28
  184. data/node_modules/playwright/lib/utilsBundleImpl.js +0 -102
  185. data/node_modules/playwright/lib/worker/fixtureRunner.js +0 -279
  186. data/node_modules/playwright/lib/worker/testInfo.js +0 -397
  187. data/node_modules/playwright/lib/worker/testTracing.js +0 -314
  188. data/node_modules/playwright/lib/worker/timeoutManager.js +0 -153
  189. data/node_modules/playwright/lib/worker/workerMain.js +0 -637
  190. data/node_modules/playwright/node_modules/.bin/playwright-core +0 -1
  191. data/node_modules/playwright/package.json +0 -66
  192. data/node_modules/playwright/test.d.ts +0 -18
  193. data/node_modules/playwright/test.js +0 -24
  194. data/node_modules/playwright/test.mjs +0 -33
  195. data/node_modules/playwright/types/test.d.ts +0 -8444
  196. data/node_modules/playwright/types/testReporter.d.ts +0 -749
  197. data/node_modules/playwright-core/LICENSE +0 -202
  198. data/node_modules/playwright-core/NOTICE +0 -5
  199. data/node_modules/playwright-core/README.md +0 -3
  200. data/node_modules/playwright-core/ThirdPartyNotices.txt +0 -1548
  201. data/node_modules/playwright-core/bin/PrintDeps.exe +0 -0
  202. data/node_modules/playwright-core/bin/README.md +0 -2
  203. data/node_modules/playwright-core/bin/install_media_pack.ps1 +0 -5
  204. data/node_modules/playwright-core/bin/reinstall_chrome_beta_linux.sh +0 -40
  205. data/node_modules/playwright-core/bin/reinstall_chrome_beta_mac.sh +0 -13
  206. data/node_modules/playwright-core/bin/reinstall_chrome_beta_win.ps1 +0 -24
  207. data/node_modules/playwright-core/bin/reinstall_chrome_stable_linux.sh +0 -40
  208. data/node_modules/playwright-core/bin/reinstall_chrome_stable_mac.sh +0 -12
  209. data/node_modules/playwright-core/bin/reinstall_chrome_stable_win.ps1 +0 -24
  210. data/node_modules/playwright-core/bin/reinstall_msedge_beta_linux.sh +0 -40
  211. data/node_modules/playwright-core/bin/reinstall_msedge_beta_mac.sh +0 -11
  212. data/node_modules/playwright-core/bin/reinstall_msedge_beta_win.ps1 +0 -23
  213. data/node_modules/playwright-core/bin/reinstall_msedge_dev_linux.sh +0 -40
  214. data/node_modules/playwright-core/bin/reinstall_msedge_dev_mac.sh +0 -11
  215. data/node_modules/playwright-core/bin/reinstall_msedge_dev_win.ps1 +0 -23
  216. data/node_modules/playwright-core/bin/reinstall_msedge_stable_linux.sh +0 -40
  217. data/node_modules/playwright-core/bin/reinstall_msedge_stable_mac.sh +0 -11
  218. data/node_modules/playwright-core/bin/reinstall_msedge_stable_win.ps1 +0 -24
  219. data/node_modules/playwright-core/browsers.json +0 -53
  220. data/node_modules/playwright-core/cli.js +0 -18
  221. data/node_modules/playwright-core/index.d.ts +0 -17
  222. data/node_modules/playwright-core/index.js +0 -33
  223. data/node_modules/playwright-core/index.mjs +0 -28
  224. data/node_modules/playwright-core/lib/androidServerImpl.js +0 -69
  225. data/node_modules/playwright-core/lib/browserServerImpl.js +0 -92
  226. data/node_modules/playwright-core/lib/cli/driver.js +0 -95
  227. data/node_modules/playwright-core/lib/cli/program.js +0 -577
  228. data/node_modules/playwright-core/lib/cli/programWithTestStub.js +0 -67
  229. data/node_modules/playwright-core/lib/client/accessibility.js +0 -50
  230. data/node_modules/playwright-core/lib/client/android.js +0 -473
  231. data/node_modules/playwright-core/lib/client/api.js +0 -279
  232. data/node_modules/playwright-core/lib/client/artifact.js +0 -79
  233. data/node_modules/playwright-core/lib/client/browser.js +0 -145
  234. data/node_modules/playwright-core/lib/client/browserContext.js +0 -541
  235. data/node_modules/playwright-core/lib/client/browserType.js +0 -241
  236. data/node_modules/playwright-core/lib/client/cdpSession.js +0 -53
  237. data/node_modules/playwright-core/lib/client/channelOwner.js +0 -231
  238. data/node_modules/playwright-core/lib/client/clientHelper.js +0 -57
  239. data/node_modules/playwright-core/lib/client/clientInstrumentation.js +0 -50
  240. data/node_modules/playwright-core/lib/client/clock.js +0 -68
  241. data/node_modules/playwright-core/lib/client/connection.js +0 -330
  242. data/node_modules/playwright-core/lib/client/consoleMessage.js +0 -55
  243. data/node_modules/playwright-core/lib/client/coverage.js +0 -41
  244. data/node_modules/playwright-core/lib/client/dialog.js +0 -57
  245. data/node_modules/playwright-core/lib/client/download.js +0 -62
  246. data/node_modules/playwright-core/lib/client/electron.js +0 -135
  247. data/node_modules/playwright-core/lib/client/elementHandle.js +0 -321
  248. data/node_modules/playwright-core/lib/client/errors.js +0 -77
  249. data/node_modules/playwright-core/lib/client/eventEmitter.js +0 -314
  250. data/node_modules/playwright-core/lib/client/events.js +0 -94
  251. data/node_modules/playwright-core/lib/client/fetch.js +0 -396
  252. data/node_modules/playwright-core/lib/client/fileChooser.js +0 -45
  253. data/node_modules/playwright-core/lib/client/frame.js +0 -504
  254. data/node_modules/playwright-core/lib/client/harRouter.js +0 -99
  255. data/node_modules/playwright-core/lib/client/input.js +0 -111
  256. data/node_modules/playwright-core/lib/client/jsHandle.js +0 -129
  257. data/node_modules/playwright-core/lib/client/jsonPipe.js +0 -35
  258. data/node_modules/playwright-core/lib/client/localUtils.js +0 -35
  259. data/node_modules/playwright-core/lib/client/locator.js +0 -441
  260. data/node_modules/playwright-core/lib/client/network.js +0 -604
  261. data/node_modules/playwright-core/lib/client/page.js +0 -725
  262. data/node_modules/playwright-core/lib/client/playwright.js +0 -77
  263. data/node_modules/playwright-core/lib/client/selectors.js +0 -67
  264. data/node_modules/playwright-core/lib/client/stream.js +0 -54
  265. data/node_modules/playwright-core/lib/client/tracing.js +0 -138
  266. data/node_modules/playwright-core/lib/client/types.js +0 -24
  267. data/node_modules/playwright-core/lib/client/video.js +0 -51
  268. data/node_modules/playwright-core/lib/client/waiter.js +0 -158
  269. data/node_modules/playwright-core/lib/client/webError.js +0 -37
  270. data/node_modules/playwright-core/lib/client/worker.js +0 -71
  271. data/node_modules/playwright-core/lib/client/writableStream.js +0 -54
  272. data/node_modules/playwright-core/lib/common/socksProxy.js +0 -569
  273. data/node_modules/playwright-core/lib/common/timeoutSettings.js +0 -73
  274. data/node_modules/playwright-core/lib/common/types.js +0 -5
  275. data/node_modules/playwright-core/lib/generated/clockSource.js +0 -7
  276. data/node_modules/playwright-core/lib/generated/consoleApiSource.js +0 -7
  277. data/node_modules/playwright-core/lib/generated/injectedScriptSource.js +0 -7
  278. data/node_modules/playwright-core/lib/generated/recorderSource.js +0 -7
  279. data/node_modules/playwright-core/lib/generated/utilityScriptSource.js +0 -7
  280. data/node_modules/playwright-core/lib/image_tools/colorUtils.js +0 -98
  281. data/node_modules/playwright-core/lib/image_tools/compare.js +0 -108
  282. data/node_modules/playwright-core/lib/image_tools/imageChannel.js +0 -70
  283. data/node_modules/playwright-core/lib/image_tools/stats.js +0 -102
  284. data/node_modules/playwright-core/lib/inProcessFactory.js +0 -54
  285. data/node_modules/playwright-core/lib/inprocess.js +0 -20
  286. data/node_modules/playwright-core/lib/outofprocess.js +0 -67
  287. data/node_modules/playwright-core/lib/protocol/debug.js +0 -27
  288. data/node_modules/playwright-core/lib/protocol/serializers.js +0 -173
  289. data/node_modules/playwright-core/lib/protocol/transport.js +0 -82
  290. data/node_modules/playwright-core/lib/protocol/validator.js +0 -2694
  291. data/node_modules/playwright-core/lib/protocol/validatorPrimitives.js +0 -139
  292. data/node_modules/playwright-core/lib/remote/playwrightConnection.js +0 -274
  293. data/node_modules/playwright-core/lib/remote/playwrightServer.js +0 -110
  294. data/node_modules/playwright-core/lib/server/accessibility.js +0 -62
  295. data/node_modules/playwright-core/lib/server/android/android.js +0 -441
  296. data/node_modules/playwright-core/lib/server/android/backendAdb.js +0 -172
  297. data/node_modules/playwright-core/lib/server/artifact.js +0 -104
  298. data/node_modules/playwright-core/lib/server/bidi/bidiBrowser.js +0 -296
  299. data/node_modules/playwright-core/lib/server/bidi/bidiConnection.js +0 -206
  300. data/node_modules/playwright-core/lib/server/bidi/bidiExecutionContext.js +0 -162
  301. data/node_modules/playwright-core/lib/server/bidi/bidiFirefox.js +0 -110
  302. data/node_modules/playwright-core/lib/server/bidi/bidiInput.js +0 -174
  303. data/node_modules/playwright-core/lib/server/bidi/bidiNetworkManager.js +0 -304
  304. data/node_modules/playwright-core/lib/server/bidi/bidiPage.js +0 -456
  305. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiDeserializer.js +0 -93
  306. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiKeyboard.js +0 -238
  307. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiProtocol.js +0 -139
  308. data/node_modules/playwright-core/lib/server/bidi/third_party/bidiSerializer.js +0 -144
  309. data/node_modules/playwright-core/lib/server/browser.js +0 -137
  310. data/node_modules/playwright-core/lib/server/browserContext.js +0 -684
  311. data/node_modules/playwright-core/lib/server/browserType.js +0 -307
  312. data/node_modules/playwright-core/lib/server/chromium/appIcon.png +0 -0
  313. data/node_modules/playwright-core/lib/server/chromium/chromium.js +0 -362
  314. data/node_modules/playwright-core/lib/server/chromium/chromiumSwitches.js +0 -44
  315. data/node_modules/playwright-core/lib/server/chromium/crAccessibility.js +0 -237
  316. data/node_modules/playwright-core/lib/server/chromium/crBrowser.js +0 -515
  317. data/node_modules/playwright-core/lib/server/chromium/crConnection.js +0 -228
  318. data/node_modules/playwright-core/lib/server/chromium/crCoverage.js +0 -246
  319. data/node_modules/playwright-core/lib/server/chromium/crDevTools.js +0 -104
  320. data/node_modules/playwright-core/lib/server/chromium/crDragDrop.js +0 -143
  321. data/node_modules/playwright-core/lib/server/chromium/crExecutionContext.js +0 -156
  322. data/node_modules/playwright-core/lib/server/chromium/crInput.js +0 -171
  323. data/node_modules/playwright-core/lib/server/chromium/crNetworkManager.js +0 -767
  324. data/node_modules/playwright-core/lib/server/chromium/crPage.js +0 -1128
  325. data/node_modules/playwright-core/lib/server/chromium/crPdf.js +0 -153
  326. data/node_modules/playwright-core/lib/server/chromium/crProtocolHelper.js +0 -133
  327. data/node_modules/playwright-core/lib/server/chromium/crServiceWorker.js +0 -112
  328. data/node_modules/playwright-core/lib/server/chromium/defaultFontFamilies.js +0 -145
  329. data/node_modules/playwright-core/lib/server/chromium/videoRecorder.js +0 -155
  330. data/node_modules/playwright-core/lib/server/clock.js +0 -125
  331. data/node_modules/playwright-core/lib/server/codegen/csharp.js +0 -299
  332. data/node_modules/playwright-core/lib/server/codegen/java.js +0 -235
  333. data/node_modules/playwright-core/lib/server/codegen/javascript.js +0 -223
  334. data/node_modules/playwright-core/lib/server/codegen/jsonl.js +0 -47
  335. data/node_modules/playwright-core/lib/server/codegen/language.js +0 -76
  336. data/node_modules/playwright-core/lib/server/codegen/languages.js +0 -30
  337. data/node_modules/playwright-core/lib/server/codegen/python.js +0 -265
  338. data/node_modules/playwright-core/lib/server/codegen/types.js +0 -5
  339. data/node_modules/playwright-core/lib/server/console.js +0 -57
  340. data/node_modules/playwright-core/lib/server/cookieStore.js +0 -112
  341. data/node_modules/playwright-core/lib/server/debugController.js +0 -234
  342. data/node_modules/playwright-core/lib/server/debugger.js +0 -132
  343. data/node_modules/playwright-core/lib/server/deviceDescriptors.js +0 -26
  344. data/node_modules/playwright-core/lib/server/deviceDescriptorsSource.json +0 -1669
  345. data/node_modules/playwright-core/lib/server/dialog.js +0 -70
  346. data/node_modules/playwright-core/lib/server/dispatchers/androidDispatcher.js +0 -193
  347. data/node_modules/playwright-core/lib/server/dispatchers/artifactDispatcher.js +0 -118
  348. data/node_modules/playwright-core/lib/server/dispatchers/browserContextDispatcher.js +0 -351
  349. data/node_modules/playwright-core/lib/server/dispatchers/browserDispatcher.js +0 -170
  350. data/node_modules/playwright-core/lib/server/dispatchers/browserTypeDispatcher.js +0 -55
  351. data/node_modules/playwright-core/lib/server/dispatchers/cdpSessionDispatcher.js +0 -48
  352. data/node_modules/playwright-core/lib/server/dispatchers/debugControllerDispatcher.js +0 -103
  353. data/node_modules/playwright-core/lib/server/dispatchers/dialogDispatcher.js +0 -44
  354. data/node_modules/playwright-core/lib/server/dispatchers/dispatcher.js +0 -395
  355. data/node_modules/playwright-core/lib/server/dispatchers/electronDispatcher.js +0 -93
  356. data/node_modules/playwright-core/lib/server/dispatchers/elementHandlerDispatcher.js +0 -228
  357. data/node_modules/playwright-core/lib/server/dispatchers/frameDispatcher.js +0 -286
  358. data/node_modules/playwright-core/lib/server/dispatchers/jsHandleDispatcher.js +0 -102
  359. data/node_modules/playwright-core/lib/server/dispatchers/jsonPipeDispatcher.js +0 -59
  360. data/node_modules/playwright-core/lib/server/dispatchers/localUtilsDispatcher.js +0 -413
  361. data/node_modules/playwright-core/lib/server/dispatchers/networkDispatchers.js +0 -221
  362. data/node_modules/playwright-core/lib/server/dispatchers/pageDispatcher.js +0 -358
  363. data/node_modules/playwright-core/lib/server/dispatchers/playwrightDispatcher.js +0 -106
  364. data/node_modules/playwright-core/lib/server/dispatchers/selectorsDispatcher.js +0 -36
  365. data/node_modules/playwright-core/lib/server/dispatchers/streamDispatcher.js +0 -62
  366. data/node_modules/playwright-core/lib/server/dispatchers/tracingDispatcher.js +0 -54
  367. data/node_modules/playwright-core/lib/server/dispatchers/writableStreamDispatcher.js +0 -58
  368. data/node_modules/playwright-core/lib/server/dom.js +0 -845
  369. data/node_modules/playwright-core/lib/server/download.js +0 -53
  370. data/node_modules/playwright-core/lib/server/electron/electron.js +0 -296
  371. data/node_modules/playwright-core/lib/server/electron/loader.js +0 -57
  372. data/node_modules/playwright-core/lib/server/errors.js +0 -68
  373. data/node_modules/playwright-core/lib/server/fetch.js +0 -660
  374. data/node_modules/playwright-core/lib/server/fileChooser.js +0 -42
  375. data/node_modules/playwright-core/lib/server/fileUploadUtils.js +0 -75
  376. data/node_modules/playwright-core/lib/server/firefox/ffAccessibility.js +0 -216
  377. data/node_modules/playwright-core/lib/server/firefox/ffBrowser.js +0 -458
  378. data/node_modules/playwright-core/lib/server/firefox/ffConnection.js +0 -168
  379. data/node_modules/playwright-core/lib/server/firefox/ffExecutionContext.js +0 -138
  380. data/node_modules/playwright-core/lib/server/firefox/ffInput.js +0 -150
  381. data/node_modules/playwright-core/lib/server/firefox/ffNetworkManager.js +0 -233
  382. data/node_modules/playwright-core/lib/server/firefox/ffPage.js +0 -556
  383. data/node_modules/playwright-core/lib/server/firefox/firefox.js +0 -110
  384. data/node_modules/playwright-core/lib/server/formData.js +0 -75
  385. data/node_modules/playwright-core/lib/server/frameSelectors.js +0 -171
  386. data/node_modules/playwright-core/lib/server/frames.js +0 -1654
  387. data/node_modules/playwright-core/lib/server/har/harRecorder.js +0 -139
  388. data/node_modules/playwright-core/lib/server/har/harTracer.js +0 -531
  389. data/node_modules/playwright-core/lib/server/helper.js +0 -103
  390. data/node_modules/playwright-core/lib/server/index.js +0 -114
  391. data/node_modules/playwright-core/lib/server/input.js +0 -311
  392. data/node_modules/playwright-core/lib/server/instrumentation.js +0 -70
  393. data/node_modules/playwright-core/lib/server/isomorphic/utilityScriptSerializers.js +0 -226
  394. data/node_modules/playwright-core/lib/server/javascript.js +0 -306
  395. data/node_modules/playwright-core/lib/server/launchApp.js +0 -91
  396. data/node_modules/playwright-core/lib/server/macEditingCommands.js +0 -139
  397. data/node_modules/playwright-core/lib/server/network.js +0 -617
  398. data/node_modules/playwright-core/lib/server/page.js +0 -825
  399. data/node_modules/playwright-core/lib/server/pipeTransport.js +0 -85
  400. data/node_modules/playwright-core/lib/server/playwright.js +0 -85
  401. data/node_modules/playwright-core/lib/server/progress.js +0 -102
  402. data/node_modules/playwright-core/lib/server/protocolError.js +0 -49
  403. data/node_modules/playwright-core/lib/server/recorder/contextRecorder.js +0 -316
  404. data/node_modules/playwright-core/lib/server/recorder/recorderActions.js +0 -5
  405. data/node_modules/playwright-core/lib/server/recorder/recorderApp.js +0 -190
  406. data/node_modules/playwright-core/lib/server/recorder/recorderCollection.js +0 -127
  407. data/node_modules/playwright-core/lib/server/recorder/recorderRunner.js +0 -177
  408. data/node_modules/playwright-core/lib/server/recorder/recorderUtils.js +0 -71
  409. data/node_modules/playwright-core/lib/server/recorder/throttledFile.js +0 -46
  410. data/node_modules/playwright-core/lib/server/recorder.js +0 -324
  411. data/node_modules/playwright-core/lib/server/registry/browserFetcher.js +0 -168
  412. data/node_modules/playwright-core/lib/server/registry/dependencies.js +0 -322
  413. data/node_modules/playwright-core/lib/server/registry/index.js +0 -924
  414. data/node_modules/playwright-core/lib/server/registry/nativeDeps.js +0 -490
  415. data/node_modules/playwright-core/lib/server/registry/oopDownloadBrowserMain.js +0 -138
  416. data/node_modules/playwright-core/lib/server/screenshotter.js +0 -348
  417. data/node_modules/playwright-core/lib/server/selectors.js +0 -73
  418. data/node_modules/playwright-core/lib/server/socksClientCertificatesInterceptor.js +0 -328
  419. data/node_modules/playwright-core/lib/server/socksInterceptor.js +0 -100
  420. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotter.js +0 -171
  421. data/node_modules/playwright-core/lib/server/trace/recorder/snapshotterInjected.js +0 -493
  422. data/node_modules/playwright-core/lib/server/trace/recorder/tracing.js +0 -486
  423. data/node_modules/playwright-core/lib/server/trace/test/inMemorySnapshotter.js +0 -93
  424. data/node_modules/playwright-core/lib/server/trace/viewer/traceViewer.js +0 -216
  425. data/node_modules/playwright-core/lib/server/transport.js +0 -191
  426. data/node_modules/playwright-core/lib/server/types.js +0 -24
  427. data/node_modules/playwright-core/lib/server/usKeyboardLayout.js +0 -555
  428. data/node_modules/playwright-core/lib/server/webkit/webkit.js +0 -87
  429. data/node_modules/playwright-core/lib/server/webkit/wkAccessibility.js +0 -194
  430. data/node_modules/playwright-core/lib/server/webkit/wkBrowser.js +0 -328
  431. data/node_modules/playwright-core/lib/server/webkit/wkConnection.js +0 -173
  432. data/node_modules/playwright-core/lib/server/webkit/wkExecutionContext.js +0 -146
  433. data/node_modules/playwright-core/lib/server/webkit/wkInput.js +0 -169
  434. data/node_modules/playwright-core/lib/server/webkit/wkInterceptableRequest.js +0 -162
  435. data/node_modules/playwright-core/lib/server/webkit/wkPage.js +0 -1216
  436. data/node_modules/playwright-core/lib/server/webkit/wkProvisionalPage.js +0 -94
  437. data/node_modules/playwright-core/lib/server/webkit/wkWorkers.js +0 -104
  438. data/node_modules/playwright-core/lib/third_party/diff_match_patch.js +0 -2222
  439. data/node_modules/playwright-core/lib/third_party/pixelmatch.js +0 -255
  440. data/node_modules/playwright-core/lib/utils/ascii.js +0 -31
  441. data/node_modules/playwright-core/lib/utils/comparators.js +0 -171
  442. data/node_modules/playwright-core/lib/utils/crypto.js +0 -174
  443. data/node_modules/playwright-core/lib/utils/debug.js +0 -46
  444. data/node_modules/playwright-core/lib/utils/debugLogger.js +0 -91
  445. data/node_modules/playwright-core/lib/utils/env.js +0 -49
  446. data/node_modules/playwright-core/lib/utils/eventsHelper.js +0 -38
  447. data/node_modules/playwright-core/lib/utils/expectUtils.js +0 -33
  448. data/node_modules/playwright-core/lib/utils/fileUtils.js +0 -205
  449. data/node_modules/playwright-core/lib/utils/happy-eyeballs.js +0 -181
  450. data/node_modules/playwright-core/lib/utils/headers.js +0 -52
  451. data/node_modules/playwright-core/lib/utils/hostPlatform.js +0 -133
  452. data/node_modules/playwright-core/lib/utils/httpServer.js +0 -236
  453. data/node_modules/playwright-core/lib/utils/index.js +0 -368
  454. data/node_modules/playwright-core/lib/utils/isomorphic/cssParser.js +0 -250
  455. data/node_modules/playwright-core/lib/utils/isomorphic/cssTokenizer.js +0 -979
  456. data/node_modules/playwright-core/lib/utils/isomorphic/locatorGenerators.js +0 -651
  457. data/node_modules/playwright-core/lib/utils/isomorphic/locatorParser.js +0 -179
  458. data/node_modules/playwright-core/lib/utils/isomorphic/locatorUtils.js +0 -62
  459. data/node_modules/playwright-core/lib/utils/isomorphic/mimeType.js +0 -29
  460. data/node_modules/playwright-core/lib/utils/isomorphic/selectorParser.js +0 -397
  461. data/node_modules/playwright-core/lib/utils/isomorphic/stringUtils.js +0 -139
  462. data/node_modules/playwright-core/lib/utils/isomorphic/traceUtils.js +0 -39
  463. data/node_modules/playwright-core/lib/utils/isomorphic/urlMatch.js +0 -120
  464. data/node_modules/playwright-core/lib/utils/linuxUtils.js +0 -78
  465. data/node_modules/playwright-core/lib/utils/manualPromise.js +0 -109
  466. data/node_modules/playwright-core/lib/utils/multimap.js +0 -75
  467. data/node_modules/playwright-core/lib/utils/network.js +0 -160
  468. data/node_modules/playwright-core/lib/utils/processLauncher.js +0 -248
  469. data/node_modules/playwright-core/lib/utils/profiler.js +0 -53
  470. data/node_modules/playwright-core/lib/utils/rtti.js +0 -44
  471. data/node_modules/playwright-core/lib/utils/semaphore.js +0 -51
  472. data/node_modules/playwright-core/lib/utils/spawnAsync.js +0 -45
  473. data/node_modules/playwright-core/lib/utils/stackTrace.js +0 -121
  474. data/node_modules/playwright-core/lib/utils/task.js +0 -58
  475. data/node_modules/playwright-core/lib/utils/time.js +0 -37
  476. data/node_modules/playwright-core/lib/utils/timeoutRunner.js +0 -66
  477. data/node_modules/playwright-core/lib/utils/traceUtils.js +0 -44
  478. data/node_modules/playwright-core/lib/utils/userAgent.js +0 -105
  479. data/node_modules/playwright-core/lib/utils/wsServer.js +0 -127
  480. data/node_modules/playwright-core/lib/utils/zipFile.js +0 -75
  481. data/node_modules/playwright-core/lib/utils/zones.js +0 -62
  482. data/node_modules/playwright-core/lib/utilsBundle.js +0 -82
  483. data/node_modules/playwright-core/lib/utilsBundleImpl/index.js +0 -53
  484. data/node_modules/playwright-core/lib/utilsBundleImpl/xdg-open +0 -1066
  485. data/node_modules/playwright-core/lib/vite/htmlReport/index.html +0 -66
  486. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-aW6Vz3gf.js +0 -24
  487. data/node_modules/playwright-core/lib/vite/recorder/assets/codeMirrorModule-ez37Vkbh.css +0 -1
  488. data/node_modules/playwright-core/lib/vite/recorder/assets/codicon-DCmgc-ay.ttf +0 -0
  489. data/node_modules/playwright-core/lib/vite/recorder/assets/index-B-MT5gKo.css +0 -1
  490. data/node_modules/playwright-core/lib/vite/recorder/assets/index-DCpXOVIh.js +0 -47
  491. data/node_modules/playwright-core/lib/vite/recorder/index.html +0 -29
  492. data/node_modules/playwright-core/lib/vite/recorder/playwright-logo.svg +0 -9
  493. data/node_modules/playwright-core/lib/vite/traceViewer/assets/codeMirrorModule-eFKCUIu2.js +0 -24
  494. data/node_modules/playwright-core/lib/vite/traceViewer/assets/testServerConnection-DeE2kSzz.js +0 -1
  495. data/node_modules/playwright-core/lib/vite/traceViewer/assets/workbench-D0cirtfA.js +0 -72
  496. data/node_modules/playwright-core/lib/vite/traceViewer/assets/xtermModule-BeNbaIVa.js +0 -9
  497. data/node_modules/playwright-core/lib/vite/traceViewer/codeMirrorModule.ez37Vkbh.css +0 -1
  498. data/node_modules/playwright-core/lib/vite/traceViewer/codicon.DCmgc-ay.ttf +0 -0
  499. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.BkuvsLJp.js +0 -2
  500. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.html +0 -16
  501. data/node_modules/playwright-core/lib/vite/traceViewer/embedded.w7WN2u1R.css +0 -1
  502. data/node_modules/playwright-core/lib/vite/traceViewer/index.C968kAiC.js +0 -2
  503. data/node_modules/playwright-core/lib/vite/traceViewer/index.CrbWWHbf.css +0 -1
  504. data/node_modules/playwright-core/lib/vite/traceViewer/index.html +0 -27
  505. data/node_modules/playwright-core/lib/vite/traceViewer/playwright-logo.svg +0 -9
  506. data/node_modules/playwright-core/lib/vite/traceViewer/snapshot.html +0 -21
  507. data/node_modules/playwright-core/lib/vite/traceViewer/sw.bundle.js +0 -3
  508. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.BkFnr4V0.js +0 -10
  509. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.D3cNFP6u.css +0 -1
  510. data/node_modules/playwright-core/lib/vite/traceViewer/uiMode.html +0 -18
  511. data/node_modules/playwright-core/lib/vite/traceViewer/workbench.DjbIuxix.css +0 -1
  512. data/node_modules/playwright-core/lib/vite/traceViewer/xtermModule.DSXBckUd.css +0 -32
  513. data/node_modules/playwright-core/lib/zipBundle.js +0 -25
  514. data/node_modules/playwright-core/lib/zipBundleImpl.js +0 -5
  515. data/node_modules/playwright-core/package.json +0 -44
  516. data/node_modules/playwright-core/types/protocol.d.ts +0 -21500
  517. data/node_modules/playwright-core/types/structs.d.ts +0 -45
  518. data/node_modules/playwright-core/types/types.d.ts +0 -21431
  519. data/node_modules/undici-types/LICENSE +0 -21
  520. data/node_modules/undici-types/README.md +0 -6
  521. data/node_modules/undici-types/agent.d.ts +0 -31
  522. data/node_modules/undici-types/api.d.ts +0 -43
  523. data/node_modules/undici-types/balanced-pool.d.ts +0 -29
  524. data/node_modules/undici-types/cache.d.ts +0 -36
  525. data/node_modules/undici-types/client.d.ts +0 -108
  526. data/node_modules/undici-types/connector.d.ts +0 -34
  527. data/node_modules/undici-types/content-type.d.ts +0 -21
  528. data/node_modules/undici-types/cookies.d.ts +0 -28
  529. data/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  530. data/node_modules/undici-types/dispatcher.d.ts +0 -255
  531. data/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  532. data/node_modules/undici-types/errors.d.ts +0 -149
  533. data/node_modules/undici-types/eventsource.d.ts +0 -63
  534. data/node_modules/undici-types/fetch.d.ts +0 -209
  535. data/node_modules/undici-types/file.d.ts +0 -39
  536. data/node_modules/undici-types/filereader.d.ts +0 -54
  537. data/node_modules/undici-types/formdata.d.ts +0 -108
  538. data/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  539. data/node_modules/undici-types/global-origin.d.ts +0 -7
  540. data/node_modules/undici-types/handlers.d.ts +0 -15
  541. data/node_modules/undici-types/header.d.ts +0 -4
  542. data/node_modules/undici-types/index.d.ts +0 -71
  543. data/node_modules/undici-types/interceptors.d.ts +0 -15
  544. data/node_modules/undici-types/mock-agent.d.ts +0 -50
  545. data/node_modules/undici-types/mock-client.d.ts +0 -25
  546. data/node_modules/undici-types/mock-errors.d.ts +0 -12
  547. data/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  548. data/node_modules/undici-types/mock-pool.d.ts +0 -25
  549. data/node_modules/undici-types/package.json +0 -55
  550. data/node_modules/undici-types/patch.d.ts +0 -71
  551. data/node_modules/undici-types/pool-stats.d.ts +0 -19
  552. data/node_modules/undici-types/pool.d.ts +0 -39
  553. data/node_modules/undici-types/proxy-agent.d.ts +0 -28
  554. data/node_modules/undici-types/readable.d.ts +0 -60
  555. data/node_modules/undici-types/retry-agent.d.ts +0 -8
  556. data/node_modules/undici-types/retry-handler.d.ts +0 -116
  557. data/node_modules/undici-types/util.d.ts +0 -18
  558. data/node_modules/undici-types/webidl.d.ts +0 -222
  559. data/node_modules/undici-types/websocket.d.ts +0 -152
  560. data/yarn.lock +0 -41
@@ -1,1220 +0,0 @@
1
- /**
2
- * The `node:tls` module provides an implementation of the Transport Layer Security
3
- * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL.
4
- * The module can be accessed using:
5
- *
6
- * ```js
7
- * const tls = require('node:tls');
8
- * ```
9
- * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/tls.js)
10
- */
11
- declare module "tls" {
12
- import { X509Certificate } from "node:crypto";
13
- import * as net from "node:net";
14
- import * as stream from "stream";
15
- const CLIENT_RENEG_LIMIT: number;
16
- const CLIENT_RENEG_WINDOW: number;
17
- interface Certificate {
18
- /**
19
- * Country code.
20
- */
21
- C: string;
22
- /**
23
- * Street.
24
- */
25
- ST: string;
26
- /**
27
- * Locality.
28
- */
29
- L: string;
30
- /**
31
- * Organization.
32
- */
33
- O: string;
34
- /**
35
- * Organizational unit.
36
- */
37
- OU: string;
38
- /**
39
- * Common name.
40
- */
41
- CN: string;
42
- }
43
- interface PeerCertificate {
44
- /**
45
- * `true` if a Certificate Authority (CA), `false` otherwise.
46
- * @since v18.13.0
47
- */
48
- ca: boolean;
49
- /**
50
- * The DER encoded X.509 certificate data.
51
- */
52
- raw: Buffer;
53
- /**
54
- * The certificate subject.
55
- */
56
- subject: Certificate;
57
- /**
58
- * The certificate issuer, described in the same terms as the `subject`.
59
- */
60
- issuer: Certificate;
61
- /**
62
- * The date-time the certificate is valid from.
63
- */
64
- valid_from: string;
65
- /**
66
- * The date-time the certificate is valid to.
67
- */
68
- valid_to: string;
69
- /**
70
- * The certificate serial number, as a hex string.
71
- */
72
- serialNumber: string;
73
- /**
74
- * The SHA-1 digest of the DER encoded certificate.
75
- * It is returned as a `:` separated hexadecimal string.
76
- */
77
- fingerprint: string;
78
- /**
79
- * The SHA-256 digest of the DER encoded certificate.
80
- * It is returned as a `:` separated hexadecimal string.
81
- */
82
- fingerprint256: string;
83
- /**
84
- * The SHA-512 digest of the DER encoded certificate.
85
- * It is returned as a `:` separated hexadecimal string.
86
- */
87
- fingerprint512: string;
88
- /**
89
- * The extended key usage, a set of OIDs.
90
- */
91
- ext_key_usage?: string[];
92
- /**
93
- * A string containing concatenated names for the subject,
94
- * an alternative to the `subject` names.
95
- */
96
- subjectaltname?: string;
97
- /**
98
- * An array describing the AuthorityInfoAccess, used with OCSP.
99
- */
100
- infoAccess?: NodeJS.Dict<string[]>;
101
- /**
102
- * For RSA keys: The RSA bit size.
103
- *
104
- * For EC keys: The key size in bits.
105
- */
106
- bits?: number;
107
- /**
108
- * The RSA exponent, as a string in hexadecimal number notation.
109
- */
110
- exponent?: string;
111
- /**
112
- * The RSA modulus, as a hexadecimal string.
113
- */
114
- modulus?: string;
115
- /**
116
- * The public key.
117
- */
118
- pubkey?: Buffer;
119
- /**
120
- * The ASN.1 name of the OID of the elliptic curve.
121
- * Well-known curves are identified by an OID.
122
- * While it is unusual, it is possible that the curve
123
- * is identified by its mathematical properties,
124
- * in which case it will not have an OID.
125
- */
126
- asn1Curve?: string;
127
- /**
128
- * The NIST name for the elliptic curve, if it has one
129
- * (not all well-known curves have been assigned names by NIST).
130
- */
131
- nistCurve?: string;
132
- }
133
- interface DetailedPeerCertificate extends PeerCertificate {
134
- /**
135
- * The issuer certificate object.
136
- * For self-signed certificates, this may be a circular reference.
137
- */
138
- issuerCertificate: DetailedPeerCertificate;
139
- }
140
- interface CipherNameAndProtocol {
141
- /**
142
- * The cipher name.
143
- */
144
- name: string;
145
- /**
146
- * SSL/TLS protocol version.
147
- */
148
- version: string;
149
- /**
150
- * IETF name for the cipher suite.
151
- */
152
- standardName: string;
153
- }
154
- interface EphemeralKeyInfo {
155
- /**
156
- * The supported types are 'DH' and 'ECDH'.
157
- */
158
- type: string;
159
- /**
160
- * The name property is available only when type is 'ECDH'.
161
- */
162
- name?: string | undefined;
163
- /**
164
- * The size of parameter of an ephemeral key exchange.
165
- */
166
- size: number;
167
- }
168
- interface KeyObject {
169
- /**
170
- * Private keys in PEM format.
171
- */
172
- pem: string | Buffer;
173
- /**
174
- * Optional passphrase.
175
- */
176
- passphrase?: string | undefined;
177
- }
178
- interface PxfObject {
179
- /**
180
- * PFX or PKCS12 encoded private key and certificate chain.
181
- */
182
- buf: string | Buffer;
183
- /**
184
- * Optional passphrase.
185
- */
186
- passphrase?: string | undefined;
187
- }
188
- interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions {
189
- /**
190
- * If true the TLS socket will be instantiated in server-mode.
191
- * Defaults to false.
192
- */
193
- isServer?: boolean | undefined;
194
- /**
195
- * An optional net.Server instance.
196
- */
197
- server?: net.Server | undefined;
198
- /**
199
- * An optional Buffer instance containing a TLS session.
200
- */
201
- session?: Buffer | undefined;
202
- /**
203
- * If true, specifies that the OCSP status request extension will be
204
- * added to the client hello and an 'OCSPResponse' event will be
205
- * emitted on the socket before establishing a secure communication
206
- */
207
- requestOCSP?: boolean | undefined;
208
- }
209
- /**
210
- * Performs transparent encryption of written data and all required TLS
211
- * negotiation.
212
- *
213
- * Instances of `tls.TLSSocket` implement the duplex `Stream` interface.
214
- *
215
- * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the
216
- * connection is open.
217
- * @since v0.11.4
218
- */
219
- class TLSSocket extends net.Socket {
220
- /**
221
- * Construct a new tls.TLSSocket object from an existing TCP socket.
222
- */
223
- constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions);
224
- /**
225
- * This property is `true` if the peer certificate was signed by one of the CAs
226
- * specified when creating the `tls.TLSSocket` instance, otherwise `false`.
227
- * @since v0.11.4
228
- */
229
- authorized: boolean;
230
- /**
231
- * Returns the reason why the peer's certificate was not been verified. This
232
- * property is set only when `tlsSocket.authorized === false`.
233
- * @since v0.11.4
234
- */
235
- authorizationError: Error;
236
- /**
237
- * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances.
238
- * @since v0.11.4
239
- */
240
- encrypted: true;
241
- /**
242
- * String containing the selected ALPN protocol.
243
- * Before a handshake has completed, this value is always null.
244
- * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false.
245
- */
246
- alpnProtocol: string | false | null;
247
- /**
248
- * Returns an object representing the local certificate. The returned object has
249
- * some properties corresponding to the fields of the certificate.
250
- *
251
- * See {@link TLSSocket.getPeerCertificate} for an example of the certificate
252
- * structure.
253
- *
254
- * If there is no local certificate, an empty object will be returned. If the
255
- * socket has been destroyed, `null` will be returned.
256
- * @since v11.2.0
257
- */
258
- getCertificate(): PeerCertificate | object | null;
259
- /**
260
- * Returns an object containing information on the negotiated cipher suite.
261
- *
262
- * For example, a TLSv1.2 protocol with AES256-SHA cipher:
263
- *
264
- * ```json
265
- * {
266
- * "name": "AES256-SHA",
267
- * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA",
268
- * "version": "SSLv3"
269
- * }
270
- * ```
271
- *
272
- * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information.
273
- * @since v0.11.4
274
- */
275
- getCipher(): CipherNameAndProtocol;
276
- /**
277
- * Returns an object representing the type, name, and size of parameter of
278
- * an ephemeral key exchange in `perfect forward secrecy` on a client
279
- * connection. It returns an empty object when the key exchange is not
280
- * ephemeral. As this is only supported on a client socket; `null` is returned
281
- * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`.
282
- *
283
- * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`.
284
- * @since v5.0.0
285
- */
286
- getEphemeralKeyInfo(): EphemeralKeyInfo | object | null;
287
- /**
288
- * As the `Finished` messages are message digests of the complete handshake
289
- * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
290
- * be used for external authentication procedures when the authentication
291
- * provided by SSL/TLS is not desired or is not enough.
292
- *
293
- * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used
294
- * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
295
- * @since v9.9.0
296
- * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet.
297
- */
298
- getFinished(): Buffer | undefined;
299
- /**
300
- * Returns an object representing the peer's certificate. If the peer does not
301
- * provide a certificate, an empty object will be returned. If the socket has been
302
- * destroyed, `null` will be returned.
303
- *
304
- * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's
305
- * certificate.
306
- * @since v0.11.4
307
- * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate.
308
- * @return A certificate object.
309
- */
310
- getPeerCertificate(detailed: true): DetailedPeerCertificate;
311
- getPeerCertificate(detailed?: false): PeerCertificate;
312
- getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate;
313
- /**
314
- * As the `Finished` messages are message digests of the complete handshake
315
- * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can
316
- * be used for external authentication procedures when the authentication
317
- * provided by SSL/TLS is not desired or is not enough.
318
- *
319
- * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used
320
- * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929).
321
- * @since v9.9.0
322
- * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so
323
- * far.
324
- */
325
- getPeerFinished(): Buffer | undefined;
326
- /**
327
- * Returns a string containing the negotiated SSL/TLS protocol version of the
328
- * current connection. The value `'unknown'` will be returned for connected
329
- * sockets that have not completed the handshaking process. The value `null` will
330
- * be returned for server sockets or disconnected client sockets.
331
- *
332
- * Protocol versions are:
333
- *
334
- * * `'SSLv3'`
335
- * * `'TLSv1'`
336
- * * `'TLSv1.1'`
337
- * * `'TLSv1.2'`
338
- * * `'TLSv1.3'`
339
- *
340
- * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information.
341
- * @since v5.7.0
342
- */
343
- getProtocol(): string | null;
344
- /**
345
- * Returns the TLS session data or `undefined` if no session was
346
- * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful
347
- * for debugging.
348
- *
349
- * See `Session Resumption` for more information.
350
- *
351
- * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications
352
- * must use the `'session'` event (it also works for TLSv1.2 and below).
353
- * @since v0.11.4
354
- */
355
- getSession(): Buffer | undefined;
356
- /**
357
- * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information.
358
- * @since v12.11.0
359
- * @return List of signature algorithms shared between the server and the client in the order of decreasing preference.
360
- */
361
- getSharedSigalgs(): string[];
362
- /**
363
- * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`.
364
- *
365
- * It may be useful for debugging.
366
- *
367
- * See `Session Resumption` for more information.
368
- * @since v0.11.4
369
- */
370
- getTLSTicket(): Buffer | undefined;
371
- /**
372
- * See `Session Resumption` for more information.
373
- * @since v0.5.6
374
- * @return `true` if the session was reused, `false` otherwise.
375
- */
376
- isSessionReused(): boolean;
377
- /**
378
- * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process.
379
- * Upon completion, the `callback` function will be passed a single argument
380
- * that is either an `Error` (if the request failed) or `null`.
381
- *
382
- * This method can be used to request a peer's certificate after the secure
383
- * connection has been established.
384
- *
385
- * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout.
386
- *
387
- * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the
388
- * protocol.
389
- * @since v0.11.8
390
- * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with
391
- * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all.
392
- * @return `true` if renegotiation was initiated, `false` otherwise.
393
- */
394
- renegotiate(
395
- options: {
396
- rejectUnauthorized?: boolean | undefined;
397
- requestCert?: boolean | undefined;
398
- },
399
- callback: (err: Error | null) => void,
400
- ): undefined | boolean;
401
- /**
402
- * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size.
403
- * Returns `true` if setting the limit succeeded; `false` otherwise.
404
- *
405
- * Smaller fragment sizes decrease the buffering latency on the client: larger
406
- * fragments are buffered by the TLS layer until the entire fragment is received
407
- * and its integrity is verified; large fragments can span multiple roundtrips
408
- * and their processing can be delayed due to packet loss or reordering. However,
409
- * smaller fragments add extra TLS framing bytes and CPU overhead, which may
410
- * decrease overall server throughput.
411
- * @since v0.11.11
412
- * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`.
413
- */
414
- setMaxSendFragment(size: number): boolean;
415
- /**
416
- * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts
417
- * to renegotiate will trigger an `'error'` event on the `TLSSocket`.
418
- * @since v8.4.0
419
- */
420
- disableRenegotiation(): void;
421
- /**
422
- * When enabled, TLS packet trace information is written to `stderr`. This can be
423
- * used to debug TLS connection problems.
424
- *
425
- * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by
426
- * OpenSSL's `SSL_trace()` function, the format is undocumented, can change
427
- * without notice, and should not be relied on.
428
- * @since v12.2.0
429
- */
430
- enableTrace(): void;
431
- /**
432
- * Returns the peer certificate as an `X509Certificate` object.
433
- *
434
- * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned.
435
- * @since v15.9.0
436
- */
437
- getPeerX509Certificate(): X509Certificate | undefined;
438
- /**
439
- * Returns the local certificate as an `X509Certificate` object.
440
- *
441
- * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned.
442
- * @since v15.9.0
443
- */
444
- getX509Certificate(): X509Certificate | undefined;
445
- /**
446
- * Keying material is used for validations to prevent different kind of attacks in
447
- * network protocols, for example in the specifications of IEEE 802.1X.
448
- *
449
- * Example
450
- *
451
- * ```js
452
- * const keyingMaterial = tlsSocket.exportKeyingMaterial(
453
- * 128,
454
- * 'client finished');
455
- *
456
- * /*
457
- * Example return value of keyingMaterial:
458
- * <Buffer 76 26 af 99 c5 56 8e 42 09 91 ef 9f 93 cb ad 6c 7b 65 f8 53 f1 d8 d9
459
- * 12 5a 33 b8 b5 25 df 7b 37 9f e0 e2 4f b8 67 83 a3 2f cd 5d 41 42 4c 91
460
- * 74 ef 2c ... 78 more bytes>
461
- *
462
- * ```
463
- *
464
- * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more
465
- * information.
466
- * @since v13.10.0, v12.17.0
467
- * @param length number of bytes to retrieve from keying material
468
- * @param label an application specific label, typically this will be a value from the [IANA Exporter Label
469
- * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels).
470
- * @param context Optionally provide a context.
471
- * @return requested bytes of the keying material
472
- */
473
- exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer;
474
- addListener(event: string, listener: (...args: any[]) => void): this;
475
- addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
476
- addListener(event: "secureConnect", listener: () => void): this;
477
- addListener(event: "session", listener: (session: Buffer) => void): this;
478
- addListener(event: "keylog", listener: (line: Buffer) => void): this;
479
- emit(event: string | symbol, ...args: any[]): boolean;
480
- emit(event: "OCSPResponse", response: Buffer): boolean;
481
- emit(event: "secureConnect"): boolean;
482
- emit(event: "session", session: Buffer): boolean;
483
- emit(event: "keylog", line: Buffer): boolean;
484
- on(event: string, listener: (...args: any[]) => void): this;
485
- on(event: "OCSPResponse", listener: (response: Buffer) => void): this;
486
- on(event: "secureConnect", listener: () => void): this;
487
- on(event: "session", listener: (session: Buffer) => void): this;
488
- on(event: "keylog", listener: (line: Buffer) => void): this;
489
- once(event: string, listener: (...args: any[]) => void): this;
490
- once(event: "OCSPResponse", listener: (response: Buffer) => void): this;
491
- once(event: "secureConnect", listener: () => void): this;
492
- once(event: "session", listener: (session: Buffer) => void): this;
493
- once(event: "keylog", listener: (line: Buffer) => void): this;
494
- prependListener(event: string, listener: (...args: any[]) => void): this;
495
- prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
496
- prependListener(event: "secureConnect", listener: () => void): this;
497
- prependListener(event: "session", listener: (session: Buffer) => void): this;
498
- prependListener(event: "keylog", listener: (line: Buffer) => void): this;
499
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
500
- prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this;
501
- prependOnceListener(event: "secureConnect", listener: () => void): this;
502
- prependOnceListener(event: "session", listener: (session: Buffer) => void): this;
503
- prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this;
504
- }
505
- interface CommonConnectionOptions {
506
- /**
507
- * An optional TLS context object from tls.createSecureContext()
508
- */
509
- secureContext?: SecureContext | undefined;
510
- /**
511
- * When enabled, TLS packet trace information is written to `stderr`. This can be
512
- * used to debug TLS connection problems.
513
- * @default false
514
- */
515
- enableTrace?: boolean | undefined;
516
- /**
517
- * If true the server will request a certificate from clients that
518
- * connect and attempt to verify that certificate. Defaults to
519
- * false.
520
- */
521
- requestCert?: boolean | undefined;
522
- /**
523
- * An array of strings or a Buffer naming possible ALPN protocols.
524
- * (Protocols should be ordered by their priority.)
525
- */
526
- ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined;
527
- /**
528
- * SNICallback(servername, cb) <Function> A function that will be
529
- * called if the client supports SNI TLS extension. Two arguments
530
- * will be passed when called: servername and cb. SNICallback should
531
- * invoke cb(null, ctx), where ctx is a SecureContext instance.
532
- * (tls.createSecureContext(...) can be used to get a proper
533
- * SecureContext.) If SNICallback wasn't provided the default callback
534
- * with high-level API will be used (see below).
535
- */
536
- SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined;
537
- /**
538
- * If true the server will reject any connection which is not
539
- * authorized with the list of supplied CAs. This option only has an
540
- * effect if requestCert is true.
541
- * @default true
542
- */
543
- rejectUnauthorized?: boolean | undefined;
544
- }
545
- interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts {
546
- /**
547
- * Abort the connection if the SSL/TLS handshake does not finish in the
548
- * specified number of milliseconds. A 'tlsClientError' is emitted on
549
- * the tls.Server object whenever a handshake times out. Default:
550
- * 120000 (120 seconds).
551
- */
552
- handshakeTimeout?: number | undefined;
553
- /**
554
- * The number of seconds after which a TLS session created by the
555
- * server will no longer be resumable. See Session Resumption for more
556
- * information. Default: 300.
557
- */
558
- sessionTimeout?: number | undefined;
559
- /**
560
- * 48-bytes of cryptographically strong pseudo-random data.
561
- */
562
- ticketKeys?: Buffer | undefined;
563
- /**
564
- * @param socket
565
- * @param identity identity parameter sent from the client.
566
- * @return pre-shared key that must either be
567
- * a buffer or `null` to stop the negotiation process. Returned PSK must be
568
- * compatible with the selected cipher's digest.
569
- *
570
- * When negotiating TLS-PSK (pre-shared keys), this function is called
571
- * with the identity provided by the client.
572
- * If the return value is `null` the negotiation process will stop and an
573
- * "unknown_psk_identity" alert message will be sent to the other party.
574
- * If the server wishes to hide the fact that the PSK identity was not known,
575
- * the callback must provide some random data as `psk` to make the connection
576
- * fail with "decrypt_error" before negotiation is finished.
577
- * PSK ciphers are disabled by default, and using TLS-PSK thus
578
- * requires explicitly specifying a cipher suite with the `ciphers` option.
579
- * More information can be found in the RFC 4279.
580
- */
581
- pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null;
582
- /**
583
- * hint to send to a client to help
584
- * with selecting the identity during TLS-PSK negotiation. Will be ignored
585
- * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be
586
- * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code.
587
- */
588
- pskIdentityHint?: string | undefined;
589
- }
590
- interface PSKCallbackNegotation {
591
- psk: DataView | NodeJS.TypedArray;
592
- identity: string;
593
- }
594
- interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions {
595
- host?: string | undefined;
596
- port?: number | undefined;
597
- path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored.
598
- socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket
599
- checkServerIdentity?: typeof checkServerIdentity | undefined;
600
- servername?: string | undefined; // SNI TLS Extension
601
- session?: Buffer | undefined;
602
- minDHSize?: number | undefined;
603
- lookup?: net.LookupFunction | undefined;
604
- timeout?: number | undefined;
605
- /**
606
- * When negotiating TLS-PSK (pre-shared keys), this function is called
607
- * with optional identity `hint` provided by the server or `null`
608
- * in case of TLS 1.3 where `hint` was removed.
609
- * It will be necessary to provide a custom `tls.checkServerIdentity()`
610
- * for the connection as the default one will try to check hostname/IP
611
- * of the server against the certificate but that's not applicable for PSK
612
- * because there won't be a certificate present.
613
- * More information can be found in the RFC 4279.
614
- *
615
- * @param hint message sent from the server to help client
616
- * decide which identity to use during negotiation.
617
- * Always `null` if TLS 1.3 is used.
618
- * @returns Return `null` to stop the negotiation process. `psk` must be
619
- * compatible with the selected cipher's digest.
620
- * `identity` must use UTF-8 encoding.
621
- */
622
- pskCallback?(hint: string | null): PSKCallbackNegotation | null;
623
- }
624
- /**
625
- * Accepts encrypted connections using TLS or SSL.
626
- * @since v0.3.2
627
- */
628
- class Server extends net.Server {
629
- constructor(secureConnectionListener?: (socket: TLSSocket) => void);
630
- constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void);
631
- /**
632
- * The `server.addContext()` method adds a secure context that will be used if
633
- * the client request's SNI name matches the supplied `hostname` (or wildcard).
634
- *
635
- * When there are multiple matching contexts, the most recently added one is
636
- * used.
637
- * @since v0.5.3
638
- * @param hostname A SNI host name or wildcard (e.g. `'*'`)
639
- * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created
640
- * with {@link createSecureContext} itself.
641
- */
642
- addContext(hostname: string, context: SecureContextOptions): void;
643
- /**
644
- * Returns the session ticket keys.
645
- *
646
- * See `Session Resumption` for more information.
647
- * @since v3.0.0
648
- * @return A 48-byte buffer containing the session ticket keys.
649
- */
650
- getTicketKeys(): Buffer;
651
- /**
652
- * The `server.setSecureContext()` method replaces the secure context of an
653
- * existing server. Existing connections to the server are not interrupted.
654
- * @since v11.0.0
655
- * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc).
656
- */
657
- setSecureContext(options: SecureContextOptions): void;
658
- /**
659
- * Sets the session ticket keys.
660
- *
661
- * Changes to the ticket keys are effective only for future server connections.
662
- * Existing or currently pending server connections will use the previous keys.
663
- *
664
- * See `Session Resumption` for more information.
665
- * @since v3.0.0
666
- * @param keys A 48-byte buffer containing the session ticket keys.
667
- */
668
- setTicketKeys(keys: Buffer): void;
669
- /**
670
- * events.EventEmitter
671
- * 1. tlsClientError
672
- * 2. newSession
673
- * 3. OCSPRequest
674
- * 4. resumeSession
675
- * 5. secureConnection
676
- * 6. keylog
677
- */
678
- addListener(event: string, listener: (...args: any[]) => void): this;
679
- addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
680
- addListener(
681
- event: "newSession",
682
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
683
- ): this;
684
- addListener(
685
- event: "OCSPRequest",
686
- listener: (
687
- certificate: Buffer,
688
- issuer: Buffer,
689
- callback: (err: Error | null, resp: Buffer) => void,
690
- ) => void,
691
- ): this;
692
- addListener(
693
- event: "resumeSession",
694
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
695
- ): this;
696
- addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
697
- addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
698
- emit(event: string | symbol, ...args: any[]): boolean;
699
- emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean;
700
- emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean;
701
- emit(
702
- event: "OCSPRequest",
703
- certificate: Buffer,
704
- issuer: Buffer,
705
- callback: (err: Error | null, resp: Buffer) => void,
706
- ): boolean;
707
- emit(
708
- event: "resumeSession",
709
- sessionId: Buffer,
710
- callback: (err: Error | null, sessionData: Buffer | null) => void,
711
- ): boolean;
712
- emit(event: "secureConnection", tlsSocket: TLSSocket): boolean;
713
- emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean;
714
- on(event: string, listener: (...args: any[]) => void): this;
715
- on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
716
- on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this;
717
- on(
718
- event: "OCSPRequest",
719
- listener: (
720
- certificate: Buffer,
721
- issuer: Buffer,
722
- callback: (err: Error | null, resp: Buffer) => void,
723
- ) => void,
724
- ): this;
725
- on(
726
- event: "resumeSession",
727
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
728
- ): this;
729
- on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
730
- on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
731
- once(event: string, listener: (...args: any[]) => void): this;
732
- once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
733
- once(
734
- event: "newSession",
735
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
736
- ): this;
737
- once(
738
- event: "OCSPRequest",
739
- listener: (
740
- certificate: Buffer,
741
- issuer: Buffer,
742
- callback: (err: Error | null, resp: Buffer) => void,
743
- ) => void,
744
- ): this;
745
- once(
746
- event: "resumeSession",
747
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
748
- ): this;
749
- once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
750
- once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
751
- prependListener(event: string, listener: (...args: any[]) => void): this;
752
- prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
753
- prependListener(
754
- event: "newSession",
755
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
756
- ): this;
757
- prependListener(
758
- event: "OCSPRequest",
759
- listener: (
760
- certificate: Buffer,
761
- issuer: Buffer,
762
- callback: (err: Error | null, resp: Buffer) => void,
763
- ) => void,
764
- ): this;
765
- prependListener(
766
- event: "resumeSession",
767
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
768
- ): this;
769
- prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
770
- prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
771
- prependOnceListener(event: string, listener: (...args: any[]) => void): this;
772
- prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this;
773
- prependOnceListener(
774
- event: "newSession",
775
- listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void,
776
- ): this;
777
- prependOnceListener(
778
- event: "OCSPRequest",
779
- listener: (
780
- certificate: Buffer,
781
- issuer: Buffer,
782
- callback: (err: Error | null, resp: Buffer) => void,
783
- ) => void,
784
- ): this;
785
- prependOnceListener(
786
- event: "resumeSession",
787
- listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void,
788
- ): this;
789
- prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this;
790
- prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this;
791
- }
792
- /**
793
- * @deprecated since v0.11.3 Use `tls.TLSSocket` instead.
794
- */
795
- interface SecurePair {
796
- encrypted: TLSSocket;
797
- cleartext: TLSSocket;
798
- }
799
- type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1";
800
- interface SecureContextOptions {
801
- /**
802
- * If set, this will be called when a client opens a connection using the ALPN extension.
803
- * One argument will be passed to the callback: an object containing `servername` and `protocols` fields,
804
- * respectively containing the server name from the SNI extension (if any) and an array of
805
- * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`,
806
- * which will be returned to the client as the selected ALPN protocol, or `undefined`,
807
- * to reject the connection with a fatal alert. If a string is returned that does not match one of
808
- * the client's ALPN protocols, an error will be thrown.
809
- * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error.
810
- */
811
- ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined;
812
- /**
813
- * Optionally override the trusted CA certificates. Default is to trust
814
- * the well-known CAs curated by Mozilla. Mozilla's CAs are completely
815
- * replaced when CAs are explicitly specified using this option.
816
- */
817
- ca?: string | Buffer | Array<string | Buffer> | undefined;
818
- /**
819
- * Cert chains in PEM format. One cert chain should be provided per
820
- * private key. Each cert chain should consist of the PEM formatted
821
- * certificate for a provided private key, followed by the PEM
822
- * formatted intermediate certificates (if any), in order, and not
823
- * including the root CA (the root CA must be pre-known to the peer,
824
- * see ca). When providing multiple cert chains, they do not have to
825
- * be in the same order as their private keys in key. If the
826
- * intermediate certificates are not provided, the peer will not be
827
- * able to validate the certificate, and the handshake will fail.
828
- */
829
- cert?: string | Buffer | Array<string | Buffer> | undefined;
830
- /**
831
- * Colon-separated list of supported signature algorithms. The list
832
- * can contain digest algorithms (SHA256, MD5 etc.), public key
833
- * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g
834
- * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512).
835
- */
836
- sigalgs?: string | undefined;
837
- /**
838
- * Cipher suite specification, replacing the default. For more
839
- * information, see modifying the default cipher suite. Permitted
840
- * ciphers can be obtained via tls.getCiphers(). Cipher names must be
841
- * uppercased in order for OpenSSL to accept them.
842
- */
843
- ciphers?: string | undefined;
844
- /**
845
- * Name of an OpenSSL engine which can provide the client certificate.
846
- * @deprecated
847
- */
848
- clientCertEngine?: string | undefined;
849
- /**
850
- * PEM formatted CRLs (Certificate Revocation Lists).
851
- */
852
- crl?: string | Buffer | Array<string | Buffer> | undefined;
853
- /**
854
- * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy.
855
- * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available.
856
- * ECDHE-based perfect forward secrecy will still be available.
857
- */
858
- dhparam?: string | Buffer | undefined;
859
- /**
860
- * A string describing a named curve or a colon separated list of curve
861
- * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key
862
- * agreement. Set to auto to select the curve automatically. Use
863
- * crypto.getCurves() to obtain a list of available curve names. On
864
- * recent releases, openssl ecparam -list_curves will also display the
865
- * name and description of each available elliptic curve. Default:
866
- * tls.DEFAULT_ECDH_CURVE.
867
- */
868
- ecdhCurve?: string | undefined;
869
- /**
870
- * Attempt to use the server's cipher suite preferences instead of the
871
- * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be
872
- * set in secureOptions
873
- */
874
- honorCipherOrder?: boolean | undefined;
875
- /**
876
- * Private keys in PEM format. PEM allows the option of private keys
877
- * being encrypted. Encrypted keys will be decrypted with
878
- * options.passphrase. Multiple keys using different algorithms can be
879
- * provided either as an array of unencrypted key strings or buffers,
880
- * or an array of objects in the form {pem: <string|buffer>[,
881
- * passphrase: <string>]}. The object form can only occur in an array.
882
- * object.passphrase is optional. Encrypted keys will be decrypted with
883
- * object.passphrase if provided, or options.passphrase if it is not.
884
- */
885
- key?: string | Buffer | Array<string | Buffer | KeyObject> | undefined;
886
- /**
887
- * Name of an OpenSSL engine to get private key from. Should be used
888
- * together with privateKeyIdentifier.
889
- * @deprecated
890
- */
891
- privateKeyEngine?: string | undefined;
892
- /**
893
- * Identifier of a private key managed by an OpenSSL engine. Should be
894
- * used together with privateKeyEngine. Should not be set together with
895
- * key, because both options define a private key in different ways.
896
- * @deprecated
897
- */
898
- privateKeyIdentifier?: string | undefined;
899
- /**
900
- * Optionally set the maximum TLS version to allow. One
901
- * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
902
- * `secureProtocol` option, use one or the other.
903
- * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using
904
- * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to
905
- * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used.
906
- */
907
- maxVersion?: SecureVersion | undefined;
908
- /**
909
- * Optionally set the minimum TLS version to allow. One
910
- * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the
911
- * `secureProtocol` option, use one or the other. It is not recommended to use
912
- * less than TLSv1.2, but it may be required for interoperability.
913
- * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using
914
- * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to
915
- * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to
916
- * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used.
917
- */
918
- minVersion?: SecureVersion | undefined;
919
- /**
920
- * Shared passphrase used for a single private key and/or a PFX.
921
- */
922
- passphrase?: string | undefined;
923
- /**
924
- * PFX or PKCS12 encoded private key and certificate chain. pfx is an
925
- * alternative to providing key and cert individually. PFX is usually
926
- * encrypted, if it is, passphrase will be used to decrypt it. Multiple
927
- * PFX can be provided either as an array of unencrypted PFX buffers,
928
- * or an array of objects in the form {buf: <string|buffer>[,
929
- * passphrase: <string>]}. The object form can only occur in an array.
930
- * object.passphrase is optional. Encrypted PFX will be decrypted with
931
- * object.passphrase if provided, or options.passphrase if it is not.
932
- */
933
- pfx?: string | Buffer | Array<string | Buffer | PxfObject> | undefined;
934
- /**
935
- * Optionally affect the OpenSSL protocol behavior, which is not
936
- * usually necessary. This should be used carefully if at all! Value is
937
- * a numeric bitmask of the SSL_OP_* options from OpenSSL Options
938
- */
939
- secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options
940
- /**
941
- * Legacy mechanism to select the TLS protocol version to use, it does
942
- * not support independent control of the minimum and maximum version,
943
- * and does not support limiting the protocol to TLSv1.3. Use
944
- * minVersion and maxVersion instead. The possible values are listed as
945
- * SSL_METHODS, use the function names as strings. For example, use
946
- * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow
947
- * any TLS protocol version up to TLSv1.3. It is not recommended to use
948
- * TLS versions less than 1.2, but it may be required for
949
- * interoperability. Default: none, see minVersion.
950
- */
951
- secureProtocol?: string | undefined;
952
- /**
953
- * Opaque identifier used by servers to ensure session state is not
954
- * shared between applications. Unused by clients.
955
- */
956
- sessionIdContext?: string | undefined;
957
- /**
958
- * 48-bytes of cryptographically strong pseudo-random data.
959
- * See Session Resumption for more information.
960
- */
961
- ticketKeys?: Buffer | undefined;
962
- /**
963
- * The number of seconds after which a TLS session created by the
964
- * server will no longer be resumable. See Session Resumption for more
965
- * information. Default: 300.
966
- */
967
- sessionTimeout?: number | undefined;
968
- }
969
- interface SecureContext {
970
- context: any;
971
- }
972
- /**
973
- * Verifies the certificate `cert` is issued to `hostname`.
974
- *
975
- * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on
976
- * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type).
977
- *
978
- * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as
979
- * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead.
980
- *
981
- * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The
982
- * overwriting function can call `tls.checkServerIdentity()` of course, to augment
983
- * the checks done with additional verification.
984
- *
985
- * This function is only called if the certificate passed all other checks, such as
986
- * being issued by trusted CA (`options.ca`).
987
- *
988
- * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name
989
- * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use
990
- * a custom `options.checkServerIdentity` function that implements the desired behavior.
991
- * @since v0.8.4
992
- * @param hostname The host name or IP address to verify the certificate against.
993
- * @param cert A `certificate object` representing the peer's certificate.
994
- */
995
- function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined;
996
- /**
997
- * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is
998
- * automatically set as a listener for the `'secureConnection'` event.
999
- *
1000
- * The `ticketKeys` options is automatically shared between `node:cluster` module
1001
- * workers.
1002
- *
1003
- * The following illustrates a simple echo server:
1004
- *
1005
- * ```js
1006
- * const tls = require('node:tls');
1007
- * const fs = require('node:fs');
1008
- *
1009
- * const options = {
1010
- * key: fs.readFileSync('server-key.pem'),
1011
- * cert: fs.readFileSync('server-cert.pem'),
1012
- *
1013
- * // This is necessary only if using client certificate authentication.
1014
- * requestCert: true,
1015
- *
1016
- * // This is necessary only if the client uses a self-signed certificate.
1017
- * ca: [ fs.readFileSync('client-cert.pem') ],
1018
- * };
1019
- *
1020
- * const server = tls.createServer(options, (socket) => {
1021
- * console.log('server connected',
1022
- * socket.authorized ? 'authorized' : 'unauthorized');
1023
- * socket.write('welcome!\n');
1024
- * socket.setEncoding('utf8');
1025
- * socket.pipe(socket);
1026
- * });
1027
- * server.listen(8000, () => {
1028
- * console.log('server bound');
1029
- * });
1030
- * ```
1031
- *
1032
- * The server can be tested by connecting to it using the example client from {@link connect}.
1033
- * @since v0.3.2
1034
- */
1035
- function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server;
1036
- function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server;
1037
- /**
1038
- * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event.
1039
- *
1040
- * `tls.connect()` returns a {@link TLSSocket} object.
1041
- *
1042
- * Unlike the `https` API, `tls.connect()` does not enable the
1043
- * SNI (Server Name Indication) extension by default, which may cause some
1044
- * servers to return an incorrect certificate or reject the connection
1045
- * altogether. To enable SNI, set the `servername` option in addition
1046
- * to `host`.
1047
- *
1048
- * The following illustrates a client for the echo server example from {@link createServer}:
1049
- *
1050
- * ```js
1051
- * // Assumes an echo server that is listening on port 8000.
1052
- * const tls = require('node:tls');
1053
- * const fs = require('node:fs');
1054
- *
1055
- * const options = {
1056
- * // Necessary only if the server requires client certificate authentication.
1057
- * key: fs.readFileSync('client-key.pem'),
1058
- * cert: fs.readFileSync('client-cert.pem'),
1059
- *
1060
- * // Necessary only if the server uses a self-signed certificate.
1061
- * ca: [ fs.readFileSync('server-cert.pem') ],
1062
- *
1063
- * // Necessary only if the server's cert isn't for "localhost".
1064
- * checkServerIdentity: () => { return null; },
1065
- * };
1066
- *
1067
- * const socket = tls.connect(8000, options, () => {
1068
- * console.log('client connected',
1069
- * socket.authorized ? 'authorized' : 'unauthorized');
1070
- * process.stdin.pipe(socket);
1071
- * process.stdin.resume();
1072
- * });
1073
- * socket.setEncoding('utf8');
1074
- * socket.on('data', (data) => {
1075
- * console.log(data);
1076
- * });
1077
- * socket.on('end', () => {
1078
- * console.log('server ends connection');
1079
- * });
1080
- * ```
1081
- * @since v0.11.3
1082
- */
1083
- function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1084
- function connect(
1085
- port: number,
1086
- host?: string,
1087
- options?: ConnectionOptions,
1088
- secureConnectListener?: () => void,
1089
- ): TLSSocket;
1090
- function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket;
1091
- /**
1092
- * Creates a new secure pair object with two streams, one of which reads and writes
1093
- * the encrypted data and the other of which reads and writes the cleartext data.
1094
- * Generally, the encrypted stream is piped to/from an incoming encrypted data
1095
- * stream and the cleartext one is used as a replacement for the initial encrypted
1096
- * stream.
1097
- *
1098
- * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and `encrypted` stream properties.
1099
- *
1100
- * Using `cleartext` has the same API as {@link TLSSocket}.
1101
- *
1102
- * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code:
1103
- *
1104
- * ```js
1105
- * pair = tls.createSecurePair(// ... );
1106
- * pair.encrypted.pipe(socket);
1107
- * socket.pipe(pair.encrypted);
1108
- * ```
1109
- *
1110
- * can be replaced by:
1111
- *
1112
- * ```js
1113
- * secureSocket = tls.TLSSocket(socket, options);
1114
- * ```
1115
- *
1116
- * where `secureSocket` has the same API as `pair.cleartext`.
1117
- * @since v0.3.2
1118
- * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead.
1119
- * @param context A secure context object as returned by `tls.createSecureContext()`
1120
- * @param isServer `true` to specify that this TLS connection should be opened as a server.
1121
- * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`.
1122
- * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`.
1123
- */
1124
- function createSecurePair(
1125
- context?: SecureContext,
1126
- isServer?: boolean,
1127
- requestCert?: boolean,
1128
- rejectUnauthorized?: boolean,
1129
- ): SecurePair;
1130
- /**
1131
- * `{@link createServer}` sets the default value of the `honorCipherOrder` option
1132
- * to `true`, other APIs that create secure contexts leave it unset.
1133
- *
1134
- * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated
1135
- * from `process.argv` as the default value of the `sessionIdContext` option, other
1136
- * APIs that create secure contexts have no default value.
1137
- *
1138
- * The `tls.createSecureContext()` method creates a `SecureContext` object. It is
1139
- * usable as an argument to several `tls` APIs, such as `server.addContext()`,
1140
- * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option.
1141
- *
1142
- * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it.
1143
- *
1144
- * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of
1145
- * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt).
1146
- *
1147
- * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength
1148
- * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can
1149
- * be used to create custom parameters. The key length must be greater than or
1150
- * equal to 1024 bits or else an error will be thrown. Although 1024 bits is
1151
- * permissible, use 2048 bits or larger for stronger security.
1152
- * @since v0.11.13
1153
- */
1154
- function createSecureContext(options?: SecureContextOptions): SecureContext;
1155
- /**
1156
- * Returns an array with the names of the supported TLS ciphers. The names are
1157
- * lower-case for historical reasons, but must be uppercased to be used in
1158
- * the `ciphers` option of `{@link createSecureContext}`.
1159
- *
1160
- * Not all supported ciphers are enabled by default. See
1161
- * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v22.x/api/tls.html#modifying-the-default-tls-cipher-suite).
1162
- *
1163
- * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
1164
- * TLSv1.2 and below.
1165
- *
1166
- * ```js
1167
- * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...]
1168
- * ```
1169
- * @since v0.10.2
1170
- */
1171
- function getCiphers(): string[];
1172
- /**
1173
- * The default curve name to use for ECDH key agreement in a tls server.
1174
- * The default value is `'auto'`. See `{@link createSecureContext()}` for further
1175
- * information.
1176
- * @since v0.11.13
1177
- */
1178
- let DEFAULT_ECDH_CURVE: string;
1179
- /**
1180
- * The default value of the `maxVersion` option of `{@link createSecureContext()}`.
1181
- * It can be assigned any of the supported TLS protocol versions,
1182
- * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless
1183
- * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using
1184
- * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1185
- * are provided, the highest maximum is used.
1186
- * @since v11.4.0
1187
- */
1188
- let DEFAULT_MAX_VERSION: SecureVersion;
1189
- /**
1190
- * The default value of the `minVersion` option of `{@link createSecureContext()}`.
1191
- * It can be assigned any of the supported TLS protocol versions,
1192
- * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless
1193
- * changed using CLI options. Using `--tls-min-v1.0` sets the default to
1194
- * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using
1195
- * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options
1196
- * are provided, the lowest minimum is used.
1197
- * @since v11.4.0
1198
- */
1199
- let DEFAULT_MIN_VERSION: SecureVersion;
1200
- /**
1201
- * The default value of the `ciphers` option of `{@link createSecureContext()}`.
1202
- * It can be assigned any of the supported OpenSSL ciphers.
1203
- * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless
1204
- * changed using CLI options using `--tls-default-ciphers`.
1205
- * @since v19.8.0
1206
- */
1207
- let DEFAULT_CIPHERS: string;
1208
- /**
1209
- * An immutable array of strings representing the root certificates (in PEM format)
1210
- * from the bundled Mozilla CA store as supplied by the current Node.js version.
1211
- *
1212
- * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store
1213
- * that is fixed at release time. It is identical on all supported platforms.
1214
- * @since v12.3.0
1215
- */
1216
- const rootCertificates: readonly string[];
1217
- }
1218
- declare module "node:tls" {
1219
- export * from "tls";
1220
- }