node-aix-ppc64 18.3.0 → 18.6.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 (227) hide show
  1. package/CHANGELOG.md +382 -0
  2. package/README.md +14 -8
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +3 -3
  5. package/include/node/node.exp +73 -61
  6. package/include/node/node_version.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +2 -2
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +2 -2
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +2 -2
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +2 -2
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +2 -2
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +2 -2
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +2 -2
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +2 -2
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
  45. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
  51. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +2 -2
  54. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
  55. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +2 -2
  58. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +2 -2
  62. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +2 -2
  66. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
  67. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +2 -2
  70. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
  74. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +2 -2
  78. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
  79. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +2 -2
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
  86. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +2 -2
  90. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
  91. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
  102. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
  103. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +2 -2
  106. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
  107. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +2 -2
  110. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
  111. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
  114. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
  115. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +2 -2
  118. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
  119. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +2 -2
  122. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
  123. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
  126. package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
  127. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +2 -2
  130. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
  131. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +2 -2
  134. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
  135. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
  138. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
  139. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +2 -2
  142. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
  143. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  145. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +2 -2
  146. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
  147. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +2 -2
  150. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
  151. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  154. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  155. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +2 -2
  158. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
  159. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
  162. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
  163. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +2 -2
  166. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  167. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  169. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +2 -2
  170. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
  171. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
  174. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
  175. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +2 -2
  178. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
  179. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +2 -2
  182. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
  183. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +2 -2
  186. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
  187. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
  190. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
  191. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  192. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  193. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +2 -2
  194. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  195. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +2 -2
  198. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
  199. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  200. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +2 -2
  202. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
  203. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +2 -2
  206. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  207. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +2 -2
  210. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  212. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +2 -2
  214. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
  215. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/bnerr.h +2 -1
  225. package/include/node/openssl/core_names.h +4 -4
  226. package/include/node/v8-version.h +1 -1
  227. package/package.json +1 -1
@@ -5938,18 +5938,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
5938
5938
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
5939
5939
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5940
5940
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5941
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x53d084861160450d
5942
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x9e66514db703eae9
5943
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x861ba7d5a6a5587a
5944
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x8f4ffefe2aa160cb
5945
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x6127f535585cd8d9
5946
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x7b7bcdb29c2ff1cd
5941
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x967b5ba5bf37cb50
5942
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x9ecd99179cb0f160
5943
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x9540cd1b3c52abc1
5944
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x90c4c6c47d778737
5945
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xbc1fdaf70006a981
5946
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x8b579ddd01078ffc
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x1c2bbc5b5fe0eb66
5948
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xc3f8bf82b0d90867
5949
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xf7c8488c745f3308
5948
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x31790889bfed0fee
5949
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x3715170da1c7d477
5950
5950
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
5951
5951
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
5952
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xa2fb48b494003034
5952
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xe0ed8937d595a8a1
5953
5953
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5954
5954
  _GLOBAL__I_65535_0__Z16_register_configv
5955
5955
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6981,9 +6981,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
6981
6981
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
6982
6982
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
6983
6983
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
6984
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x22ce56d0818188d9
6985
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x865beeee0c2342ca
6986
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x34baae7dd0430687
6984
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xfa515385e1db4e2
6985
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x937b02ab01e66016
6986
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x6360804a64a7169a
6987
6987
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
6988
6988
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
6989
6989
  _HZData_71
@@ -10297,6 +10297,7 @@ _ZN2v88internal10JSReceiver18TestIntegrityLevelENS0_6HandleIS1_EENS0_18PropertyA
10297
10297
  _ZN2v88internal10JSReceiver19HasInPrototypeChainEPNS0_7IsolateENS0_6HandleIS1_EENS4_INS0_6ObjectEEE
10298
10298
  _ZN2v88internal10JSReceiver19HasProxyInPrototypeEPNS0_7IsolateE
10299
10299
  _ZN2v88internal10JSReceiver19OrdinaryToPrimitiveEPNS0_7IsolateENS0_6HandleIS1_EENS0_23OrdinaryToPrimitiveHintE
10300
+ _ZN2v88internal10JSReceiver21CheckPrivateNameStoreEPNS0_14LookupIteratorEb
10300
10301
  _ZN2v88internal10JSReceiver21GetPropertyAttributesEPNS0_14LookupIteratorE
10301
10302
  _ZN2v88internal10JSReceiver22GetContextForMicrotaskENS0_6HandleIS1_EE
10302
10303
  _ZN2v88internal10JSReceiver23DeletePropertyOrElementENS0_6HandleIS1_EENS2_INS0_4NameEEENS0_12LanguageModeE
@@ -19626,6 +19627,7 @@ _ZN2v88internal21CpuProfilesCollection24AddPathToCurrentProfilesENS_4base9TimeTi
19626
19627
  _ZN2v88internal21CpuProfilesCollection24StartProfilingForTestingEj
19627
19628
  _ZN2v88internal21CpuProfilesCollection44UpdateNativeContextAddressForCurrentProfilesEmm
19628
19629
  _ZN2v88internal21CpuProfilesCollection6LookupEPKc
19630
+ _ZN2v88internal21CpuProfilesCollection8last_id_E
19629
19631
  _ZN2v88internal21CpuProfilesCollectionC1EPNS0_7IsolateE
19630
19632
  _ZN2v88internal21CpuProfilesCollectionC2EPNS0_7IsolateE
19631
19633
  _ZN2v88internal21CpuTraceMarkExtension25GetNativeFunctionTemplateEPNS_7IsolateENS_5LocalINS_6StringEEE
@@ -33158,7 +33160,7 @@ _ZN2v88internal7Runtime17SetObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_6Object
33158
33160
  _ZN2v88internal7Runtime20DeleteObjectPropertyEPNS0_7IsolateENS0_6HandleINS0_10JSReceiverEEENS4_INS0_6ObjectEEENS0_12LanguageModeE
33159
33161
  _ZN2v88internal7Runtime20RuntimeFunctionTableEPNS0_7IsolateE
33160
33162
  _ZN2v88internal7Runtime21GetInternalPropertiesEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEE
33161
- _ZN2v88internal7Runtime23DefineObjectOwnPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_S6_NS0_11StoreOriginENS_5MaybeINS0_11ShouldThrowEEE
33163
+ _ZN2v88internal7Runtime23DefineObjectOwnPropertyEPNS0_7IsolateENS0_6HandleINS0_6ObjectEEES6_S6_NS0_11StoreOriginE
33162
33164
  _ZN2v88internal7Runtime23IsAllowListedForFuzzingENS1_10FunctionIdE
33163
33165
  _ZN2v88internal7Scanner10InitializeEv
33164
33166
  _ZN2v88internal7Scanner10ScanEscapeILb0EEEbv
@@ -45709,15 +45711,12 @@ _ZN4node10JSONWriter12write_stringEPKc
45709
45711
  _ZN4node10JSONWriter12write_stringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
45710
45712
  _ZN4node10JSONWriter13json_arrayendEv
45711
45713
  _ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
45712
- _ZN4node10JSONWriter13json_keyvalueIA15_cdEEvRKT_RKT0_
45713
45714
  _ZN4node10JSONWriter13json_keyvalueIA5_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKT_RKT0_
45714
45715
  _ZN4node10JSONWriter13json_keyvalueIA5_cmEEvRKT_RKT0_
45715
45716
  _ZN4node10JSONWriter13json_keyvalueIA8_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvRKT_RKT0_
45716
- _ZN4node10JSONWriter13json_keyvalueIA9_cmEEvRKT_RKT0_
45717
45717
  _ZN4node10JSONWriter14json_objectendEv
45718
45718
  _ZN4node10JSONWriter15json_arraystartIPKcEEvT_
45719
45719
  _ZN4node10JSONWriter16json_objectstartIPKcEEvT_
45720
- _ZN4node10JSONWriter8json_endEv
45721
45720
  _ZN4node10MapKVStore3SetEPN2v87IsolateENS1_5LocalINS1_6StringEEES6_
45722
45721
  _ZN4node10MapKVStore6DeleteEPN2v87IsolateENS1_5LocalINS1_6StringEEE
45723
45722
  _ZN4node10MapKVStoreD0Ev
@@ -45779,6 +45778,7 @@ _ZN4node10StreamPipe16WritableListener18OnStreamWantsWriteEm
45779
45778
  _ZN4node10StreamPipe16WritableListener21OnStreamAfterShutdownEPNS_12ShutdownWrapEi
45780
45779
  _ZN4node10StreamPipe16WritableListenerD0Ev
45781
45780
  _ZN4node10StreamPipe16WritableListenerD1Ev
45781
+ _ZN4node10StreamPipe3NewEPNS_10StreamBaseES2_N2v85LocalINS3_6ObjectEEE
45782
45782
  _ZN4node10StreamPipe3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45783
45783
  _ZN4node10StreamPipe5StartERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45784
45784
  _ZN4node10StreamPipe6UnpipeERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -45905,7 +45905,6 @@ _ZN4node10contextify16ContextifyScript10InstanceOfEPNS_11EnvironmentERKN2v85Loca
45905
45905
  _ZN4node10contextify16ContextifyScript11EvalMachineEPNS_11EnvironmentElbbbSt10shared_ptrIN2v814MicrotaskQueueEERKNS5_20FunctionCallbackInfoINS5_5ValueEEE
45906
45906
  _ZN4node10contextify16ContextifyScript12RunInContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45907
45907
  _ZN4node10contextify16ContextifyScript16CreateCachedDataERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45908
- _ZN4node10contextify16ContextifyScript16RunInThisContextERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45909
45908
  _ZN4node10contextify16ContextifyScript26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
45910
45909
  _ZN4node10contextify16ContextifyScript3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
45911
45910
  _ZN4node10contextify16ContextifyScript4InitEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
@@ -45947,6 +45946,12 @@ _ZN4node10contextify18MicrotaskQueueWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6Obj
45947
45946
  _ZN4node10contextify18MicrotaskQueueWrapD0Ev
45948
45947
  _ZN4node10contextify18MicrotaskQueueWrapD1Ev
45949
45948
  _ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
45949
+ _ZN4node10mksnapshot10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
45950
+ _ZN4node10mksnapshot20CompileSerializeMainERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45951
+ _ZN4node10mksnapshot20SetSerializeCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45952
+ _ZN4node10mksnapshot22SetDeserializeCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45953
+ _ZN4node10mksnapshot26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
45954
+ _ZN4node10mksnapshot26SetDeserializeMainFunctionERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45950
45955
  _ZN4node10task_queue26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
45951
45956
  _ZN4node11AddressToJSEPNS_11EnvironmentEPK8sockaddrN2v85LocalINS5_6ObjectEEE
45952
45957
  _ZN4node11BufferValueC1EPN2v87IsolateENS1_5LocalINS1_5ValueEEE
@@ -46127,7 +46132,7 @@ _ZN4node11SPrintFImplImJRiEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE
46127
46132
  _ZN4node11SPrintFImplImJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
46128
46133
  _ZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
46129
46134
  _ZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
46130
- _ZN4node11SplitStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEc
46135
+ _ZN4node11SplitStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcb
46131
46136
  _ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
46132
46137
  _ZN4node11StatWatcher26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46133
46138
  _ZN4node11StatWatcher3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -46780,6 +46785,7 @@ _ZN4node17SyncProcessRunnerC1EPNS_11EnvironmentE
46780
46785
  _ZN4node17SyncProcessRunnerC2EPNS_11EnvironmentE
46781
46786
  _ZN4node17SyncProcessRunnerD1Ev
46782
46787
  _ZN4node17SyncProcessRunnerD2Ev
46788
+ _ZN4node17conf_section_nameE
46783
46789
  _ZN4node18CheckedUvLoopCloseEP9uv_loop_s
46784
46790
  _ZN4node18DiagnosticFilename12MakeFilenameB5cxx11EmPKcS2_
46785
46791
  _ZN4node18DiagnosticFilename9LocalTimeEP2tm
@@ -47247,6 +47253,8 @@ _ZN4node2fs5CloseERKN2v820FunctionCallbackInfoINS1_5ValueEEE
47247
47253
  _ZN4node2fs6AccessERKN2v820FunctionCallbackInfoINS1_5ValueEEE
47248
47254
  _ZN4node2fs8BasenameERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES8_
47249
47255
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcPFvS5_EEJPcEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47256
+ _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcS7_iPFvS5_EEJPcSC_iEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47257
+ _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcddPFvS5_EEJPcddEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47250
47258
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKciPFvS5_EEJPciEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47251
47259
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_sPKcjjPFvS5_EEJPcjjEEEiPNS_11EnvironmentEN2v85LocalINSF_5ValueEEEPNS0_13FSReqWrapSyncES7_T_DpT0_
47252
47260
  _ZN4node2fs8SyncCallIPFiP9uv_loop_sP7uv_fs_siPFvS5_EEJiEEEiPNS_11EnvironmentEN2v85LocalINSC_5ValueEEEPNS0_13FSReqWrapSyncEPKcT_DpT0_
@@ -47274,6 +47282,7 @@ _ZN4node30THROW_ERR_CRYPTO_INVALID_CURVEEPN2v87IsolateE
47274
47282
  _ZN4node31AllowWasmCodeGenerationCallbackEN2v85LocalINS0_7ContextEEENS1_INS0_6StringEEE
47275
47283
  _ZN4node31ERR_MISSING_PLATFORM_FOR_WORKERIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
47276
47284
  _ZN4node31ERR_TLS_INVALID_PROTOCOL_METHODIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
47285
+ _ZN4node31ModifyCodeGenerationFromStringsEN2v85LocalINS0_7ContextEEENS1_INS0_5ValueEEEb
47277
47286
  _ZN4node31RegisterTimerExternalReferencesEPNS_25ExternalReferenceRegistryE
47278
47287
  _ZN4node31RegisterTypesExternalReferencesEPNS_25ExternalReferenceRegistryE
47279
47288
  _ZN4node31THROW_ERR_CRYPTO_INVALID_DIGESTEPN2v87IsolateE
@@ -47676,15 +47685,12 @@ _ZN4node6crypto10ByteSource18FromStringOrBufferEPNS_11EnvironmentEN2v85LocalINS4
47676
47685
  _ZN4node6crypto10ByteSource18NullTerminatedCopyEPNS_11EnvironmentEN2v85LocalINS4_5ValueEEE
47677
47686
  _ZN4node6crypto10ByteSource21ReleaseToBackingStoreEv
47678
47687
  _ZN4node6crypto10ByteSource28FromSymmetricKeyObjectHandleEN2v85LocalINS2_5ValueEEE
47679
- _ZN4node6crypto10ByteSource5resetEv
47680
- _ZN4node6crypto10ByteSource7ForeignEPKcm
47688
+ _ZN4node6crypto10ByteSource7ForeignEPKvm
47681
47689
  _ZN4node6crypto10ByteSource7FromBIOERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS3_XadL_Z12BIO_free_allEEEEE
47682
47690
  _ZN4node6crypto10ByteSource8ToBufferEPNS_11EnvironmentE
47683
- _ZN4node6crypto10ByteSource9AllocatedEPcm
47691
+ _ZN4node6crypto10ByteSource9AllocatedEPvm
47684
47692
  _ZN4node6crypto10ByteSourceC1EOS1_
47685
- _ZN4node6crypto10ByteSourceC1EPKcPcm
47686
47693
  _ZN4node6crypto10ByteSourceC2EOS1_
47687
- _ZN4node6crypto10ByteSourceC2EPKcPcm
47688
47694
  _ZN4node6crypto10ByteSourceD1Ev
47689
47695
  _ZN4node6crypto10ByteSourceD2Ev
47690
47696
  _ZN4node6crypto10ByteSourceaSEOS1_
@@ -47891,6 +47897,7 @@ _ZN4node6crypto13KeyObjectDataC2ENS0_10ByteSourceE
47891
47897
  _ZN4node6crypto13KeyObjectDataC2ENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
47892
47898
  _ZN4node6crypto13KeyObjectDataD0Ev
47893
47899
  _ZN4node6crypto13KeyObjectDataD1Ev
47900
+ _ZN4node6crypto13MallocOpenSSLIcEEPT_m
47894
47901
  _ZN4node6crypto13SecureContext10InitializeEPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
47895
47902
  _ZN4node6crypto13SecureContext10LoadPKCS12ERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47896
47903
  _ZN4node6crypto13SecureContext10SetCiphersERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -58781,7 +58788,6 @@ _ZNK2v88internal8compiler19FixedDoubleArrayRef6objectEv
58781
58788
  _ZNK2v88internal8compiler19InstructionSelector14GetEffectLevelEPNS1_4NodeE
58782
58789
  _ZNK2v88internal8compiler19InstructionSelector14GetEffectLevelEPNS1_4NodeEPNS1_17FlagsContinuationE
58783
58790
  _ZNK2v88internal8compiler19InstructionSelector19CanUseRootsRegisterEv
58784
- _ZNK2v88internal8compiler19InstructionSelector20CanCoverTransitivelyEPNS1_4NodeES4_S4_
58785
58791
  _ZNK2v88internal8compiler19InstructionSelector27IsOnlyUserOfNodeInSameBlockEPNS1_4NodeES4_
58786
58792
  _ZNK2v88internal8compiler19InstructionSelector29GetVirtualRegistersForTestingEv
58787
58793
  _ZNK2v88internal8compiler19InstructionSelector33CanAddressRelativeToRootsRegisterERKNS0_17ExternalReferenceE
@@ -60141,7 +60147,9 @@ _ZNK4node11Environment14MemoryInfoNameB5cxx11Ev
60141
60147
  _ZNK4node11Environment14PrintSyncTraceEv
60142
60148
  _ZNK4node11Environment17worker_parent_envEv
60143
60149
  _ZNK4node11Environment24decorated_private_symbolEv
60150
+ _ZNK4node11Environment26RunSnapshotDeserializeMainEv
60144
60151
  _ZNK4node11Environment26alpn_buffer_private_symbolEv
60152
+ _ZNK4node11Environment28RunSnapshotSerializeCallbackEv
60145
60153
  _ZNK4node11Environment28arrow_message_private_symbolEv
60146
60154
  _ZNK4node11Environment32contextify_global_private_symbolEv
60147
60155
  _ZNK4node11Environment33contextify_context_private_symbolEv
@@ -60378,9 +60386,6 @@ _ZNK4node5http29Http2Ping10MemoryInfoEPNS_13MemoryTrackerE
60378
60386
  _ZNK4node5http29Http2Ping14MemoryInfoNameB5cxx11Ev
60379
60387
  _ZNK4node5http29Http2Ping8SelfSizeEv
60380
60388
  _ZNK4node5http29Http2Ping8callbackEv
60381
- _ZNK4node6crypto10ByteSource3getEv
60382
- _ZNK4node6crypto10ByteSource4ToBNEv
60383
- _ZNK4node6crypto10ByteSource4sizeEv
60384
60389
  _ZNK4node6crypto10CipherBase10MemoryInfoEPNS_13MemoryTrackerE
60385
60390
  _ZNK4node6crypto10CipherBase14MemoryInfoNameB5cxx11Ev
60386
60391
  _ZNK4node6crypto10CipherBase19IsAuthenticatedModeEv
@@ -64654,6 +64659,7 @@ _ZNSt6vectorIN2v85LocalINS0_17SharedArrayBufferEEESaIS3_EE17_M_realloc_insertIJR
64654
64659
  _ZNSt6vectorIN2v85LocalINS0_5ArrayEEESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64655
64660
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJNS1_INS0_6NumberEEEEEERS3_DpOT_
64656
64661
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJNS1_INS0_6StringEEEEEERS3_DpOT_
64662
+ _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE12emplace_backIJRNS1_INS0_6StringEEEEEERS3_DpOT_
64657
64663
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6ObjectEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64658
64664
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_6StringEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
64659
64665
  _ZNSt6vectorIN2v85LocalINS0_5ValueEEESaIS3_EE17_M_realloc_insertIJNS1_INS0_7IntegerEEEEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
@@ -70192,34 +70198,34 @@ _ZZN2v88internal12RegisterNameENS0_8RegisterEE5Names
70192
70198
  _ZZN2v88internal13ProfilerStats8InstanceEvE5stats
70193
70199
  _ZZN2v88internal15MemoryAllocator8Unmapper18UnmapFreeMemoryJob3RunEPNS_11JobDelegateEE27trace_event_unique_atomic75
70194
70200
  _ZZN2v88internal15MemoryAllocator8Unmapper18UnmapFreeMemoryJob3RunEPNS_11JobDelegateEE27trace_event_unique_atomic80
70195
- _ZZN2v88internal15PageMarkingItem7ProcessEPNS0_26YoungGenerationMarkingTaskEE29trace_event_unique_atomic5592
70201
+ _ZZN2v88internal15PageMarkingItem7ProcessEPNS0_26YoungGenerationMarkingTaskEE29trace_event_unique_atomic5589
70196
70202
  _ZZN2v88internal17ConcurrentMarking7JobTask3RunEPNS_11JobDelegateEE28trace_event_unique_atomic424
70197
- _ZZN2v88internal17LiveObjectVisitor17VisitBlackObjectsINS0_23EvacuateOldSpaceVisitorENS0_26MajorNonAtomicMarkingStateEEEbPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEPNS0_10HeapObjectEE29trace_event_unique_atomic4028
70198
- _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_23EvacuateNewSpaceVisitorENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4083
70199
- _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE0EEENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4083
70200
- _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE1EEENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4083
70201
- _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_23EvacuateNewSpaceVisitorENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4054
70202
- _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_25EvacuateRecordOnlyVisitorENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4054
70203
- _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE0EEENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4054
70204
- _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE1EEENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4054
70205
- _ZZN2v88internal17PageEvacuationJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic3812
70206
- _ZZN2v88internal17PageEvacuationJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic3816
70203
+ _ZZN2v88internal17LiveObjectVisitor17VisitBlackObjectsINS0_23EvacuateOldSpaceVisitorENS0_26MajorNonAtomicMarkingStateEEEbPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEPNS0_10HeapObjectEE29trace_event_unique_atomic4025
70204
+ _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_23EvacuateNewSpaceVisitorENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4080
70205
+ _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE0EEENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4080
70206
+ _ZZN2v88internal17LiveObjectVisitor22VisitGreyObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE1EEENS0_26MinorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4080
70207
+ _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_23EvacuateNewSpaceVisitorENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4051
70208
+ _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_25EvacuateRecordOnlyVisitorENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4051
70209
+ _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE0EEENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4051
70210
+ _ZZN2v88internal17LiveObjectVisitor23VisitBlackObjectsNoFailINS0_27EvacuateNewSpacePageVisitorILNS0_18PageEvacuationModeE1EEENS0_26MajorNonAtomicMarkingStateEEEvPNS0_11MemoryChunkEPT0_PT_NS1_13IterationModeEE29trace_event_unique_atomic4051
70211
+ _ZZN2v88internal17PageEvacuationJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic3809
70212
+ _ZZN2v88internal17PageEvacuationJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic3813
70207
70213
  _ZZN2v88internal18PerfectKeywordHash4HashEPKciE11asso_values
70214
+ _ZZN2v88internal19PointersUpdatingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic4206
70208
70215
  _ZZN2v88internal19PointersUpdatingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic4209
70209
- _ZZN2v88internal19PointersUpdatingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic4212
70210
- _ZZN2v88internal19ToSpaceUpdatingItemINS0_26MinorNonAtomicMarkingStateEE15ProcessVisitAllEvE29trace_event_unique_atomic4277
70211
- _ZZN2v88internal19ToSpaceUpdatingItemINS0_26MinorNonAtomicMarkingStateEE16ProcessVisitLiveEvE29trace_event_unique_atomic4290
70216
+ _ZZN2v88internal19ToSpaceUpdatingItemINS0_26MinorNonAtomicMarkingStateEE15ProcessVisitAllEvE29trace_event_unique_atomic4274
70217
+ _ZZN2v88internal19ToSpaceUpdatingItemINS0_26MinorNonAtomicMarkingStateEE16ProcessVisitLiveEvE29trace_event_unique_atomic4287
70212
70218
  _ZZN2v88internal20RegExpMacroAssembler22ImplementationToStringENS1_22IrregexpImplementationEE6kNames
70213
70219
  _ZZN2v88internal21ExternalCallbackScopeC4EPNS0_7IsolateEmE27trace_event_unique_atomic65
70214
70220
  _ZZN2v88internal21ExternalCallbackScopeD4EvE27trace_event_unique_atomic71
70215
70221
  _ZZN2v88internal22InternalStringToDoubleIPKhS3_EEdT_T0_idE15kInfinityString
70216
70222
  _ZZN2v88internal22InternalStringToDoubleIPKtS3_EEdT_T0_idE15kInfinityString
70217
- _ZZN2v88internal25RememberedSetUpdatingItemINS0_26MajorNonAtomicMarkingStateELNS0_16GarbageCollectorE1EE7ProcessEvE29trace_event_unique_atomic4321
70218
- _ZZN2v88internal25RememberedSetUpdatingItemINS0_26MinorNonAtomicMarkingStateELNS0_16GarbageCollectorE2EE7ProcessEvE29trace_event_unique_atomic4321
70223
+ _ZZN2v88internal25RememberedSetUpdatingItemINS0_26MajorNonAtomicMarkingStateELNS0_16GarbageCollectorE1EE7ProcessEvE29trace_event_unique_atomic4318
70224
+ _ZZN2v88internal25RememberedSetUpdatingItemINS0_26MinorNonAtomicMarkingStateELNS0_16GarbageCollectorE2EE7ProcessEvE29trace_event_unique_atomic4318
70219
70225
  _ZZN2v88internal25TranslationOpcodeToStringENS0_17TranslationOpcodeEE5names
70220
- _ZZN2v88internal25YoungGenerationMarkingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic5663
70221
- _ZZN2v88internal25YoungGenerationMarkingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic5668
70222
- _ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atomic4546
70226
+ _ZZN2v88internal25YoungGenerationMarkingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic5660
70227
+ _ZZN2v88internal25YoungGenerationMarkingJob3RunEPNS_11JobDelegateEE29trace_event_unique_atomic5665
70228
+ _ZZN2v88internal26EphemeronTableUpdatingItem7ProcessEvE29trace_event_unique_atomic4543
70223
70229
  _ZZN2v88internal26TracingAccountingAllocator39UpdateMemoryTrafficAndReportMemoryUsageEmE29trace_event_unique_atomic3064
70224
70230
  _ZZN2v88internal27OptimizingCompileDispatcher11CompileTask11RunInternalEvE27trace_event_unique_atomic55
70225
70231
  _ZZN2v88internal28CFunctionBuilderWithFunctionINS_16CTypeInfoBuilderIvJEEEJNS2_INS_5LocalINS_5ValueEEEJEEEEE5BuildEvE8instance
@@ -71187,8 +71193,6 @@ _ZZN4node6MallocI7hostentEEPT_mE4args
71187
71193
  _ZZN4node6MallocIPcEEPT_mE4args
71188
71194
  _ZZN4node6MallocIcEEPT_mE4args
71189
71195
  _ZZN4node6MallocIhEEPT_mE4args
71190
- _ZZN4node6crypto10ByteSource6ResizeEmE4args
71191
- _ZZN4node6crypto10ByteSource6ResizeEmE4args_0
71192
71196
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
71193
71197
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args_0
71194
71198
  _ZZN4node6crypto12KeyExportJobINS0_17DHKeyExportTraitsEE3NewERKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args_1
@@ -71235,7 +71239,6 @@ _ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args
71235
71239
  _ZZN4node6crypto13EnginePointer5resetEP9engine_stbE4args_0
71236
71240
  _ZZN4node6crypto13MallocOpenSSLIcEEPT_mE4args
71237
71241
  _ZZN4node6crypto13MallocOpenSSLIhEEPT_mE4args
71238
- _ZZN4node6crypto14ReallocOpenSSLIcEEPT_S3_mE4args
71239
71242
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
71240
71243
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args_0
71241
71244
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
@@ -71396,15 +71399,14 @@ _ZZNK4node10UnionBytes14two_bytes_dataEvE4args
71396
71399
  _ZZNK4node14options_parser13OptionsParserINS_12DebugOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71397
71400
  _ZZNK4node14options_parser13OptionsParserINS_17PerIsolateOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71398
71401
  _ZZNK4node14options_parser13OptionsParserINS_17PerProcessOptionsEE5ParseEPSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EESD_SD_PS2_NS_20OptionEnvvarSettingsESD_E4args
71399
- _ZZNK4node16NonCopyableMaybeINS_6crypto10ByteSourceEEptEvE4args
71400
71402
  _ZZNK4node20SyncProcessStdioPipe7uv_pipeEvE4args
71401
- _ZZNK4node6crypto25ArrayBufferOrViewContentsIcE20ToNullTerminatedCopyEvE4args
71402
71403
  _ZZNK4node7TCPWrap14MemoryInfoNameB5cxx11EvE4args
71403
71404
  _ZZNK4node8HostPort4portEvE4args
71404
71405
  _ZZNK4node9Histogram10PercentileEdE4args
71405
71406
  _ZZNK4node9Histogram10PercentileEdE4args_0
71406
71407
  _ZZNK4node9inspector8protocol6Binary4dataEvE4args
71407
71408
  _ZZNK4node9inspector8protocol6Binary8toBase64B5cxx11EvE4args
71409
+ _ZZNO4node6crypto10ByteSource7Builder7releaseESt8optionalImEE4args
71408
71410
  _ZZNSt19_Sp_make_shared_tag5_S_tiEvE5__tag
71409
71411
  _ZZNSt8__detail9__variant15_Move_ctor_baseILb0EJSt10unique_ptrI9bignum_stN4node15FunctionDeleterIS3_XadL_Z7BN_freeEEEEEiEEC4EOS8_E9_S_vtable
71410
71412
  _ZZSt9call_onceIRFvvEJEEvRSt9once_flagOT_DpOT0_ENKUlvE0_clEv
@@ -72082,7 +72084,8 @@ evp_md_ctx_new_ex
72082
72084
  evp_md_free_int
72083
72085
  evp_md_get_number
72084
72086
  evp_md_new
72085
- evp_method_store_flush
72087
+ evp_method_store_cache_flush
72088
+ evp_method_store_remove_all_provided
72086
72089
  evp_names_do_all
72087
72090
  evp_pkcs82pkey_legacy
72088
72091
  evp_pkey_copy_downgraded
@@ -72554,7 +72557,7 @@ llhttp__internal__c_or_flags
72554
72557
  llhttp__internal__c_or_flags_1
72555
72558
  llhttp__internal__c_or_flags_15
72556
72559
  llhttp__internal__c_or_flags_16
72557
- llhttp__internal__c_or_flags_17
72560
+ llhttp__internal__c_or_flags_18
72558
72561
  llhttp__internal__c_or_flags_3
72559
72562
  llhttp__internal__c_or_flags_4
72560
72563
  llhttp__internal__c_or_flags_5
@@ -72566,9 +72569,11 @@ llhttp__internal__c_store_method
72566
72569
  llhttp__internal__c_test_flags
72567
72570
  llhttp__internal__c_test_flags_1
72568
72571
  llhttp__internal__c_test_flags_2
72572
+ llhttp__internal__c_test_flags_3
72569
72573
  llhttp__internal__c_test_lenient_flags
72570
72574
  llhttp__internal__c_test_lenient_flags_1
72571
72575
  llhttp__internal__c_test_lenient_flags_2
72576
+ llhttp__internal__c_test_lenient_flags_4
72572
72577
  llhttp__internal__c_update_content_length
72573
72578
  llhttp__internal__c_update_finish
72574
72579
  llhttp__internal__c_update_finish_1
@@ -72618,6 +72623,7 @@ llhttp_set_error_reason
72618
72623
  llhttp_set_lenient_chunked_length
72619
72624
  llhttp_set_lenient_headers
72620
72625
  llhttp_set_lenient_keep_alive
72626
+ llhttp_set_lenient_transfer_encoding
72621
72627
  llhttp_settings_init
72622
72628
  llhttp_should_keep_alive
72623
72629
  locale_getKeywordsStart_71
@@ -74041,7 +74047,7 @@ ossl_DER_w_null
74041
74047
  ossl_DER_w_octet_string
74042
74048
  ossl_DER_w_octet_string_uint32
74043
74049
  ossl_DER_w_precompiled
74044
- ossl_DER_w_ulong
74050
+ ossl_DER_w_uint32
74045
74051
  ossl_DHX_der_to_dhx_decoder_functions
74046
74052
  ossl_DH_der_to_dh_decoder_functions
74047
74053
  ossl_DSA_der_to_dsa_decoder_functions
@@ -74253,9 +74259,9 @@ ossl_blake2s_update
74253
74259
  ossl_blake2smac_functions
74254
74260
  ossl_blob_length
74255
74261
  ossl_blowfish128cbc_functions
74262
+ ossl_blowfish128cfb64_functions
74256
74263
  ossl_blowfish128ecb_functions
74257
- ossl_blowfish64cfb64_functions
74258
- ossl_blowfish64ofb64_functions
74264
+ ossl_blowfish128ofb64_functions
74259
74265
  ossl_bn_check_prime
74260
74266
  ossl_bn_generator_19
74261
74267
  ossl_bn_generator_2
@@ -74285,7 +74291,6 @@ ossl_c448_ed448_sign
74285
74291
  ossl_c448_ed448_sign_prehash
74286
74292
  ossl_c448_ed448_verify
74287
74293
  ossl_c448_ed448_verify_prehash
74288
- ossl_c_locale
74289
74294
  ossl_camellia128cbc_cts_functions
74290
74295
  ossl_camellia128cbc_functions
74291
74296
  ossl_camellia128cfb1_functions
@@ -74565,8 +74570,9 @@ ossl_decoder_get_number
74565
74570
  ossl_decoder_instance_free
74566
74571
  ossl_decoder_instance_new
74567
74572
  ossl_decoder_parsed_properties
74573
+ ossl_decoder_store_cache_flush
74574
+ ossl_decoder_store_remove_all_provided
74568
74575
  ossl_default_provider_init
74569
- ossl_deinit_casecmp
74570
74576
  ossl_der_aid_sha1Identifier
74571
74577
  ossl_der_aid_sha224Identifier
74572
74578
  ossl_der_aid_sha256Identifier
@@ -74999,6 +75005,8 @@ ossl_encoder_fetch_by_number
74999
75005
  ossl_encoder_get_number
75000
75006
  ossl_encoder_instance_free
75001
75007
  ossl_encoder_parsed_properties
75008
+ ossl_encoder_store_cache_flush
75009
+ ossl_encoder_store_remove_all_provided
75002
75010
  ossl_engine_table_select
75003
75011
  ossl_err_get_state_int
75004
75012
  ossl_err_load_ASN1_strings
@@ -75117,12 +75125,14 @@ ossl_idea128cfb64_functions
75117
75125
  ossl_idea128ecb_functions
75118
75126
  ossl_idea128ofb64_functions
75119
75127
  ossl_ifc_ffc_compute_security_bits
75120
- ossl_init_casecmp
75121
75128
  ossl_init_thread
75122
75129
  ossl_init_thread_deregister
75123
75130
  ossl_init_thread_start
75124
75131
  ossl_ipaddr_to_asc
75125
75132
  ossl_is_partially_overlapping
75133
+ ossl_isdigit
75134
+ ossl_islower
75135
+ ossl_isupper
75126
75136
  ossl_kdf_data_free
75127
75137
  ossl_kdf_data_new
75128
75138
  ossl_kdf_data_up_ref
@@ -75182,14 +75192,15 @@ ossl_md5_sha1_update
75182
75192
  ossl_mdc2_functions
75183
75193
  ossl_method_construct
75184
75194
  ossl_method_store_add
75195
+ ossl_method_store_cache_flush_all
75185
75196
  ossl_method_store_cache_get
75186
75197
  ossl_method_store_cache_set
75187
75198
  ossl_method_store_do_all
75188
75199
  ossl_method_store_fetch
75189
- ossl_method_store_flush_cache
75190
75200
  ossl_method_store_free
75191
75201
  ossl_method_store_new
75192
75202
  ossl_method_store_remove
75203
+ ossl_method_store_remove_all_provided
75193
75204
  ossl_msblob_to_dsa_decoder_functions
75194
75205
  ossl_msblob_to_rsa_decoder_functions
75195
75206
  ossl_namemap_add_name
@@ -75394,7 +75405,6 @@ ossl_provider_activate
75394
75405
  ossl_provider_add_conf_module
75395
75406
  ossl_provider_add_parameter
75396
75407
  ossl_provider_add_to_store
75397
- ossl_provider_clear_all_operation_bits
75398
75408
  ossl_provider_ctx
75399
75409
  ossl_provider_deactivate
75400
75410
  ossl_provider_default_props_update
@@ -75715,6 +75725,8 @@ ossl_store_get0_loader_int
75715
75725
  ossl_store_handle_load_result
75716
75726
  ossl_store_loader_fetch_by_number
75717
75727
  ossl_store_loader_get_number
75728
+ ossl_store_loader_store_cache_flush
75729
+ ossl_store_loader_store_remove_all_provided
75718
75730
  ossl_store_register_loader_int
75719
75731
  ossl_store_unregister_loader_int
75720
75732
  ossl_tdes_desx_cbc_functions
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 3
26
+ #define NODE_MINOR_VERSION 6
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 16 03:44:42 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 5
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.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 16 03:44:57 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 5
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.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 16 03:45:11 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 5
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.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE