node-linux-s390x 22.22.2 → 22.23.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 (297) hide show
  1. package/CHANGELOG.md +143 -0
  2. package/README.md +7 -5
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/node_version.h +2 -2
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +3 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509_acert.h +9 -1
  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/cmp.h +3 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +2 -2
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509_acert.h +9 -1
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +3 -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/cmp.h +3 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +2 -2
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509_acert.h +9 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +3 -1
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +2 -2
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +3 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509_acert.h +9 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +3 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +2 -2
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509_acert.h +9 -1
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +3 -1
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509_acert.h +9 -1
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +3 -1
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +2 -2
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509_acert.h +9 -1
  56. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +3 -1
  58. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509_acert.h +9 -1
  61. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +3 -1
  63. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +2 -2
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509_acert.h +9 -1
  66. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +3 -1
  68. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +2 -2
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509_acert.h +9 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +3 -1
  73. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +2 -2
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509_acert.h +9 -1
  76. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +3 -1
  78. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +2 -2
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509_acert.h +9 -1
  81. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +3 -1
  83. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +2 -2
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509_acert.h +9 -1
  86. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +3 -1
  88. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +2 -2
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509_acert.h +9 -1
  91. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +3 -1
  93. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +2 -2
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  96. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +3 -1
  98. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +2 -2
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509_acert.h +9 -1
  101. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +3 -1
  103. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +2 -2
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509_acert.h +9 -1
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  111. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +3 -1
  113. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +2 -2
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  116. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +3 -1
  118. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +2 -2
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509_acert.h +9 -1
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +3 -1
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +2 -2
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +3 -1
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +2 -2
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_acert.h +9 -1
  131. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +3 -1
  133. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +2 -2
  135. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509_acert.h +9 -1
  136. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +3 -1
  138. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +2 -2
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509_acert.h +9 -1
  141. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +3 -1
  143. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +2 -2
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509_acert.h +9 -1
  146. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +3 -1
  148. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +2 -2
  150. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509_acert.h +9 -1
  151. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +3 -1
  153. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +2 -2
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509_acert.h +9 -1
  156. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +3 -1
  158. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +2 -2
  160. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509_acert.h +9 -1
  161. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +3 -1
  163. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +2 -2
  165. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509_acert.h +9 -1
  166. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +3 -1
  168. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +2 -2
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509_acert.h +9 -1
  171. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  172. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +3 -1
  173. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +2 -2
  175. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509_acert.h +9 -1
  176. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +3 -1
  178. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +2 -2
  180. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509_acert.h +9 -1
  181. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +3 -1
  183. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +2 -2
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509_acert.h +9 -1
  186. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +3 -1
  188. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +2 -2
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509_acert.h +9 -1
  191. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  192. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +3 -1
  193. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +2 -2
  195. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509_acert.h +9 -1
  196. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
  198. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
  201. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +3 -1
  203. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +2 -2
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
  206. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +3 -1
  208. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +2 -2
  210. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509_acert.h +9 -1
  211. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  212. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  213. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  216. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +3 -1
  218. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +2 -2
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  221. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +3 -1
  223. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2 -2
  225. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_acert.h +9 -1
  226. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +3 -1
  228. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  229. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +2 -2
  230. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509_acert.h +9 -1
  231. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  232. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +3 -1
  233. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +2 -2
  235. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509_acert.h +9 -1
  236. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +3 -1
  238. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  239. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +2 -2
  240. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509_acert.h +9 -1
  241. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  242. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +3 -1
  243. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  244. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +2 -2
  245. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509_acert.h +9 -1
  246. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  247. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +3 -1
  248. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  249. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +2 -2
  250. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509_acert.h +9 -1
  251. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  252. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +3 -1
  253. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  254. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +2 -2
  255. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
  256. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  257. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +3 -1
  258. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  259. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +2 -2
  260. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509_acert.h +9 -1
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +3 -1
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +2 -2
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509_acert.h +9 -1
  266. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  267. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  268. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  269. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  270. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  271. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  272. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +3 -1
  273. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  274. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +2 -2
  275. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +3 -1
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +2 -2
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509_acert.h +9 -1
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +3 -1
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +2 -2
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
  286. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  287. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +3 -1
  288. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  289. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +2 -2
  290. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_acert.h +9 -1
  291. package/include/node/openssl/bn.h +3 -3
  292. package/include/node/openssl/core_dispatch.h +17 -17
  293. package/include/node/openssl/httperr.h +2 -1
  294. package/include/node/openssl/macros.h +2 -1
  295. package/include/node/openssl/rsa.h +3 -3
  296. package/include/node/openssl/types.h +3 -1
  297. package/package.json +1 -1
@@ -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: aix64-gcc-as"
14
- #define DATE "built on: Tue Jan 27 17:25:15 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:40:45 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 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.5"
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.5"
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 "27 Jan 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.5 27 Jan 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Jan 27 17:28:25 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:43: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 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.5"
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.5"
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 "27 Jan 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.5 27 Jan 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Jan 27 17:28:42 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:43: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 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.5"
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.5"
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 "27 Jan 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.5 27 Jan 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: darwin-i386-cc"
14
- #define DATE "built on: Tue Jan 27 17:28:59 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:44:12 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 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.5"
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.5"
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 "27 Jan 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.5 27 Jan 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Jan 27 17:29:14 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:44:27 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 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.5"
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.5"
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 "27 Jan 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.5 27 Jan 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: darwin64-arm64-cc"
14
- #define DATE "built on: Tue Jan 27 17:29:31 2026 UTC"
14
+ #define DATE "built on: Tue Jun 9 13:44:43 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