node-linux-armv7l 17.9.1 → 18.0.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 (371) hide show
  1. package/CHANGELOG.md +219 -1570
  2. package/LICENSE +111 -9
  3. package/README.md +4 -2
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +2 -2
  6. package/include/node/config.gypi +10 -5
  7. package/include/node/libplatform/libplatform.h +0 -11
  8. package/include/node/libplatform/v8-tracing.h +0 -1
  9. package/include/node/node.h +7 -3
  10. package/include/node/node_api.h +17 -0
  11. package/include/node/node_version.h +4 -4
  12. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +0 -2
  14. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -11
  16. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h +4 -4
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +0 -2
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -11
  21. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h +4 -4
  22. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +0 -2
  24. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -11
  26. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h +4 -4
  27. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +0 -2
  29. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -11
  31. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h +4 -4
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +0 -2
  34. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -11
  36. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +0 -2
  39. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -11
  41. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h +4 -4
  42. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +0 -2
  44. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -11
  46. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h +4 -4
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +0 -2
  49. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -11
  51. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h +4 -4
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +0 -2
  54. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -11
  56. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h +4 -4
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +0 -2
  59. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -11
  61. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h +4 -4
  62. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +0 -2
  64. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -11
  66. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h +4 -4
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +0 -2
  69. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -11
  71. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h +4 -4
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +0 -2
  74. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -11
  76. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h +4 -4
  77. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -2
  79. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -11
  81. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +4 -4
  82. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -2
  84. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -11
  86. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +4 -4
  87. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -2
  89. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -11
  91. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +4 -4
  92. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +0 -2
  94. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -11
  96. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h +4 -4
  97. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +0 -2
  99. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -11
  101. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h +4 -4
  102. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +0 -2
  104. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -11
  106. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h +4 -4
  107. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +0 -2
  109. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -11
  111. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h +4 -4
  112. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +0 -2
  114. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -11
  116. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h +4 -4
  117. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +0 -2
  119. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -11
  121. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h +4 -4
  122. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +0 -2
  124. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -11
  126. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h +4 -4
  127. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +0 -2
  129. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -11
  131. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h +4 -4
  132. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +0 -2
  134. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -11
  136. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h +4 -4
  137. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +0 -2
  139. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -11
  141. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h +4 -4
  142. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +0 -2
  144. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -11
  146. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h +4 -4
  147. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  148. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +0 -2
  149. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -11
  151. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h +4 -4
  152. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +0 -2
  154. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -11
  156. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h +4 -4
  157. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +0 -2
  159. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -11
  161. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h +4 -4
  162. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  163. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +0 -2
  164. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -11
  166. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h +4 -4
  167. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +0 -2
  169. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -11
  171. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h +4 -4
  172. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +0 -2
  174. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -11
  176. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h +4 -4
  177. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +0 -2
  179. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -11
  181. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h +4 -4
  182. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +0 -2
  184. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  185. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -11
  186. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h +4 -4
  187. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  188. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +0 -2
  189. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  190. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -11
  191. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h +4 -4
  192. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  193. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +0 -2
  194. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -11
  196. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h +4 -4
  197. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -2
  199. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  200. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -11
  201. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +4 -4
  202. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -2
  204. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -11
  206. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +4 -4
  207. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  208. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -2
  209. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -11
  211. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +4 -4
  212. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -2
  214. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  215. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -11
  216. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +4 -4
  217. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -2
  219. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  220. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -11
  221. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +4 -4
  222. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  223. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -2
  224. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  225. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -11
  226. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +4 -4
  227. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  228. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +0 -2
  229. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  230. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -11
  231. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h +4 -4
  232. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  233. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +0 -2
  234. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  235. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -11
  236. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h +4 -4
  237. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  238. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +0 -2
  239. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  240. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -11
  241. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h +4 -4
  242. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  243. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +0 -2
  244. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  245. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -11
  246. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h +4 -4
  247. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  248. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +0 -2
  249. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  250. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -11
  251. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h +4 -4
  252. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  253. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +0 -2
  254. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  255. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -11
  256. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h +4 -4
  257. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  258. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +0 -2
  259. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  260. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -11
  261. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h +4 -4
  262. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  263. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +0 -2
  264. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  265. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -11
  266. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h +4 -4
  267. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  268. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +0 -2
  269. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  270. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -11
  271. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h +4 -4
  272. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  273. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +0 -2
  274. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  275. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -11
  276. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h +4 -4
  277. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  278. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +0 -2
  279. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  280. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -11
  281. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h +4 -4
  282. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  283. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +0 -2
  284. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  285. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -11
  286. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h +4 -4
  287. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  288. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +0 -2
  289. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  290. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -11
  291. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h +4 -4
  292. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  293. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +0 -2
  294. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  295. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -11
  296. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h +4 -4
  297. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  298. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +0 -2
  299. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  300. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -11
  301. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h +4 -4
  302. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  303. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +0 -2
  304. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  305. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -11
  306. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h +4 -4
  307. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  308. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +0 -2
  309. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  310. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -11
  311. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h +4 -4
  312. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  313. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +0 -2
  314. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  315. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -11
  316. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h +4 -4
  317. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  318. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +0 -2
  319. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  320. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -11
  321. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h +4 -4
  322. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  323. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +0 -2
  324. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  325. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -11
  326. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h +4 -4
  327. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  328. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +0 -2
  329. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  330. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -11
  331. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h +4 -4
  332. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  333. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +0 -2
  334. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  335. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -11
  336. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h +4 -4
  337. package/include/node/openssl/ecerr.h +1 -2
  338. package/include/node/v8-array-buffer.h +2 -2
  339. package/include/node/v8-callbacks.h +26 -6
  340. package/include/node/v8-context.h +3 -14
  341. package/include/node/v8-data.h +15 -0
  342. package/include/node/v8-debug.h +21 -4
  343. package/include/node/v8-embedder-heap.h +10 -30
  344. package/include/node/v8-embedder-state-scope.h +51 -0
  345. package/include/node/v8-exception.h +0 -7
  346. package/include/node/v8-function.h +3 -0
  347. package/include/node/v8-initialization.h +64 -31
  348. package/include/node/v8-internal.h +189 -102
  349. package/include/node/v8-isolate.h +49 -2
  350. package/include/node/v8-local-handle.h +0 -4
  351. package/include/node/v8-locker.h +2 -1
  352. package/include/node/v8-message.h +19 -44
  353. package/include/node/v8-object.h +11 -6
  354. package/include/node/v8-platform.h +365 -6
  355. package/include/node/v8-primitive.h +14 -6
  356. package/include/node/v8-profiler.h +78 -2
  357. package/include/node/v8-script.h +27 -51
  358. package/include/node/v8-snapshot.h +0 -2
  359. package/include/node/v8-statistics.h +2 -0
  360. package/include/node/v8-template.h +31 -4
  361. package/include/node/v8-traced-handle.h +39 -224
  362. package/include/node/v8-unwinder.h +10 -7
  363. package/include/node/v8-value-serializer.h +32 -2
  364. package/include/node/v8-version.h +4 -4
  365. package/include/node/v8-wasm.h +13 -1
  366. package/include/node/v8-weak-callback-info.h +20 -6
  367. package/include/node/v8.h +0 -1
  368. package/include/node/v8config.h +56 -11
  369. package/package.json +1 -1
  370. package/share/doc/node/gdbinit +14 -6
  371. package/share/man/man1/node.1 +7 -3
package/LICENSE CHANGED
@@ -109,9 +109,22 @@ The externally maintained libraries used by Node.js are:
109
109
 
110
110
  - ICU, located at deps/icu-small, is licensed as follows:
111
111
  """
112
- COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
112
+ UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
113
113
 
114
- Copyright © 1991-2020 Unicode, Inc. All rights reserved.
114
+ See Terms of Use
115
+ for definitions of Unicode Inc.’s Data Files and Software.
116
+
117
+ NOTICE TO USER: Carefully read the following legal agreement.
118
+ BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
119
+ DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
120
+ YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
121
+ TERMS AND CONDITIONS OF THIS AGREEMENT.
122
+ IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
123
+ THE DATA FILES OR SOFTWARE.
124
+
125
+ COPYRIGHT AND PERMISSION NOTICE
126
+
127
+ Copyright © 1991-2022 Unicode, Inc. All rights reserved.
115
128
  Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
116
129
 
117
130
  Permission is hereby granted, free of charge, to any person obtaining
@@ -143,7 +156,7 @@ The externally maintained libraries used by Node.js are:
143
156
  use or other dealings in these Data Files or Software without prior
144
157
  written authorization of the copyright holder.
145
158
 
146
- ---------------------
159
+ ----------------------------------------------------------------------
147
160
 
148
161
  Third-Party Software Licenses
149
162
 
@@ -151,7 +164,9 @@ The externally maintained libraries used by Node.js are:
151
164
  terms for licensed third-party software components included within ICU
152
165
  libraries.
153
166
 
154
- 1. ICU License - ICU 1.8.1 to ICU 57.1
167
+ ----------------------------------------------------------------------
168
+
169
+ ICU License - ICU 1.8.1 to ICU 57.1
155
170
 
156
171
  COPYRIGHT AND PERMISSION NOTICE
157
172
 
@@ -186,7 +201,9 @@ The externally maintained libraries used by Node.js are:
186
201
  All trademarks and registered trademarks mentioned herein are the
187
202
  property of their respective owners.
188
203
 
189
- 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
204
+ ----------------------------------------------------------------------
205
+
206
+ Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
190
207
 
191
208
  # The Google Chrome software developed by Google is licensed under
192
209
  # the BSD license. Other software included in this distribution is
@@ -390,7 +407,9 @@ The externally maintained libraries used by Node.js are:
390
407
  #
391
408
  # ---------------COPYING.ipadic-----END----------------------------------
392
409
 
393
- 3. Lao Word Break Dictionary Data (laodict.txt)
410
+ ----------------------------------------------------------------------
411
+
412
+ Lao Word Break Dictionary Data (laodict.txt)
394
413
 
395
414
  # Copyright (C) 2016 and later: Unicode, Inc. and others.
396
415
  # License & terms of use: http://www.unicode.org/copyright.html
@@ -430,7 +449,9 @@ The externally maintained libraries used by Node.js are:
430
449
  # OF THE POSSIBILITY OF SUCH DAMAGE.
431
450
  # --------------------------------------------------------------------------
432
451
 
433
- 4. Burmese Word Break Dictionary Data (burmesedict.txt)
452
+ ----------------------------------------------------------------------
453
+
454
+ Burmese Word Break Dictionary Data (burmesedict.txt)
434
455
 
435
456
  # Copyright (c) 2014 International Business Machines Corporation
436
457
  # and others. All Rights Reserved.
@@ -470,7 +491,9 @@ The externally maintained libraries used by Node.js are:
470
491
  # SUCH DAMAGE.
471
492
  # --------------------------------------------------------------------------
472
493
 
473
- 5. Time Zone Database
494
+ ----------------------------------------------------------------------
495
+
496
+ Time Zone Database
474
497
 
475
498
  ICU uses the public domain data and code derived from Time Zone
476
499
  Database for its time zone support. The ownership of the TZ database
@@ -493,7 +516,9 @@ The externally maintained libraries used by Node.js are:
493
516
  # making a contribution to the database or code waives all rights to
494
517
  # future claims in that contribution or in the TZ Database.
495
518
 
496
- 6. Google double-conversion
519
+ ----------------------------------------------------------------------
520
+
521
+ Google double-conversion
497
522
 
498
523
  Copyright 2006-2011, the V8 project authors. All rights reserved.
499
524
  Redistribution and use in source and binary forms, with or without
@@ -521,6 +546,83 @@ The externally maintained libraries used by Node.js are:
521
546
  THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
522
547
  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
523
548
  OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
549
+
550
+ ----------------------------------------------------------------------
551
+
552
+ File: aclocal.m4 (only for ICU4C)
553
+ Section: pkg.m4 - Macros to locate and utilise pkg-config.
554
+
555
+ Copyright © 2004 Scott James Remnant .
556
+ Copyright © 2012-2015 Dan Nicholson
557
+
558
+ This program is free software; you can redistribute it and/or modify
559
+ it under the terms of the GNU General Public License as published by
560
+ the Free Software Foundation; either version 2 of the License, or
561
+ (at your option) any later version.
562
+
563
+ This program is distributed in the hope that it will be useful, but
564
+ WITHOUT ANY WARRANTY; without even the implied warranty of
565
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
566
+ General Public License for more details.
567
+
568
+ You should have received a copy of the GNU General Public License
569
+ along with this program; if not, write to the Free Software
570
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
571
+ 02111-1307, USA.
572
+
573
+ As a special exception to the GNU General Public License, if you
574
+ distribute this file as part of a program that contains a
575
+ configuration script generated by Autoconf, you may include it under
576
+ the same distribution terms that you use for the rest of that
577
+ program.
578
+
579
+ (The condition for the exception is fulfilled because
580
+ ICU4C includes a configuration script generated by Autoconf,
581
+ namely the `configure` script.)
582
+
583
+ ----------------------------------------------------------------------
584
+
585
+ File: config.guess (only for ICU4C)
586
+
587
+ This file is free software; you can redistribute it and/or modify it
588
+ under the terms of the GNU General Public License as published by
589
+ the Free Software Foundation; either version 3 of the License, or
590
+ (at your option) any later version.
591
+
592
+ This program is distributed in the hope that it will be useful, but
593
+ WITHOUT ANY WARRANTY; without even the implied warranty of
594
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
595
+ General Public License for more details.
596
+
597
+ You should have received a copy of the GNU General Public License
598
+ along with this program; if not, see .
599
+
600
+ As a special exception to the GNU General Public License, if you
601
+ distribute this file as part of a program that contains a
602
+ configuration script generated by Autoconf, you may include it under
603
+ the same distribution terms that you use for the rest of that
604
+ program. This Exception is an additional permission under section 7
605
+ of the GNU General Public License, version 3 ("GPLv3").
606
+
607
+ (The condition for the exception is fulfilled because
608
+ ICU4C includes a configuration script generated by Autoconf,
609
+ namely the `configure` script.)
610
+
611
+ ----------------------------------------------------------------------
612
+
613
+ File: install-sh (only for ICU4C)
614
+
615
+ Copyright 1991 by the Massachusetts Institute of Technology
616
+
617
+ Permission to use, copy, modify, distribute, and sell this software and its
618
+ documentation for any purpose is hereby granted without fee, provided that
619
+ the above copyright notice appear in all copies and that both that
620
+ copyright notice and this permission notice appear in supporting
621
+ documentation, and that the name of M.I.T. not be used in advertising or
622
+ publicity pertaining to distribution of the software without specific,
623
+ written prior permission. M.I.T. makes no representations about the
624
+ suitability of this software for any purpose. It is provided "as is"
625
+ without express or implied warranty.
524
626
  """
525
627
 
526
628
  - libuv, located at deps/uv, is licensed as follows:
package/README.md CHANGED
@@ -286,8 +286,6 @@ For information about the governance of the Node.js project, see
286
286
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
287
287
  * [bnoordhuis](https://github.com/bnoordhuis) -
288
288
  **Ben Noordhuis** <<info@bnoordhuis.nl>>
289
- * [boneskull](https://github.com/boneskull) -
290
- **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
291
289
  * [BridgeAR](https://github.com/BridgeAR) -
292
290
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
293
291
  * [bzoz](https://github.com/bzoz) -
@@ -398,6 +396,8 @@ For information about the governance of the Node.js project, see
398
396
  **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
399
397
  * [Qard](https://github.com/Qard) -
400
398
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
399
+ * [RafaelGSS](https://github.com/RafaelGSS) -
400
+ **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
401
401
  * [RaisinTen](https://github.com/RaisinTen) -
402
402
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
403
403
  * [rexagod](https://github.com/rexagod) -
@@ -470,6 +470,8 @@ For information about the governance of the Node.js project, see
470
470
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
471
471
  * [bmeurer](https://github.com/bmeurer) -
472
472
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
473
+ * [boneskull](https://github.com/boneskull) -
474
+ **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
473
475
  * [brendanashworth](https://github.com/brendanashworth) -
474
476
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
475
477
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.16',
39
+ 'v8_embedder_string': '-node.13',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -501,7 +501,7 @@
501
501
  'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti
502
502
  'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings
503
503
  'PREBINDING': 'NO', # No -Wl,-prebind
504
- 'MACOSX_DEPLOYMENT_TARGET': '10.13', # -mmacosx-version-min=10.13
504
+ 'MACOSX_DEPLOYMENT_TARGET': '10.15', # -mmacosx-version-min=10.15
505
505
  'USE_HEADERMAP': 'NO',
506
506
  'OTHER_CFLAGS': [
507
507
  '-fno-strict-aliasing',
@@ -16,12 +16,12 @@
16
16
  'force_dynamic_crt': 0,
17
17
  'gas_version': '2.28',
18
18
  'host_arch': 'ia32',
19
- 'icu_data_in': '../../deps/icu-tmp/icudt70l.dat',
19
+ 'icu_data_in': '../../deps/icu-tmp/icudt71l.dat',
20
20
  'icu_endianness': 'l',
21
21
  'icu_gyp_path': 'tools/icu/icu-generic.gyp',
22
22
  'icu_path': 'deps/icu-small',
23
23
  'icu_small': 'false',
24
- 'icu_ver_major': '70',
24
+ 'icu_ver_major': '71',
25
25
  'is_debug': 0,
26
26
  'llvm_version': '0.0',
27
27
  'napi_build_version': '8',
@@ -59,6 +59,7 @@
59
59
  'lib/http.js',
60
60
  'lib/path.js',
61
61
  'lib/process.js',
62
+ 'lib/test.js',
62
63
  'lib/v8.js',
63
64
  'lib/wasi.js',
64
65
  'lib/string_decoder.js',
@@ -137,6 +138,9 @@
137
138
  'lib/internal/querystring.js',
138
139
  'lib/internal/errors.js',
139
140
  'lib/internal/constants.js',
141
+ 'lib/internal/test_runner/harness.js',
142
+ 'lib/internal/test_runner/test.js',
143
+ 'lib/internal/test_runner/tap_stream.js',
140
144
  'lib/internal/process/warning.js',
141
145
  'lib/internal/process/per_thread.js',
142
146
  'lib/internal/process/execution.js',
@@ -170,7 +174,6 @@
170
174
  'lib/internal/fs/cp/cp-sync.js',
171
175
  'lib/internal/tls/secure-pair.js',
172
176
  'lib/internal/tls/secure-context.js',
173
- 'lib/internal/tls/parse-cert-string.js',
174
177
  'lib/internal/test/binding.js',
175
178
  'lib/internal/test/transfer.js',
176
179
  'lib/internal/vm/module.js',
@@ -204,6 +207,7 @@
204
207
  'lib/internal/perf/utils.js',
205
208
  'lib/internal/perf/observe.js',
206
209
  'lib/internal/bootstrap/node.js',
210
+ 'lib/internal/bootstrap/browser.js',
207
211
  'lib/internal/bootstrap/pre_execution.js',
208
212
  'lib/internal/bootstrap/environment.js',
209
213
  'lib/internal/bootstrap/loaders.js',
@@ -305,7 +309,7 @@
305
309
  'lib/timers/promises.js',
306
310
  'lib/util/types.js',
307
311
  'lib/dns/promises.js'],
308
- 'node_module_version': 102,
312
+ 'node_module_version': 108,
309
313
  'node_no_browser_globals': 'false',
310
314
  'node_prefix': '/',
311
315
  'node_release_urlbase': 'https://nodejs.org/download/release/',
@@ -334,13 +338,14 @@
334
338
  'openssl_is_fips': 'false',
335
339
  'openssl_quic': 'true',
336
340
  'ossfuzz': 'false',
337
- 'shlib_suffix': 'so.102',
341
+ 'shlib_suffix': 'so.108',
338
342
  'target_arch': 'arm',
339
343
  'v8_enable_31bit_smis_on_64bit_arch': 0,
340
344
  'v8_enable_gdbjit': 0,
341
345
  'v8_enable_hugepage': 0,
342
346
  'v8_enable_i18n_support': 1,
343
347
  'v8_enable_inspector': 1,
348
+ 'v8_enable_javascript_promise_hooks': 1,
344
349
  'v8_enable_lite_mode': 0,
345
350
  'v8_enable_object_print': 1,
346
351
  'v8_enable_pointer_compression': 0,
@@ -89,17 +89,6 @@ V8_PLATFORM_EXPORT void RunIdleTasks(v8::Platform* platform,
89
89
  v8::Isolate* isolate,
90
90
  double idle_time_in_seconds);
91
91
 
92
- /**
93
- * Attempts to set the tracing controller for the given platform.
94
- *
95
- * The |platform| has to be created using |NewDefaultPlatform|.
96
- *
97
- */
98
- V8_DEPRECATE_SOON("Access the DefaultPlatform directly")
99
- V8_PLATFORM_EXPORT void SetTracingController(
100
- v8::Platform* platform,
101
- v8::platform::tracing::TracingController* tracing_controller);
102
-
103
92
  /**
104
93
  * Notifies the given platform about the Isolate getting deleted soon. Has to be
105
94
  * called for all Isolates which are deleted - unless we're shutting down the
@@ -37,7 +37,6 @@ const int kTraceMaxNumArgs = 2;
37
37
  class V8_PLATFORM_EXPORT TraceObject {
38
38
  public:
39
39
  union ArgValue {
40
- V8_DEPRECATED("use as_uint ? true : false") bool as_bool;
41
40
  uint64_t as_uint;
42
41
  int64_t as_int;
43
42
  double as_double;
@@ -440,6 +440,8 @@ enum Flags : uint64_t {
440
440
  // do not expect to have their behaviors changed because of globally
441
441
  // installed modules.
442
442
  kNoGlobalSearchPaths = 1 << 7,
443
+ // Do not export browser globals like setTimeout, console, etc.
444
+ kNoBrowserGlobals = 1 << 8,
443
445
  // Controls whether or not the Environment should call V8Inspector::create().
444
446
  // This control is needed by embedders who may not want to initialize the V8
445
447
  // inspector in situations where one has already been created,
@@ -825,11 +827,13 @@ extern "C" NODE_EXTERN void node_module_register(void* mod);
825
827
  #endif
826
828
 
827
829
  #if defined(_MSC_VER)
828
- #pragma section(".CRT$XCU", read)
829
830
  #define NODE_C_CTOR(fn) \
830
831
  NODE_CTOR_PREFIX void __cdecl fn(void); \
831
- __declspec(dllexport, allocate(".CRT$XCU")) \
832
- void (__cdecl*fn ## _)(void) = fn; \
832
+ namespace { \
833
+ struct fn##_ { \
834
+ fn##_() { fn(); }; \
835
+ } fn##_v_; \
836
+ } \
833
837
  NODE_CTOR_PREFIX void __cdecl fn(void)
834
838
  #else
835
839
  #define NODE_C_CTOR(fn) \
@@ -44,12 +44,29 @@ typedef struct napi_module {
44
44
  #define NAPI_MODULE_VERSION 1
45
45
 
46
46
  #if defined(_MSC_VER)
47
+ #if defined(__cplusplus)
48
+ #define NAPI_C_CTOR(fn) \
49
+ static void __cdecl fn(void); \
50
+ namespace { \
51
+ struct fn##_ { \
52
+ fn##_() { fn(); } \
53
+ } fn##_v_; \
54
+ } \
55
+ static void __cdecl fn(void)
56
+ #else // !defined(__cplusplus)
47
57
  #pragma section(".CRT$XCU", read)
58
+ // The NAPI_C_CTOR macro defines a function fn that is called during CRT
59
+ // initialization.
60
+ // C does not support dynamic initialization of static variables and this code
61
+ // simulates C++ behavior. Exporting the function pointer prevents it from being
62
+ // optimized. See for details:
63
+ // https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-initialization?view=msvc-170
48
64
  #define NAPI_C_CTOR(fn) \
49
65
  static void __cdecl fn(void); \
50
66
  __declspec(dllexport, allocate(".CRT$XCU")) void(__cdecl * fn##_)(void) = \
51
67
  fn; \
52
68
  static void __cdecl fn(void)
69
+ #endif // defined(__cplusplus)
53
70
  #else
54
71
  #define NAPI_C_CTOR(fn) \
55
72
  static void fn(void) __attribute__((constructor)); \
@@ -22,9 +22,9 @@
22
22
  #ifndef SRC_NODE_VERSION_H_
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
- #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 9
27
- #define NODE_PATCH_VERSION 1
25
+ #define NODE_MAJOR_VERSION 18
26
+ #define NODE_MINOR_VERSION 0
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -89,7 +89,7 @@
89
89
  * version matching should open a pull request to reserve a number in this
90
90
  * registry.
91
91
  */
92
- #define NODE_MODULE_VERSION 102
92
+ #define NODE_MODULE_VERSION 108
93
93
 
94
94
  // The NAPI_VERSION provided by this version of the runtime. This is the version
95
95
  // which the Node binary being built supports.
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 9 19:43:59 2022 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:51:37 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,8 +132,6 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
- int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
- int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
137
135
 
138
136
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
139
137
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 3
32
+ # define OPENSSL_VERSION_PATCH 2
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "15 Mar 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1381,8 +1381,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
1383
  # define SSL_CTRL_SET_RETRY_VERIFY 136
1384
- # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1385
- # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1386
1384
  # define SSL_CERT_SET_FIRST 1
1387
1385
  # define SSL_CERT_SET_NEXT 2
1388
1386
  # define SSL_CERT_SET_SERVER 3
@@ -1444,14 +1442,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1444
1442
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1445
1443
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1446
1444
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1447
- # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1448
- SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1449
1445
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1450
1446
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1451
1447
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1452
1448
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1453
- # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1454
- SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1455
1449
  # define SSL_set0_chain(s,sk) \
1456
1450
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1457
1451
  # define SSL_set1_chain(s,sk) \
@@ -1474,15 +1468,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1474
1468
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1475
1469
  # define SSL_set1_verify_cert_store(s,st) \
1476
1470
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1477
- #define SSL_get0_verify_cert_store(s,st) \
1478
- SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1479
1471
  # define SSL_set0_chain_cert_store(s,st) \
1480
1472
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1481
1473
  # define SSL_set1_chain_cert_store(s,st) \
1482
1474
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1483
- #define SSL_get0_chain_cert_store(s,st) \
1484
- SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1485
-
1486
1475
  # define SSL_get1_groups(s, glist) \
1487
1476
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1488
1477
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509.h.in
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
552
552
  X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
553
553
  X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
554
554
  # ifndef OPENSSL_NO_DEPRECATED_3_0
555
- # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */
555
+ # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
556
556
  # define X509_http_nbio(rctx, pcert) \
557
- OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
557
+ OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
558
558
  # define X509_CRL_http_nbio(rctx, pcrl) \
559
- OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
559
+ OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
560
560
  # endif
561
561
 
562
562
  # ifndef OPENSSL_NO_STDIO
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 9 19:44:08 2022 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:51:50 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -132,8 +132,6 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
132
132
  const char *str, const char sep);
133
133
  unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
134
134
  int OPENSSL_hexchar2int(unsigned char c);
135
- int OPENSSL_strcasecmp(const char *s1, const char *s2);
136
- int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
137
135
 
138
136
  # define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
139
137
 
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 3
32
+ # define OPENSSL_VERSION_PATCH 2
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.2+quic"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "15 Mar 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1381,8 +1381,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
1383
  # define SSL_CTRL_SET_RETRY_VERIFY 136
1384
- # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1385
- # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1386
1384
  # define SSL_CERT_SET_FIRST 1
1387
1385
  # define SSL_CERT_SET_NEXT 2
1388
1386
  # define SSL_CERT_SET_SERVER 3
@@ -1444,14 +1442,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1444
1442
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1445
1443
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1446
1444
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1447
- # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1448
- SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1449
1445
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1450
1446
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1451
1447
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1452
1448
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1453
- # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1454
- SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1455
1449
  # define SSL_set0_chain(s,sk) \
1456
1450
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1457
1451
  # define SSL_set1_chain(s,sk) \
@@ -1474,15 +1468,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1474
1468
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1475
1469
  # define SSL_set1_verify_cert_store(s,st) \
1476
1470
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1477
- #define SSL_get0_verify_cert_store(s,st) \
1478
- SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1479
1471
  # define SSL_set0_chain_cert_store(s,st) \
1480
1472
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1481
1473
  # define SSL_set1_chain_cert_store(s,st) \
1482
1474
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1483
- #define SSL_get0_chain_cert_store(s,st) \
1484
- SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1485
-
1486
1475
  # define SSL_get1_groups(s, glist) \
1487
1476
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1488
1477
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509.h.in
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
552
552
  X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
553
553
  X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
554
554
  # ifndef OPENSSL_NO_DEPRECATED_3_0
555
- # include <openssl/http.h> /* OSSL_HTTP_REQ_CTX_nbio_d2i */
555
+ # include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
556
556
  # define X509_http_nbio(rctx, pcert) \
557
- OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
557
+ OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
558
558
  # define X509_CRL_http_nbio(rctx, pcrl) \
559
- OSSL_HTTP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
559
+ OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
560
560
  # endif
561
561
 
562
562
  # ifndef OPENSSL_NO_STDIO