node-linux-arm64 18.1.0 → 18.2.0

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 (489) hide show
  1. package/CHANGELOG.md +110 -0
  2. package/README.md +8 -3
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +2 -0
  5. package/include/node/js_native_api.h +367 -363
  6. package/include/node/js_native_api_types.h +13 -4
  7. package/include/node/node.h +10 -0
  8. package/include/node/node_api.h +95 -92
  9. package/include/node/node_api_types.h +8 -10
  10. package/include/node/node_version.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +28 -0
  13. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +17 -0
  14. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -0
  15. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +197 -0
  16. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +11 -0
  18. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h +4 -4
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  21. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  22. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -0
  23. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +197 -0
  24. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +11 -0
  26. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h +4 -4
  27. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +28 -0
  29. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +17 -0
  30. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -0
  31. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +200 -0
  32. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +11 -0
  34. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h +4 -4
  35. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
  37. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
  38. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -0
  39. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +197 -0
  40. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +11 -0
  42. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h +4 -4
  43. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  45. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  46. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
  47. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +197 -0
  48. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
  50. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  51. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  53. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  54. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -0
  55. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +200 -0
  56. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +11 -0
  58. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h +4 -4
  59. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +28 -0
  61. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +16 -0
  62. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -0
  63. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +203 -0
  64. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +11 -0
  66. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h +4 -4
  67. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  69. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
  70. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -0
  71. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +203 -0
  72. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +11 -0
  74. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h +4 -4
  75. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +28 -0
  77. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +16 -0
  78. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -0
  79. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +206 -0
  80. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +11 -0
  82. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h +4 -4
  83. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +28 -0
  85. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +16 -0
  86. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -0
  87. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +203 -0
  88. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +11 -0
  90. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h +4 -4
  91. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +28 -0
  93. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +16 -0
  94. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -0
  95. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +203 -0
  96. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +11 -0
  98. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h +4 -4
  99. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  101. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +16 -0
  102. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -0
  103. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +203 -0
  104. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +11 -0
  106. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h +4 -4
  107. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +28 -0
  109. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +16 -0
  110. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -0
  111. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +206 -0
  112. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +11 -0
  114. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h +4 -4
  115. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  116. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  117. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +203 -0
  118. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  119. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  120. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
  121. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  122. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  123. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +206 -0
  124. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  125. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  126. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +203 -0
  127. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  128. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  129. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +203 -0
  130. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  131. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  132. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +206 -0
  133. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -0
  135. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +11 -0
  137. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h +4 -4
  138. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -0
  140. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +11 -0
  142. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h +4 -4
  143. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -0
  145. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +11 -0
  147. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h +4 -4
  148. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  150. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  151. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -0
  152. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +203 -0
  153. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +11 -0
  155. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h +4 -4
  156. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  158. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  159. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -0
  160. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  161. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +11 -0
  163. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h +4 -4
  164. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  166. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  167. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -0
  168. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +206 -0
  169. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +11 -0
  171. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h +4 -4
  172. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  174. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  175. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -0
  176. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +203 -0
  177. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +11 -0
  179. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h +4 -4
  180. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  182. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  183. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -0
  184. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  185. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +11 -0
  187. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h +4 -4
  188. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  190. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  191. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -0
  192. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +206 -0
  193. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +11 -0
  195. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h +4 -4
  196. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +28 -0
  198. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +17 -0
  199. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -0
  200. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +203 -0
  201. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +11 -0
  203. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h +4 -4
  204. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  205. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  206. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  207. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -0
  208. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +203 -0
  209. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +11 -0
  211. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h +4 -4
  212. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  214. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  215. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -0
  216. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +206 -0
  217. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +11 -0
  219. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h +4 -4
  220. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +28 -0
  222. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +17 -0
  223. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -0
  224. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +200 -0
  225. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  226. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +11 -0
  227. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h +4 -4
  228. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  229. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  230. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  231. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -0
  232. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +200 -0
  233. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +11 -0
  235. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h +4 -4
  236. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  238. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  239. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -0
  240. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +203 -0
  241. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  242. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +11 -0
  243. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h +4 -4
  244. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  245. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +28 -0
  246. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +17 -0
  247. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -0
  248. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +200 -0
  249. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  250. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +11 -0
  251. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h +4 -4
  252. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  253. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  254. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  255. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -0
  256. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +200 -0
  257. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  258. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +11 -0
  259. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h +4 -4
  260. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  261. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +28 -0
  262. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +17 -0
  263. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -0
  264. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +203 -0
  265. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  266. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +11 -0
  267. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h +4 -4
  268. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  269. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +28 -0
  270. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +17 -0
  271. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -0
  272. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +200 -0
  273. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  274. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +11 -0
  275. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h +4 -4
  276. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  277. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  278. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  279. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -0
  280. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +200 -0
  281. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  282. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +11 -0
  283. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h +4 -4
  284. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  285. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +28 -0
  286. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +17 -0
  287. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -0
  288. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +203 -0
  289. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  290. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +11 -0
  291. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h +4 -4
  292. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +28 -0
  293. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +17 -0
  294. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +200 -0
  295. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  296. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  297. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +200 -0
  298. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  299. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  300. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +203 -0
  301. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +28 -0
  302. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +17 -0
  303. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +200 -0
  304. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  305. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  306. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +200 -0
  307. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  308. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  309. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +203 -0
  310. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  311. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +28 -0
  312. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +17 -0
  313. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -0
  314. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +200 -0
  315. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  316. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +11 -0
  317. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h +4 -4
  318. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  319. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  320. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  321. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -0
  322. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +200 -0
  323. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  324. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +11 -0
  325. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h +4 -4
  326. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  327. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +28 -0
  328. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +17 -0
  329. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -0
  330. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +203 -0
  331. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  332. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +11 -0
  333. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h +4 -4
  334. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  335. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +28 -0
  336. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +17 -0
  337. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -0
  338. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +200 -0
  339. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  340. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +11 -0
  341. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h +4 -4
  342. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  343. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  344. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  345. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -0
  346. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +200 -0
  347. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  348. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +11 -0
  349. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  350. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  351. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  352. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  353. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -0
  354. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +203 -0
  355. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  356. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +11 -0
  357. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h +4 -4
  358. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  359. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
  360. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
  361. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -0
  362. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +200 -0
  363. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  364. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +11 -0
  365. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h +4 -4
  366. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  367. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  368. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  369. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -0
  370. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
  371. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  372. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +11 -0
  373. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h +4 -4
  374. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  375. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
  376. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
  377. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -0
  378. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +203 -0
  379. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  380. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +11 -0
  381. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h +4 -4
  382. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  383. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +28 -0
  384. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +17 -0
  385. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -0
  386. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +200 -0
  387. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  388. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +11 -0
  389. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h +4 -4
  390. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  391. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  392. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  393. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -0
  394. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +200 -0
  395. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  396. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +11 -0
  397. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h +4 -4
  398. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  399. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  400. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  401. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -0
  402. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +203 -0
  403. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  404. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +11 -0
  405. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h +4 -4
  406. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  407. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +28 -0
  408. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +17 -0
  409. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -0
  410. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +203 -0
  411. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  412. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +11 -0
  413. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h +4 -4
  414. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  415. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +28 -0
  416. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +17 -0
  417. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -0
  418. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +200 -0
  419. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  420. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +11 -0
  421. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h +4 -4
  422. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  423. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  424. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  425. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -0
  426. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +200 -0
  427. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  428. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +11 -0
  429. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h +4 -4
  430. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  431. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +28 -0
  432. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +17 -0
  433. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -0
  434. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +203 -0
  435. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  436. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +11 -0
  437. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h +4 -4
  438. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  439. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  440. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  441. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -0
  442. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +200 -0
  443. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  444. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +11 -0
  445. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h +4 -4
  446. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  447. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  448. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  449. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -0
  450. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
  451. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  452. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +11 -0
  453. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h +4 -4
  454. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  455. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  456. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  457. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -0
  458. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +203 -0
  459. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  460. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +11 -0
  461. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h +4 -4
  462. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  463. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +28 -0
  464. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +17 -0
  465. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -0
  466. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +200 -0
  467. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  468. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +11 -0
  469. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h +4 -4
  470. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  471. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +28 -0
  472. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +17 -0
  473. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -0
  474. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +200 -0
  475. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  476. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +11 -0
  477. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h +4 -4
  478. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  479. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +28 -0
  480. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +17 -0
  481. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -0
  482. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +203 -0
  483. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  484. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +11 -0
  485. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h +4 -4
  486. package/include/node/openssl/ecerr.h +2 -1
  487. package/include/node/openssl/opensslconf.h +15 -21
  488. package/package.json +1 -1
  489. package/include/node/openssl/opensslconf_no-asm.h +0 -47
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.2.0">18.2.0</a><br/>
11
12
  <a href="#18.1.0">18.1.0</a><br/>
12
13
  <a href="#18.0.0">18.0.0</a><br/>
13
14
  </td>
@@ -34,6 +35,115 @@
34
35
  * [io.js](CHANGELOG_IOJS.md)
35
36
  * [Archive](CHANGELOG_ARCHIVE.md)
36
37
 
38
+ <a id="18.2.0"></a>
39
+
40
+ ## 2022-05-17, Version 18.2.0 (Current), @BethGriggs prepared by @RafaelGSS
41
+
42
+ ### Notable Changes
43
+
44
+ #### OpenSSL 3.0.3
45
+
46
+ This update can be treated as a security release as the issues addressed in OpenSSL 3.0.3 slightly affect Node.js 18.
47
+ See <https://nodejs.org/en/blog/vulnerability/openssl-fixes-in-regular-releases-may2022/> for more information on how the May 2022 OpenSSL releases affect other Node.js release lines.
48
+
49
+ * \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
50
+ * \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
51
+
52
+ #### Other Notable Changes
53
+
54
+ * \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - _**Revert**_ "**deps**: add template for generated headers" (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
55
+ * \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#43059](https://github.com/nodejs/node/pull/43059)
56
+ * \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
57
+ * \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
58
+ * \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#43039](https://github.com/nodejs/node/pull/43039)
59
+ * \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
60
+ * \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://github.com/nodejs/node/pull/42768)
61
+ * \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#42812](https://github.com/nodejs/node/pull/42812)
62
+ * \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf\_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://github.com/nodejs/node/pull/42725)
63
+
64
+ ### Commits
65
+
66
+ * \[[`7cac7bb806`](https://github.com/nodejs/node/commit/7cac7bb806)] - **assert**: fix CallTracker wraps the function causes the length to be lost (OneNail) [#42909](https://github.com/nodejs/node/pull/42909)
67
+ * \[[`e74a8da287`](https://github.com/nodejs/node/commit/e74a8da287)] - **assert**: make `assert.fail` less affected by prototype tampering (Antoine du Hamel) [#42918](https://github.com/nodejs/node/pull/42918)
68
+ * \[[`1146806673`](https://github.com/nodejs/node/commit/1146806673)] - **bootstrap**: stop delaying instantiation of maps in per-context scripts (Darshan Sen) [#42934](https://github.com/nodejs/node/pull/42934)
69
+ * \[[`a20310d171`](https://github.com/nodejs/node/commit/a20310d171)] - **bootstrap**: use a context snapshotted with primordials in workers (Joyee Cheung) [#42867](https://github.com/nodejs/node/pull/42867)
70
+ * \[[`9ee7d9eb15`](https://github.com/nodejs/node/commit/9ee7d9eb15)] - **bootstrap**: fix wasm\_web\_api external reference registration (Joyee Cheung) [#42903](https://github.com/nodejs/node/pull/42903)
71
+ * \[[`cec678a00e`](https://github.com/nodejs/node/commit/cec678a00e)] - **build**: set ASAN workaround (Richard Lau) [#43085](https://github.com/nodejs/node/pull/43085)
72
+ * \[[`7c4df42caa`](https://github.com/nodejs/node/commit/7c4df42caa)] - **build**: disable windows-2022 temporarily (Jiawen Geng) [#43093](https://github.com/nodejs/node/pull/43093)
73
+ * \[[`0eb32ed976`](https://github.com/nodejs/node/commit/0eb32ed976)] - **build**: fix various shared library build issues (William Marlow) [#41850](https://github.com/nodejs/node/pull/41850)
74
+ * \[[`48f4a714b2`](https://github.com/nodejs/node/commit/48f4a714b2)] - **build**: fix indeterminacy of icu\_locales value (Sergey Nazaryev) [#42865](https://github.com/nodejs/node/pull/42865)
75
+ * \[[`19c060fd84`](https://github.com/nodejs/node/commit/19c060fd84)] - **crypto**: adjust minimum length in generateKey('hmac', ...) (LiviaMedeiros) [#42944](https://github.com/nodejs/node/pull/42944)
76
+ * \[[`183bcc0699`](https://github.com/nodejs/node/commit/183bcc0699)] - **crypto**: clean up parameter validation in HKDF (Tobias Nießen) [#42924](https://github.com/nodejs/node/pull/42924)
77
+ * \[[`946f57c7bc`](https://github.com/nodejs/node/commit/946f57c7bc)] - **debugger**: fix inconsistent inspector output of exec new Map() (Kohei Ueno) [#42423](https://github.com/nodejs/node/pull/42423)
78
+ * \[[`d128356a7f`](https://github.com/nodejs/node/commit/d128356a7f)] - **deps**: update undici to 5.2.0 (Node.js GitHub Bot) [#43059](https://github.com/nodejs/node/pull/43059)
79
+ * \[[`a9703a55ef`](https://github.com/nodejs/node/commit/a9703a55ef)] - **deps**: remove opensslconf template headers (Daniel Bevenius) [#43035](https://github.com/nodejs/node/pull/43035)
80
+ * \[[`a4a4f7134b`](https://github.com/nodejs/node/commit/a4a4f7134b)] - **deps**: fix llhttp version number (Michael Dawson) [#43029](https://github.com/nodejs/node/pull/43029)
81
+ * \[[`8e54c19a6e`](https://github.com/nodejs/node/commit/8e54c19a6e)] - **deps**: update archs files for quictls/openssl-3.0.3+quic (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
82
+ * \[[`6365bf808e`](https://github.com/nodejs/node/commit/6365bf808e)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.3 (RafaelGSS) [#43022](https://github.com/nodejs/node/pull/43022)
83
+ * \[[`e8121ae7fe`](https://github.com/nodejs/node/commit/e8121ae7fe)] - **deps**: regenerate OpenSSL archs files (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
84
+ * \[[`13c333e533`](https://github.com/nodejs/node/commit/13c333e533)] - _**Revert**_ "**deps**: add template for generated headers" (Daniel Bevenius) [#42978](https://github.com/nodejs/node/pull/42978)
85
+ * \[[`2df1624f80`](https://github.com/nodejs/node/commit/2df1624f80)] - **deps**: upgrade npm to 8.9.0 (npm team) [#42968](https://github.com/nodejs/node/pull/42968)
86
+ * \[[`f53ed9d1bb`](https://github.com/nodejs/node/commit/f53ed9d1bb)] - **doc**: use serial comma in fs docs (Tobias Nießen) [#43104](https://github.com/nodejs/node/pull/43104)
87
+ * \[[`839824aca8`](https://github.com/nodejs/node/commit/839824aca8)] - **doc**: use serial comma in events docs (Tobias Nießen) [#43113](https://github.com/nodejs/node/pull/43113)
88
+ * \[[`9629c74080`](https://github.com/nodejs/node/commit/9629c74080)] - **doc**: use serial comma in modules docs (Tobias Nießen) [#43103](https://github.com/nodejs/node/pull/43103)
89
+ * \[[`76096c2d4a`](https://github.com/nodejs/node/commit/76096c2d4a)] - **doc**: use serial comma in util docs (Tobias Nießen) [#43063](https://github.com/nodejs/node/pull/43063)
90
+ * \[[`1e9de0dd5a`](https://github.com/nodejs/node/commit/1e9de0dd5a)] - **doc**: remove git:// protocol, adjust nits in onboarding.md (LiviaMedeiros) [#43045](https://github.com/nodejs/node/pull/43045)
91
+ * \[[`eb630d7ef9`](https://github.com/nodejs/node/commit/eb630d7ef9)] - **doc**: add maintaining info for shared libary option (Michael Dawson) [#42517](https://github.com/nodejs/node/pull/42517)
92
+ * \[[`3816a97bae`](https://github.com/nodejs/node/commit/3816a97bae)] - **doc**: add detail for how to update llhttp (Michael Dawson) [#43028](https://github.com/nodejs/node/pull/43028)
93
+ * \[[`330e267a57`](https://github.com/nodejs/node/commit/330e267a57)] - **doc**: use serial comma in buffer docs (Tobias Nießen) [#43048](https://github.com/nodejs/node/pull/43048)
94
+ * \[[`0957212390`](https://github.com/nodejs/node/commit/0957212390)] - **doc**: use consistent method symbol (Paolo Insogna) [#42974](https://github.com/nodejs/node/pull/42974)
95
+ * \[[`22cb7104cb`](https://github.com/nodejs/node/commit/22cb7104cb)] - **doc**: add Rafael to the security steward for NearForm (Matteo Collina) [#42966](https://github.com/nodejs/node/pull/42966)
96
+ * \[[`ef177da3f1`](https://github.com/nodejs/node/commit/ef177da3f1)] - **doc**: mark some node-api functions as experimental (NickNaso) [#42987](https://github.com/nodejs/node/pull/42987)
97
+ * \[[`4a3f678e70`](https://github.com/nodejs/node/commit/4a3f678e70)] - **doc**: add LiviaMedeiros to collaborators (LiviaMedeiros) [#43039](https://github.com/nodejs/node/pull/43039)
98
+ * \[[`c988a0ed26`](https://github.com/nodejs/node/commit/c988a0ed26)] - **doc**: use serial comma in http docs (Tobias Nießen) [#43026](https://github.com/nodejs/node/pull/43026)
99
+ * \[[`4de918b4c1`](https://github.com/nodejs/node/commit/4de918b4c1)] - **doc**: add the preferred name for @himself65 (Himself65) [#43024](https://github.com/nodejs/node/pull/43024)
100
+ * \[[`686c4c1f6f`](https://github.com/nodejs/node/commit/686c4c1f6f)] - **doc**: add release key for Juan Arboleda (Juan José) [#42961](https://github.com/nodejs/node/pull/42961)
101
+ * \[[`64e0aa116d`](https://github.com/nodejs/node/commit/64e0aa116d)] - **doc**: rename N-API to Node-API in test/README.md (Daeyeon Jeong) [#42946](https://github.com/nodejs/node/pull/42946)
102
+ * \[[`65d64553c0`](https://github.com/nodejs/node/commit/65d64553c0)] - **doc**: use serial comma in tls docs (Tobias Nießen) [#43001](https://github.com/nodejs/node/pull/43001)
103
+ * \[[`840e61e745`](https://github.com/nodejs/node/commit/840e61e745)] - **doc**: improve commit message example for releases (Juan José) [#42954](https://github.com/nodejs/node/pull/42954)
104
+ * \[[`ba3ad7c665`](https://github.com/nodejs/node/commit/ba3ad7c665)] - **doc**: use serial comma in cluster docs (Tobias Nießen) [#42989](https://github.com/nodejs/node/pull/42989)
105
+ * \[[`3ab3086008`](https://github.com/nodejs/node/commit/3ab3086008)] - **doc**: fix errors in Web Streams doc (OneNail) [#42862](https://github.com/nodejs/node/pull/42862)
106
+ * \[[`1fbfee2497`](https://github.com/nodejs/node/commit/1fbfee2497)] - **doc**: fix examples in cluster.md (OneNail) [#42889](https://github.com/nodejs/node/pull/42889)
107
+ * \[[`1237c742f4`](https://github.com/nodejs/node/commit/1237c742f4)] - **doc**: add additional step to security release process (Michael Dawson) [#42916](https://github.com/nodejs/node/pull/42916)
108
+ * \[[`88692d8fd6`](https://github.com/nodejs/node/commit/88692d8fd6)] - **doc**: add section regarding property definition in `primordials.md` (Antoine du Hamel) [#42921](https://github.com/nodejs/node/pull/42921)
109
+ * \[[`924670f3af`](https://github.com/nodejs/node/commit/924670f3af)] - **doc**: clarify some default values in `fs.md` (LiviaMedeiros) [#42892](https://github.com/nodejs/node/pull/42892)
110
+ * \[[`becca06f9b`](https://github.com/nodejs/node/commit/becca06f9b)] - **fs**: remove unnecessary ?? operator (Morgan Roderick) [#43073](https://github.com/nodejs/node/pull/43073)
111
+ * \[[`784d84cf34`](https://github.com/nodejs/node/commit/784d84cf34)] - **(SEMVER-MINOR)** **fs**: add `read(buffer[, options])` versions (LiviaMedeiros) [#42768](https://github.com/nodejs/node/pull/42768)
112
+ * \[[`2f192c4be0`](https://github.com/nodejs/node/commit/2f192c4be0)] - **(SEMVER-MINOR)** **http**: added connection closing methods (Paolo Insogna) [#42812](https://github.com/nodejs/node/pull/42812)
113
+ * \[[`bfbf965eb0`](https://github.com/nodejs/node/commit/bfbf965eb0)] - **http2**: compat support for array headers (OneNail) [#42901](https://github.com/nodejs/node/pull/42901)
114
+ * \[[`46a44b3011`](https://github.com/nodejs/node/commit/46a44b3011)] - **lib**: move WebAssembly Web API into separate file (Tobias Nießen) [#42993](https://github.com/nodejs/node/pull/42993)
115
+ * \[[`c64b8d3282`](https://github.com/nodejs/node/commit/c64b8d3282)] - **lib,test**: enable wasm/webapi/empty-body WPT (Tobias Nießen) [#42960](https://github.com/nodejs/node/pull/42960)
116
+ * \[[`ddd271ec2b`](https://github.com/nodejs/node/commit/ddd271ec2b)] - **meta**: add mailmap entry for ShogunPanda (Paolo Insogna) [#43094](https://github.com/nodejs/node/pull/43094)
117
+ * \[[`174ff972f0`](https://github.com/nodejs/node/commit/174ff972f0)] - **meta**: update .mailmap for recent README name change (Rich Trott) [#43027](https://github.com/nodejs/node/pull/43027)
118
+ * \[[`16df8ad7c3`](https://github.com/nodejs/node/commit/16df8ad7c3)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#43004](https://github.com/nodejs/node/pull/43004)
119
+ * \[[`0ec32d0715`](https://github.com/nodejs/node/commit/0ec32d0715)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#42937](https://github.com/nodejs/node/pull/42937)
120
+ * \[[`037ff3da6d`](https://github.com/nodejs/node/commit/037ff3da6d)] - **node-api**: explicitly set \_\_cdecl for API functions (Vladimir Morozov) [#42780](https://github.com/nodejs/node/pull/42780)
121
+ * \[[`e2462a2f98`](https://github.com/nodejs/node/commit/e2462a2f98)] - **node-api**: fix napi\_get\_all\_property\_names (Vladimir Morozov) [#42463](https://github.com/nodejs/node/pull/42463)
122
+ * \[[`c92e291beb`](https://github.com/nodejs/node/commit/c92e291beb)] - **(SEMVER-MINOR)** **perf\_hooks**: add PerformanceResourceTiming (RafaelGSS) [#42725](https://github.com/nodejs/node/pull/42725)
123
+ * \[[`c535db1195`](https://github.com/nodejs/node/commit/c535db1195)] - **src**: delete AllocatedBuffer (Darshan Sen) [#43008](https://github.com/nodejs/node/pull/43008)
124
+ * \[[`5dc79298e1`](https://github.com/nodejs/node/commit/5dc79298e1)] - **src**: remove unnecessary comment (Kohei Ueno) [#42952](https://github.com/nodejs/node/pull/42952)
125
+ * \[[`38e4c15534`](https://github.com/nodejs/node/commit/38e4c15534)] - **src**: always signal V8 for intercepted properties (Michaël Zasso) [#42963](https://github.com/nodejs/node/pull/42963)
126
+ * \[[`cacff07e75`](https://github.com/nodejs/node/commit/cacff07e75)] - **src**: fix memory leak for v8.serialize (liuxingbaoyu) [#42695](https://github.com/nodejs/node/pull/42695)
127
+ * \[[`8cfc18e4db`](https://github.com/nodejs/node/commit/8cfc18e4db)] - **src,crypto**: remove uses of AllocatedBuffer from crypto\_rsa.cc (Darshan Sen) [#42852](https://github.com/nodejs/node/pull/42852)
128
+ * \[[`0670843b24`](https://github.com/nodejs/node/commit/0670843b24)] - **test**: fix dangerous .map in `test/parallel/test-http-set-trailers.js` (LiviaMedeiros) [#43087](https://github.com/nodejs/node/pull/43087)
129
+ * \[[`9eb8bf1d26`](https://github.com/nodejs/node/commit/9eb8bf1d26)] - **test**: reduce flakiness of `test-fs-read-position-validation.mjs` (LiviaMedeiros) [#42999](https://github.com/nodejs/node/pull/42999)
130
+ * \[[`41d2f6e8c5`](https://github.com/nodejs/node/commit/41d2f6e8c5)] - **test**: rename handlewrap.hasref tests (Daeyeon Jeong) [#42754](https://github.com/nodejs/node/pull/42754)
131
+ * \[[`e058f47277`](https://github.com/nodejs/node/commit/e058f47277)] - **test**: improve observable ICU behaviour coverage (LiviaMedeiros) [#42683](https://github.com/nodejs/node/pull/42683)
132
+ * \[[`d23debb4cb`](https://github.com/nodejs/node/commit/d23debb4cb)] - **test**: validate webstream encoder/decoder inspector (Yoshiki Kurihara) [#42747](https://github.com/nodejs/node/pull/42747)
133
+ * \[[`b1c18edaa9`](https://github.com/nodejs/node/commit/b1c18edaa9)] - **test**: use`mustSucceed` instead of `mustCall` with `assert.ifError` (MURAKAMI Masahiko) [#42806](https://github.com/nodejs/node/pull/42806)
134
+ * \[[`2dc795687a`](https://github.com/nodejs/node/commit/2dc795687a)] - **test**: improve `lib/internal/webstreams/readablestream.js` coverage (MURAKAMI Masahiko) [#42823](https://github.com/nodejs/node/pull/42823)
135
+ * \[[`d746207dc2`](https://github.com/nodejs/node/commit/d746207dc2)] - **test**: fix test-crypto-fips.js under shared OpenSSL (Vita Batrla) [#42947](https://github.com/nodejs/node/pull/42947)
136
+ * \[[`56c47b5101`](https://github.com/nodejs/node/commit/56c47b5101)] - **test**: use consistent timeouts (Paolo Insogna) [#42893](https://github.com/nodejs/node/pull/42893)
137
+ * \[[`68ed3c88d9`](https://github.com/nodejs/node/commit/68ed3c88d9)] - **test**: add test for position validation in fs.read() and fs.readSync() (LiviaMedeiros) [#42837](https://github.com/nodejs/node/pull/42837)
138
+ * \[[`72b90fd5f5`](https://github.com/nodejs/node/commit/72b90fd5f5)] - **test**: reduce impact of flaky HTTP server tests (Tobias Nießen) [#42926](https://github.com/nodejs/node/pull/42926)
139
+ * \[[`531a0a9980`](https://github.com/nodejs/node/commit/531a0a9980)] - **tools**: update lint-md-dependencies to rollup\@2.73.0 (Node.js GitHub Bot) [#43107](https://github.com/nodejs/node/pull/43107)
140
+ * \[[`64daaca46d`](https://github.com/nodejs/node/commit/64daaca46d)] - **tools**: update eslint to 8.15.0 (Node.js GitHub Bot) [#43005](https://github.com/nodejs/node/pull/43005)
141
+ * \[[`79872382ef`](https://github.com/nodejs/node/commit/79872382ef)] - **tools**: refactor lint-sh.js to esm module (Feng Yu) [#42942](https://github.com/nodejs/node/pull/42942)
142
+ * \[[`265ecdfe07`](https://github.com/nodejs/node/commit/265ecdfe07)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#43003](https://github.com/nodejs/node/pull/43003)
143
+ * \[[`e9e1f1e194`](https://github.com/nodejs/node/commit/e9e1f1e194)] - **typings**: fix `os.cpus` invalid return type (Himself65) [#43006](https://github.com/nodejs/node/pull/43006)
144
+ * \[[`55ef6e81cb`](https://github.com/nodejs/node/commit/55ef6e81cb)] - **wasm**: add missing init reported by coverity (Michael Dawson) [#42897](https://github.com/nodejs/node/pull/42897)
145
+ * \[[`5470578008`](https://github.com/nodejs/node/commit/5470578008)] - **worker**: fix stream racing with terminate (Keyhan Vakil) [#42874](https://github.com/nodejs/node/pull/42874)
146
+
37
147
  <a id="18.1.0"></a>
38
148
 
39
149
  ## 2022-05-03, Version 18.1.0 (Current), @targos
package/README.md CHANGED
@@ -329,7 +329,7 @@ For information about the governance of the Node.js project, see
329
329
  * [HarshithaKP](https://github.com/HarshithaKP) -
330
330
  **Harshitha K P** <<harshitha014@gmail.com>> (she/her)
331
331
  * [himself65](https://github.com/himself65) -
332
- **Zeyu Yang** <<himself65@outlook.com>> (he/him)
332
+ **Zeyu "Alex" Yang** <<himself65@outlook.com>> (he/him)
333
333
  * [hiroppy](https://github.com/hiroppy) -
334
334
  **Yuta Hiroto** <<hello@hiroppy.me>> (he/him)
335
335
  * [iansu](https://github.com/iansu) -
@@ -360,6 +360,8 @@ For information about the governance of the Node.js project, see
360
360
  **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
361
361
  * [linkgoron](https://github.com/linkgoron) -
362
362
  **Nitzan Uziely** <<linkgoron@gmail.com>>
363
+ * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
364
+ **LiviaMedeiros** <<livia@cirno.name>>
363
365
  * [lpinca](https://github.com/lpinca) -
364
366
  **Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
365
367
  * [lundibundi](https://github.com/lundibundi) -
@@ -444,8 +446,6 @@ For information about the governance of the Node.js project, see
444
446
  **Khaidi Chu** <<i@2333.moe>> (he/him)
445
447
  * [yashLadha](https://github.com/yashLadha) -
446
448
  **Yash Ladha** <<yash@yashladha.in>> (he/him)
447
- * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
448
- **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
449
449
  * [ZYSzys](https://github.com/ZYSzys) -
450
450
  **Yongsheng Zhang** <<zyszys98@gmail.com>> (he/him)
451
451
 
@@ -632,6 +632,8 @@ For information about the governance of the Node.js project, see
632
632
  **Yihong Wang** <<yh.wang@ibm.com>>
633
633
  * [yorkie](https://github.com/yorkie) -
634
634
  **Yorkie Liu** <<yorkiefixer@gmail.com>>
635
+ * [yosuke-furukawa](https://github.com/yosuke-furukawa) -
636
+ **Yosuke Furukawa** <<yosuke.furukawa@gmail.com>>
635
637
 
636
638
  </details>
637
639
 
@@ -675,6 +677,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
675
677
  `74F12602B6F1C4E913FAA37AD3A89613643B6201`
676
678
  * **James M Snell** <<jasnell@keybase.io>>
677
679
  `71DCFD284A79C3B38668286BC97EC7A07EDE3FC1`
680
+ * **Juan José Arboleda** <<soyjuanarbol@gmail.com>>
681
+ `61FC681DFB92A079F1685E77973F295594EC4689`
678
682
  * **Michaël Zasso** <<targos@protonmail.com>>
679
683
  `8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600`
680
684
  * **Myles Borins** <<myles.borins@gmail.com>>
@@ -699,6 +703,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405
699
703
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
700
704
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
701
705
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
706
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 61FC681DFB92A079F1685E77973F295594EC4689
702
707
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 8FCCA13FEF1D0C2E91008E09770F7A9A5AE15600
703
708
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73BC641CC11F4C8
704
709
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
package/bin/node CHANGED
Binary file
@@ -126,6 +126,7 @@
126
126
  'lib/internal/cli_table.js',
127
127
  'lib/internal/worker.js',
128
128
  'lib/internal/fixed_queue.js',
129
+ 'lib/internal/wasm_web_api.js',
129
130
  'lib/internal/dtrace.js',
130
131
  'lib/internal/watchdog.js',
131
132
  'lib/internal/constants.js',
@@ -210,6 +211,7 @@
210
211
  'lib/internal/perf/performance_entry.js',
211
212
  'lib/internal/perf/event_loop_delay.js',
212
213
  'lib/internal/perf/nodetiming.js',
214
+ 'lib/internal/perf/resource_timing.js',
213
215
  'lib/internal/perf/observe.js',
214
216
  'lib/internal/perf/timerify.js',
215
217
  'lib/internal/perf/event_loop_utilization.js',