node-linux-s390x 24.14.1 → 24.16.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 (192) hide show
  1. package/CHANGELOG.md +543 -0
  2. package/README.md +11 -15
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +2 -2
  5. package/include/node/config.gypi +10 -6
  6. package/include/node/js_native_api.h +10 -0
  7. package/include/node/js_native_api_types.h +4 -0
  8. package/include/node/node.h +16 -0
  9. package/include/node/node_api_types.h +2 -0
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +3 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +3 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +3 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +3 -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/cmp.h +3 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +3 -1
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +3 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +3 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +3 -1
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +3 -1
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +3 -1
  43. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +3 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +3 -1
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +3 -1
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +3 -1
  55. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +3 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +3 -1
  61. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +3 -1
  64. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +3 -1
  67. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +3 -1
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  73. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +3 -1
  76. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +3 -1
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +3 -1
  85. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +3 -1
  88. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +3 -1
  91. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +3 -1
  94. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +3 -1
  97. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +3 -1
  100. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +3 -1
  103. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +3 -1
  106. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +3 -1
  109. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +3 -1
  112. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +3 -1
  115. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +3 -1
  118. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +3 -1
  121. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +3 -1
  124. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
  127. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +3 -1
  130. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +3 -1
  133. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  136. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +3 -1
  139. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +3 -1
  142. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +3 -1
  145. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +3 -1
  148. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +3 -1
  151. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +3 -1
  154. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +3 -1
  157. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  160. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +3 -1
  163. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +3 -1
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  169. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +3 -1
  172. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +3 -1
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +3 -1
  181. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/core_dispatch.h +17 -17
  183. package/include/node/openssl/httperr.h +2 -1
  184. package/include/node/openssl/macros.h +2 -1
  185. package/include/node/openssl/rsa.h +3 -3
  186. package/include/node/openssl/types.h +3 -1
  187. package/include/node/uv/unix.h +1 -4
  188. package/include/node/uv/version.h +2 -2
  189. package/include/node/uv/win.h +1 -1
  190. package/include/node/uv.h +12 -8
  191. package/package.json +1 -1
  192. package/share/man/man1/node.1 +23 -0
package/README.md CHANGED
@@ -397,8 +397,6 @@ For information about the governance of the Node.js project, see
397
397
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
398
398
  * [meixg](https://github.com/meixg) -
399
399
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
400
- * [mhdawson](https://github.com/mhdawson) -
401
- **Michael Dawson** <<midawson@redhat.com>> (he/him)
402
400
  * [MoLow](https://github.com/MoLow) -
403
401
  **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
404
402
  * [MrJithil](https://github.com/MrJithil) -
@@ -453,8 +451,6 @@ For information about the governance of the Node.js project, see
453
451
  **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
454
452
  * [vmoroz](https://github.com/vmoroz) -
455
453
  **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
456
- * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
457
- **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
458
454
  * [watilde](https://github.com/watilde) -
459
455
  **Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
460
456
  * [zcbenz](https://github.com/zcbenz) -
@@ -611,6 +607,8 @@ For information about the governance of the Node.js project, see
611
607
  **Matthew Loring** <<mattloring@google.com>>
612
608
  * [Mesteery](https://github.com/Mesteery) -
613
609
  **Mestery** <<mestery@protonmail.com>> (he/him)
610
+ * [mhdawson](https://github.com/mhdawson) -
611
+ **Michael Dawson** <<midawson@redhat.com>> (he/him)
614
612
  * [micnic](https://github.com/micnic) -
615
613
  **Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
616
614
  * [mikeal](https://github.com/mikeal) -
@@ -717,6 +715,8 @@ For information about the governance of the Node.js project, see
717
715
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
718
716
  * [vkurchatkin](https://github.com/vkurchatkin) -
719
717
  **Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
718
+ * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
719
+ **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
720
720
  * [vsemozhetbyt](https://github.com/vsemozhetbyt) -
721
721
  **Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
722
722
  * [watson](https://github.com/watson) -
@@ -747,8 +747,6 @@ maintaining the Node.js project.
747
747
  **Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
748
748
  * [atlowChemi](https://github.com/atlowChemi) -
749
749
  **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
750
- * [Ayase-252](https://github.com/Ayase-252) -
751
- **Qingyu Deng** <<i@ayase-lab.com>>
752
750
  * [bjohansebas](https://github.com/bjohansebas) -
753
751
  **Sebastian Beltran** <<bjohansebas@gmail.com>>
754
752
  * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
@@ -757,6 +755,8 @@ maintaining the Node.js project.
757
755
  **Oliver Medhurst** <<honk@goose.icu>> (they/them)
758
756
  * [daeyeon](https://github.com/daeyeon) -
759
757
  **Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
758
+ * [efekrskl](https://github.com/efekrskl) -
759
+ **Efe Karasakal** <<hi@efe.dev>> (he/him)
760
760
  * [gireeshpunathil](https://github.com/gireeshpunathil) -
761
761
  **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
762
762
  * [gurgunday](https://github.com/gurgunday) -
@@ -771,16 +771,12 @@ maintaining the Node.js project.
771
771
  **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
772
772
  * [marsonya](https://github.com/marsonya) -
773
773
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
774
- * [meixg](https://github.com/meixg) -
775
- **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
776
774
  * [milesguicent](https://github.com/milesguicent) -
777
775
  **Miles Guicent** <<guicent@pm.me>> (he/him)
778
776
  * [preveen-stack](https://github.com/preveen-stack) -
779
777
  **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
780
778
  * [RaisinTen](https://github.com/RaisinTen) -
781
779
  **Darshan Sen** <<raisinten@gmail.com>> (he/him)
782
- * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
783
- **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
784
780
 
785
781
  Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
786
782
  responding to new issues.
@@ -889,15 +885,15 @@ releases on a rotation basis as outlined in the
889
885
  * [bengl](https://github.com/bengl) -
890
886
  **Bryan English** <<bryan@bryanenglish.com>> (he/him)
891
887
  * [HeroDevs](https://www.herodevs.com/)
892
- * [marco-ippolito](https://github.com/marco-ippolito) - OpenJSF handle: `Marco Ippolito`
888
+ * [juanarbol](https://github.com/juanarbol) - OpenJS Slack handle: `juanarbol`
889
+ **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
890
+ * [marco-ippolito](https://github.com/marco-ippolito) - OpenJS Slack handle: `Marco Ippolito`
893
891
  **Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
894
892
  * [NodeSource](https://nodesource.com/)
895
- * [juanarbol](https://github.com/juanarbol) -
896
- **Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
897
- * [RafaelGSS](https://github.com/RafaelGSS) - OpenJSF handle: `RafaelGSS`
893
+ * [RafaelGSS](https://github.com/RafaelGSS) - OpenJS Slack handle: `RafaelGSS`
898
894
  **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
899
895
  * [Platformatic](https://platformatic.dev/)
900
- * [mcollina](https://github.com/mcollina) - OpenJSF handle: `mcollina`
896
+ * [mcollina](https://github.com/mcollina) - OpenJS Slack handle: `mcollina`
901
897
  **Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
902
898
  * [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
903
899
  * [BethGriggs](https://github.com/BethGriggs) -
package/bin/node CHANGED
Binary file
@@ -38,7 +38,7 @@
38
38
 
39
39
  # Reset this number to 0 on major V8 upgrades.
40
40
  # Increment by one for each non-official patch applied to deps/v8.
41
- 'v8_embedder_string': '-node.44',
41
+ 'v8_embedder_string': '-node.49',
42
42
 
43
43
  ##### V8 defaults for Node.js #####
44
44
 
@@ -192,7 +192,7 @@
192
192
  ['clang==1', {
193
193
  'lto': ' -flto ', # Clang
194
194
  }, {
195
- 'lto': ' -flto=4 -fuse-linker-plugin -ffat-lto-objects ', # GCC
195
+ 'lto': ' -flto=4 -ffat-lto-objects ', # GCC
196
196
  }],
197
197
  ],
198
198
  },
@@ -11,6 +11,7 @@
11
11
  "control_flow_guard": "false",
12
12
  "node_use_amaro": "true",
13
13
  "debug_node": "false",
14
+ "debug_symbols": "false",
14
15
  "error_on_warn": "false",
15
16
  "suppress_all_error_on_warn": "false",
16
17
  "use_prefix_to_find_headers": "false",
@@ -140,6 +141,8 @@
140
141
  "lib/internal/data_url.js",
141
142
  "lib/internal/debugger/inspect.js",
142
143
  "lib/internal/debugger/inspect_client.js",
144
+ "lib/internal/debugger/inspect_helpers.js",
145
+ "lib/internal/debugger/inspect_probe.js",
143
146
  "lib/internal/debugger/inspect_repl.js",
144
147
  "lib/internal/dgram.js",
145
148
  "lib/internal/dns/callback_resolver.js",
@@ -181,6 +184,7 @@
181
184
  "lib/internal/inspector/network_http2.js",
182
185
  "lib/internal/inspector/network_resources.js",
183
186
  "lib/internal/inspector/network_undici.js",
187
+ "lib/internal/inspector/webstorage.js",
184
188
  "lib/internal/inspector_async_hook.js",
185
189
  "lib/internal/inspector_network_tracking.js",
186
190
  "lib/internal/js_stream_socket.js",
@@ -205,7 +209,6 @@
205
209
  "lib/internal/modules/customization_hooks.js",
206
210
  "lib/internal/modules/esm/assert.js",
207
211
  "lib/internal/modules/esm/create_dynamic_module.js",
208
- "lib/internal/modules/esm/formats.js",
209
212
  "lib/internal/modules/esm/get_format.js",
210
213
  "lib/internal/modules/esm/hooks.js",
211
214
  "lib/internal/modules/esm/initialize_import_meta.js",
@@ -333,7 +336,6 @@
333
336
  "lib/internal/util/types.js",
334
337
  "lib/internal/v8/startup_snapshot.js",
335
338
  "lib/internal/v8_prof_polyfill.js",
336
- "lib/internal/v8_prof_processor.js",
337
339
  "lib/internal/validators.js",
338
340
  "lib/internal/vm.js",
339
341
  "lib/internal/vm/module.js",
@@ -405,6 +407,7 @@
405
407
  "test/cctest/test_cppgc.cc",
406
408
  "test/cctest/test_crypto_clienthello.cc",
407
409
  "test/cctest/test_dataqueue.cc",
410
+ "test/cctest/test_diagnostics_channel.cc",
408
411
  "test/cctest/test_environment.cc",
409
412
  "test/cctest/test_inspector_socket.cc",
410
413
  "test/cctest/test_inspector_socket_server.cc",
@@ -419,8 +422,10 @@
419
422
  "test/cctest/test_path.cc",
420
423
  "test/cctest/test_per_process.cc",
421
424
  "test/cctest/test_platform.cc",
425
+ "test/cctest/test_quic_arena.cc",
422
426
  "test/cctest/test_quic_cid.cc",
423
427
  "test/cctest/test_quic_error.cc",
428
+ "test/cctest/test_quic_preferredaddress.cc",
424
429
  "test/cctest/test_quic_tokens.cc",
425
430
  "test/cctest/test_report.cc",
426
431
  "test/cctest/test_sockaddr.cc",
@@ -476,10 +481,9 @@
476
481
  "node_use_openssl": "true",
477
482
  "node_shared_openssl": "false",
478
483
  "openssl_is_fips": "false",
479
- "node_quic": "false",
480
484
  "node_fipsinstall": "false",
481
485
  "node_without_node_options": "false",
482
- "openssl_quic": "false",
486
+ "node_use_quic": "false",
483
487
  "icu_small": "false",
484
488
  "v8_enable_i18n_support": 1,
485
489
  "icu_gyp_path": "tools/icu/icu-generic.gyp",
@@ -507,11 +511,11 @@
507
511
  "configurations": {
508
512
  "Release": {
509
513
  "variables": {},
510
- "v8_enable_v8_checks": 1
514
+ "v8_enable_v8_checks": 0
511
515
  },
512
516
  "Debug": {
513
517
  "variables": {},
514
- "v8_enable_v8_checks": 0
518
+ "v8_enable_v8_checks": 1
515
519
  }
516
520
  }
517
521
  }
@@ -437,6 +437,16 @@ napi_create_external_arraybuffer(napi_env env,
437
437
  node_api_basic_finalize finalize_cb,
438
438
  void* finalize_hint,
439
439
  napi_value* result);
440
+ #ifdef NAPI_EXPERIMENTAL
441
+ #define NODE_API_EXPERIMENTAL_HAS_CREATE_EXTERNAL_SHAREDARRAYBUFFER
442
+ NAPI_EXTERN napi_status NAPI_CDECL
443
+ node_api_create_external_sharedarraybuffer(napi_env env,
444
+ void* external_data,
445
+ size_t byte_length,
446
+ node_api_noenv_finalize finalize_cb,
447
+ void* finalize_hint,
448
+ napi_value* result);
449
+ #endif // NAPI_EXPERIMENTAL
440
450
  #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
441
451
  NAPI_EXTERN napi_status NAPI_CDECL napi_get_arraybuffer_info(
442
452
  napi_env env, napi_value arraybuffer, void** data, size_t* byte_length);
@@ -176,6 +176,10 @@ typedef void(NAPI_CDECL* node_api_nogc_finalize)(node_api_nogc_env env,
176
176
  #endif
177
177
  typedef node_api_nogc_finalize node_api_basic_finalize;
178
178
 
179
+ // A finalizer that can be called from any thread and at any time.
180
+ typedef void(NAPI_CDECL* node_api_noenv_finalize)(void* finalize_data,
181
+ void* finalize_hint);
182
+
179
183
  typedef struct {
180
184
  // One of utf8name or name should be NULL.
181
185
  const char* utf8name;
@@ -124,6 +124,8 @@
124
124
 
125
125
  // Forward-declare libuv loop
126
126
  struct uv_loop_s;
127
+ struct napi_module;
128
+ struct ssl_ctx_st; // Forward declaration of SSL_CTX for OpenSSL.
127
129
 
128
130
  // Forward-declare these functions now to stop MSVS from becoming
129
131
  // terminally confused when it's done in node_internals.h
@@ -1700,6 +1702,20 @@ NODE_DEPRECATED("Use v8::Object::Wrap()",
1700
1702
  v8::Local<v8::Object> object,
1701
1703
  void* wrappable));
1702
1704
 
1705
+ namespace crypto {
1706
+
1707
+ // Returns the SSL_CTX* from a SecureContext JS object, as returned by
1708
+ // tls.createSecureContext().
1709
+ // Returns nullptr if the value is not a SecureContext instance,
1710
+ // or if Node.js was built without OpenSSL.
1711
+ //
1712
+ // The returned pointer is not owned by the caller and must not be freed.
1713
+ // It is valid only while the SecureContext JS object remains alive.
1714
+ NODE_EXTERN struct ssl_ctx_st* GetSSLCtx(v8::Local<v8::Context> context,
1715
+ v8::Local<v8::Value> secure_context);
1716
+
1717
+ } // namespace crypto
1718
+
1703
1719
  } // namespace node
1704
1720
 
1705
1721
  #endif // SRC_NODE_H_
@@ -5,6 +5,8 @@
5
5
 
6
6
  typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
7
7
  napi_value exports);
8
+ // False positive: https://github.com/cpplint/cpplint/issues/409
9
+ // NOLINTNEXTLINE (readability/casting)
8
10
  typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
9
11
 
10
12
  typedef struct napi_callback_scope__* napi_callback_scope;
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 24
26
- #define NODE_MINOR_VERSION 14
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 16
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Krypton"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jan 27 17:25:31 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:05:06 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jan 27 17:25:49 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:05:23 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Jan 27 17:26:06 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:05:40 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jan 27 17:26:21 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:05:56 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jan 27 17:26:46 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:06:20 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1
@@ -34,7 +34,7 @@ extern "C" {
34
34
  # define OPENSSL_VERSION_MINOR 5
35
35
  /* clang-format on */
36
36
  /* clang-format off */
37
- # define OPENSSL_VERSION_PATCH 5
37
+ # define OPENSSL_VERSION_PATCH 6
38
38
  /* clang-format on */
39
39
 
40
40
  /*
@@ -87,10 +87,10 @@ extern "C" {
87
87
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
88
88
  */
89
89
  /* clang-format off */
90
- # define OPENSSL_VERSION_STR "3.5.5"
90
+ # define OPENSSL_VERSION_STR "3.5.6"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.5"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.6"
94
94
  /* clang-format on */
95
95
 
96
96
  /*
@@ -99,7 +99,7 @@ extern "C" {
99
99
  * These strings are defined separately to allow them to be parsable.
100
100
  */
101
101
  /* clang-format off */
102
- # define OPENSSL_RELEASE_DATE "27 Jan 2026"
102
+ # define OPENSSL_RELEASE_DATE "7 Apr 2026"
103
103
  /* clang-format on */
104
104
 
105
105
  /*
@@ -107,7 +107,7 @@ extern "C" {
107
107
  */
108
108
 
109
109
  /* clang-format off */
110
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.5 27 Jan 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Jan 27 17:27:07 2026 UTC"
14
+ #define DATE "built on: Tue Apr 7 19:06:40 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
196
196
  * -- CertReqMsg
197
197
  * }
198
198
  */
199
+ #define OSSL_CMP_PKISTATUS_rejected_by_client -5
200
+ #define OSSL_CMP_PKISTATUS_checking_response -4
199
201
  #define OSSL_CMP_PKISTATUS_request -3
200
202
  #define OSSL_CMP_PKISTATUS_trans -2
201
203
  #define OSSL_CMP_PKISTATUS_unspecified -1