node-linux-s390x 24.16.0 → 24.18.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 (238) hide show
  1. package/CHANGELOG.md +211 -0
  2. package/LICENSE +202 -202
  3. package/README.md +6 -20
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +65 -1
  6. package/include/node/config.gypi +3 -0
  7. package/include/node/node.h +14 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -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/include/openssl/ssl.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509_acert.h +9 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -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/asm_avx2/include/openssl/ssl.h +2 -2
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509_acert.h +9 -1
  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/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509_acert.h +9 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -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/include/openssl/ssl.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509_acert.h +9 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -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/asm_avx2/include/openssl/ssl.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +2 -2
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +2 -2
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509_acert.h +9 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509_acert.h +9 -1
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509_acert.h +9 -1
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509_acert.h +9 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509_acert.h +9 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509_acert.h +9 -1
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509_acert.h +9 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +2 -2
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509_acert.h +9 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +2 -2
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509_acert.h +9 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +2 -2
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509_acert.h +9 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +2 -2
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509_acert.h +9 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +2 -2
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +2 -2
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509_acert.h +9 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +2 -2
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509_acert.h +9 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +2 -2
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +2 -2
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509_acert.h +9 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +2 -2
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +2 -2
  112. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509_acert.h +9 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +2 -2
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509_acert.h +9 -1
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +2 -2
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509_acert.h +9 -1
  121. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +2 -2
  124. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509_acert.h +9 -1
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +2 -2
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509_acert.h +9 -1
  129. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +2 -2
  132. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509_acert.h +9 -1
  133. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +2 -2
  136. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509_acert.h +9 -1
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +2 -2
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509_acert.h +9 -1
  141. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +2 -2
  144. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509_acert.h +9 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +2 -2
  148. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509_acert.h +9 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +2 -2
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509_acert.h +9 -1
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +2 -2
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509_acert.h +9 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +2 -2
  160. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509_acert.h +9 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +2 -2
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +2 -2
  172. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509_acert.h +9 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +2 -2
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2 -2
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_acert.h +9 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +2 -2
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509_acert.h +9 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +2 -2
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509_acert.h +9 -1
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +2 -2
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509_acert.h +9 -1
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +2 -2
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509_acert.h +9 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +2 -2
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509_acert.h +9 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +2 -2
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +2 -2
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509_acert.h +9 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +2 -2
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +2 -2
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509_acert.h +9 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +2 -2
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  237. package/include/node/openssl/bn.h +3 -3
  238. package/package.json +1 -1
@@ -608,6 +608,8 @@ NODE_EXTERN v8::Isolate* NewIsolate(
608
608
  const IsolateSettings& settings = {});
609
609
 
610
610
  // Creates a new context with Node.js-specific tweaks.
611
+ // Call `RegisterContext` after the context been created to register
612
+ // the context with Node.js specific setups like the inspector.
611
613
  NODE_EXTERN v8::Local<v8::Context> NewContext(
612
614
  v8::Isolate* isolate,
613
615
  v8::Local<v8::ObjectTemplate> object_template =
@@ -617,6 +619,18 @@ NODE_EXTERN v8::Local<v8::Context> NewContext(
617
619
  // Return value indicates success of operation
618
620
  NODE_EXTERN v8::Maybe<bool> InitializeContext(v8::Local<v8::Context> context);
619
621
 
622
+ // Associate the context with the given Environment. This registers the context
623
+ // as known to Node.js, makes it available to the inspector. This also registers
624
+ // Node.js promise hooks on the context.
625
+ NODE_EXTERN void RegisterContext(Environment* env,
626
+ v8::Local<v8::Context> context,
627
+ std::string_view name = "",
628
+ std::string_view origin = "");
629
+ // Unregister the context. Call this when the embedder finished all work with
630
+ // this context.
631
+ NODE_EXTERN void UnregisterContext(Environment* env,
632
+ v8::Local<v8::Context> context);
633
+
620
634
  // If `platform` is passed, it will be used to register new Worker instances.
621
635
  // It can be `nullptr`, in which case creating new Workers inside of
622
636
  // Environments that use this `IsolateData` will not work.
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 24
26
- #define NODE_MINOR_VERSION 16
26
+ #define NODE_MINOR_VERSION 18
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Apr 7 19:05:06 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:41:00 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Apr 7 19:05:23 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:41:17 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Apr 7 19:05:40 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:41:33 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Apr 7 19:05:56 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:41:48 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Apr 7 19:06:20 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:42:10 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue Apr 7 19:06:40 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:42:29 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -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 6
37
+ # define OPENSSL_VERSION_PATCH 7
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.6"
90
+ # define OPENSSL_VERSION_STR "3.5.7"
91
91
  /* clang-format on */
92
92
  /* clang-format off */
93
- # define OPENSSL_FULL_VERSION_STR "3.5.6"
93
+ # define OPENSSL_FULL_VERSION_STR "3.5.7"
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 "7 Apr 2026"
102
+ # define OPENSSL_RELEASE_DATE "9 Jun 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.6 7 Apr 2026"
110
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
111
111
  /* clang-format on */
112
112
 
113
113
  /* clang-format off */
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
2598
2598
  __owur int SSL_session_reused(const SSL *s);
2599
2599
  __owur int SSL_is_server(const SSL *s);
2600
2600
 
2601
- __owur __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2601
+ __owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
2602
2602
  int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
2603
2603
  void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
2604
2604
  unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/x509_acert.h.in
4
4
  *
5
- * Copyright 2022-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -22,6 +22,10 @@
22
22
  #include <openssl/x509.h>
23
23
  #include <openssl/pem.h>
24
24
 
25
+ #ifdef __cplusplus
26
+ extern "C" {
27
+ #endif
28
+
25
29
  typedef struct X509_acert_st X509_ACERT;
26
30
  typedef struct X509_acert_info_st X509_ACERT_INFO;
27
31
  typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
301
305
 
302
306
  /* clang-format on */
303
307
 
308
+ #ifdef __cplusplus
309
+ }
310
+ #endif
311
+
304
312
  #endif
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue Apr 7 19:19:01 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:54:16 2026 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a