node-aix-ppc64 22.13.1 → 22.15.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 (245) hide show
  1. package/CHANGELOG.md +629 -2
  2. package/LICENSE +47 -13
  3. package/README.md +27 -21
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +13 -1
  6. package/include/node/config.gypi +43 -3
  7. package/include/node/js_native_api.h +2 -6
  8. package/include/node/node.exp +906 -2750
  9. package/include/node/node.h +1 -0
  10. package/include/node/node_api.h +2 -6
  11. package/include/node/node_version.h +3 -3
  12. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  14. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  15. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  38. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  45. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  49. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  50. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  53. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  54. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  55. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  57. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  58. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  59. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  61. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  62. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  63. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  65. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  66. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  67. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  69. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  70. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  71. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  73. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  74. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  75. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  77. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  78. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  79. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  81. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  82. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  83. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  85. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  86. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  87. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  93. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  94. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  95. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  97. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  98. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  99. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  109. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  110. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  111. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  112. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  113. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  114. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  115. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  117. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  118. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  119. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  121. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  122. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  123. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  124. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  125. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  126. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  127. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  129. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  130. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  131. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  132. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  133. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  134. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  135. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  137. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  138. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  139. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  141. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  142. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  143. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  144. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  145. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  146. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  147. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  148. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  149. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  150. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  151. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  153. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  154. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  155. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  157. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  158. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  159. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  160. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  161. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  162. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  163. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  165. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  166. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  167. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  169. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  170. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  171. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  172. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  173. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  174. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  175. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  177. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  178. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  179. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  181. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  182. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  183. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  185. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  186. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  187. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  188. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  189. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  190. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  191. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  193. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  194. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  195. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  197. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  198. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  199. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  201. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  202. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  203. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  204. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  205. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  206. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  207. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  209. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  210. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  211. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  213. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  214. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  215. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  221. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  222. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  223. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  225. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  226. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  227. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  237. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  238. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  239. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  240. package/include/node/openssl/cmserr.h +2 -1
  241. package/include/node/openssl/http.h +3 -2
  242. package/include/node/openssl/sslerr.h +0 -2
  243. package/include/node/openssl/tls1.h +0 -4
  244. package/package.json +1 -1
  245. package/include/node/openssl/quic.h +0 -19
@@ -483,6 +483,7 @@ struct IsolateSettings {
483
483
  v8::Isolate::AbortOnUncaughtExceptionCallback
484
484
  should_abort_on_uncaught_exception_callback = nullptr;
485
485
  v8::FatalErrorCallback fatal_error_callback = nullptr;
486
+ v8::OOMErrorCallback oom_error_callback = nullptr;
486
487
  v8::PrepareStackTraceCallback prepare_stack_trace_callback = nullptr;
487
488
 
488
489
  // Miscellaneous callbacks
@@ -90,9 +90,6 @@ EXTERN_C_START
90
90
 
91
91
  // Deprecated. Replaced by symbol-based registration defined by NAPI_MODULE
92
92
  // and NAPI_MODULE_INIT macros.
93
- #if defined(__cplusplus) && __cplusplus >= 201402L
94
- [[deprecated]]
95
- #endif
96
93
  NAPI_EXTERN void NAPI_CDECL
97
94
  napi_module_register(napi_module* mod);
98
95
 
@@ -136,8 +133,7 @@ napi_create_external_buffer(napi_env env,
136
133
  napi_value* result);
137
134
  #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
138
135
 
139
- #ifdef NAPI_EXPERIMENTAL
140
- #define NODE_API_EXPERIMENTAL_HAS_CREATE_BUFFER_FROM_ARRAYBUFFER
136
+ #if NAPI_VERSION >= 10
141
137
 
142
138
  NAPI_EXTERN napi_status NAPI_CDECL
143
139
  node_api_create_buffer_from_arraybuffer(napi_env env,
@@ -145,7 +141,7 @@ node_api_create_buffer_from_arraybuffer(napi_env env,
145
141
  size_t byte_offset,
146
142
  size_t byte_length,
147
143
  napi_value* result);
148
- #endif // NAPI_EXPERIMENTAL
144
+ #endif // NAPI_VERSION >= 10
149
145
 
150
146
  NAPI_EXTERN napi_status NAPI_CDECL napi_create_buffer_copy(napi_env env,
151
147
  size_t length,
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
- #define NODE_MINOR_VERSION 13
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 15
27
+ #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Jod"
@@ -100,7 +100,7 @@
100
100
 
101
101
  // The NAPI_VERSION supported by the runtime. This is the inclusive range of
102
102
  // versions which the Node.js binary being built supports.
103
- #define NODE_API_SUPPORTED_VERSION_MAX 9
103
+ #define NODE_API_SUPPORTED_VERSION_MAX 10
104
104
  #define NODE_API_SUPPORTED_VERSION_MIN 1
105
105
 
106
106
  // Node API modules use NAPI_VERSION 8 by default if it is not explicitly
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by util/mkbuildinf.pl
4
4
  *
5
- * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2014-2025 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Sep 30 17:05:30 2024 UTC"
14
+ #define DATE "built on: Wed Mar 5 20:59:02 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 15
32
+ # define OPENSSL_VERSION_PATCH 16
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -42,7 +42,7 @@ extern "C" {
42
42
  # define OPENSSL_VERSION_PRE_RELEASE ""
43
43
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
44
44
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45
- # define OPENSSL_VERSION_BUILD_METADATA "+quic"
45
+ # define OPENSSL_VERSION_BUILD_METADATA ""
46
46
 
47
47
  /*
48
48
  * Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
57
57
  * be related to the API version expressed with the macros above.
58
58
  * This is defined in free form.
59
59
  */
60
- # define OPENSSL_SHLIB_VERSION 81.3
60
+ # define OPENSSL_SHLIB_VERSION 3
61
61
 
62
62
  /*
63
63
  * SECTION 2: USEFUL MACROS
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.15"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.16"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.16"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 Sep 2024"
85
+ # define OPENSSL_RELEASE_DATE "11 Feb 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
2593
2593
  const char *OSSL_default_cipher_list(void);
2594
2594
  const char *OSSL_default_ciphersuites(void);
2595
2595
 
2596
- # ifndef OPENSSL_NO_QUIC
2597
- /*
2598
- * QUIC integration - The QUIC interface matches BoringSSL
2599
- *
2600
- * ssl_encryption_level_t represents a specific QUIC encryption level used to
2601
- * transmit handshake messages. BoringSSL has this as an 'enum'.
2602
- */
2603
- #include <openssl/quic.h>
2604
-
2605
- /* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
2606
- # define X25519_PRIVATE_KEY_LEN 32
2607
- # define X25519_PUBLIC_VALUE_LEN 32
2608
-
2609
- /* moved from types.h to avoid breaking FIPS checksums */
2610
- typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
2611
-
2612
- typedef enum ssl_encryption_level_t {
2613
- ssl_encryption_initial = 0,
2614
- ssl_encryption_early_data,
2615
- ssl_encryption_handshake,
2616
- ssl_encryption_application
2617
- } OSSL_ENCRYPTION_LEVEL;
2618
-
2619
- struct ssl_quic_method_st {
2620
- int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2621
- const uint8_t *read_secret,
2622
- const uint8_t *write_secret, size_t secret_len);
2623
- int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2624
- const uint8_t *data, size_t len);
2625
- int (*flush_flight)(SSL *ssl);
2626
- int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
2627
- };
2628
-
2629
- __owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
2630
- __owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
2631
- __owur int SSL_set_quic_transport_params(SSL *ssl,
2632
- const uint8_t *params,
2633
- size_t params_len);
2634
- void SSL_get_peer_quic_transport_params(const SSL *ssl,
2635
- const uint8_t **out_params,
2636
- size_t *out_params_len);
2637
- __owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
2638
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
2639
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
2640
- __owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2641
- const uint8_t *data, size_t len);
2642
- __owur int SSL_process_quic_post_handshake(SSL *ssl);
2643
-
2644
- __owur int SSL_is_quic(SSL *ssl);
2645
-
2646
- /* BoringSSL API */
2647
- void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
2648
-
2649
- /*
2650
- * Set an explicit value that you want to use
2651
- * If 0 (default) the server will use the highest extenstion the client sent
2652
- * If 0 (default) the client will send both extensions
2653
- */
2654
- void SSL_set_quic_transport_version(SSL *ssl, int version);
2655
- __owur int SSL_get_quic_transport_version(const SSL *ssl);
2656
- /* Returns the negotiated version, or -1 on error */
2657
- __owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
2658
-
2659
- int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
2660
-
2661
- void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
2662
-
2663
- # endif
2664
-
2665
2596
  # ifdef __cplusplus
2666
2597
  }
2667
2598
  # endif
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by util/mkbuildinf.pl
4
4
  *
5
- * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2014-2025 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Sep 30 17:05:44 2024 UTC"
14
+ #define DATE "built on: Wed Mar 5 20:59:15 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 15
32
+ # define OPENSSL_VERSION_PATCH 16
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -42,7 +42,7 @@ extern "C" {
42
42
  # define OPENSSL_VERSION_PRE_RELEASE ""
43
43
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
44
44
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45
- # define OPENSSL_VERSION_BUILD_METADATA "+quic"
45
+ # define OPENSSL_VERSION_BUILD_METADATA ""
46
46
 
47
47
  /*
48
48
  * Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
57
57
  * be related to the API version expressed with the macros above.
58
58
  * This is defined in free form.
59
59
  */
60
- # define OPENSSL_SHLIB_VERSION 81.3
60
+ # define OPENSSL_SHLIB_VERSION 3
61
61
 
62
62
  /*
63
63
  * SECTION 2: USEFUL MACROS
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.15"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.16"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.16"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 Sep 2024"
85
+ # define OPENSSL_RELEASE_DATE "11 Feb 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
2593
2593
  const char *OSSL_default_cipher_list(void);
2594
2594
  const char *OSSL_default_ciphersuites(void);
2595
2595
 
2596
- # ifndef OPENSSL_NO_QUIC
2597
- /*
2598
- * QUIC integration - The QUIC interface matches BoringSSL
2599
- *
2600
- * ssl_encryption_level_t represents a specific QUIC encryption level used to
2601
- * transmit handshake messages. BoringSSL has this as an 'enum'.
2602
- */
2603
- #include <openssl/quic.h>
2604
-
2605
- /* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
2606
- # define X25519_PRIVATE_KEY_LEN 32
2607
- # define X25519_PUBLIC_VALUE_LEN 32
2608
-
2609
- /* moved from types.h to avoid breaking FIPS checksums */
2610
- typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
2611
-
2612
- typedef enum ssl_encryption_level_t {
2613
- ssl_encryption_initial = 0,
2614
- ssl_encryption_early_data,
2615
- ssl_encryption_handshake,
2616
- ssl_encryption_application
2617
- } OSSL_ENCRYPTION_LEVEL;
2618
-
2619
- struct ssl_quic_method_st {
2620
- int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2621
- const uint8_t *read_secret,
2622
- const uint8_t *write_secret, size_t secret_len);
2623
- int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2624
- const uint8_t *data, size_t len);
2625
- int (*flush_flight)(SSL *ssl);
2626
- int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
2627
- };
2628
-
2629
- __owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
2630
- __owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
2631
- __owur int SSL_set_quic_transport_params(SSL *ssl,
2632
- const uint8_t *params,
2633
- size_t params_len);
2634
- void SSL_get_peer_quic_transport_params(const SSL *ssl,
2635
- const uint8_t **out_params,
2636
- size_t *out_params_len);
2637
- __owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
2638
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
2639
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
2640
- __owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2641
- const uint8_t *data, size_t len);
2642
- __owur int SSL_process_quic_post_handshake(SSL *ssl);
2643
-
2644
- __owur int SSL_is_quic(SSL *ssl);
2645
-
2646
- /* BoringSSL API */
2647
- void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
2648
-
2649
- /*
2650
- * Set an explicit value that you want to use
2651
- * If 0 (default) the server will use the highest extenstion the client sent
2652
- * If 0 (default) the client will send both extensions
2653
- */
2654
- void SSL_set_quic_transport_version(SSL *ssl, int version);
2655
- __owur int SSL_get_quic_transport_version(const SSL *ssl);
2656
- /* Returns the negotiated version, or -1 on error */
2657
- __owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
2658
-
2659
- int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
2660
-
2661
- void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
2662
-
2663
- # endif
2664
-
2665
2596
  # ifdef __cplusplus
2666
2597
  }
2667
2598
  # endif
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by util/mkbuildinf.pl
4
4
  *
5
- * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2014-2025 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Sep 30 17:05:57 2024 UTC"
14
+ #define DATE "built on: Wed Mar 5 20:59:28 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 15
32
+ # define OPENSSL_VERSION_PATCH 16
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -42,7 +42,7 @@ extern "C" {
42
42
  # define OPENSSL_VERSION_PRE_RELEASE ""
43
43
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
44
44
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45
- # define OPENSSL_VERSION_BUILD_METADATA "+quic"
45
+ # define OPENSSL_VERSION_BUILD_METADATA ""
46
46
 
47
47
  /*
48
48
  * Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
57
57
  * be related to the API version expressed with the macros above.
58
58
  * This is defined in free form.
59
59
  */
60
- # define OPENSSL_SHLIB_VERSION 81.3
60
+ # define OPENSSL_SHLIB_VERSION 3
61
61
 
62
62
  /*
63
63
  * SECTION 2: USEFUL MACROS
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.15"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.16"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.16"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 Sep 2024"
85
+ # define OPENSSL_RELEASE_DATE "11 Feb 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
2593
2593
  const char *OSSL_default_cipher_list(void);
2594
2594
  const char *OSSL_default_ciphersuites(void);
2595
2595
 
2596
- # ifndef OPENSSL_NO_QUIC
2597
- /*
2598
- * QUIC integration - The QUIC interface matches BoringSSL
2599
- *
2600
- * ssl_encryption_level_t represents a specific QUIC encryption level used to
2601
- * transmit handshake messages. BoringSSL has this as an 'enum'.
2602
- */
2603
- #include <openssl/quic.h>
2604
-
2605
- /* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
2606
- # define X25519_PRIVATE_KEY_LEN 32
2607
- # define X25519_PUBLIC_VALUE_LEN 32
2608
-
2609
- /* moved from types.h to avoid breaking FIPS checksums */
2610
- typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
2611
-
2612
- typedef enum ssl_encryption_level_t {
2613
- ssl_encryption_initial = 0,
2614
- ssl_encryption_early_data,
2615
- ssl_encryption_handshake,
2616
- ssl_encryption_application
2617
- } OSSL_ENCRYPTION_LEVEL;
2618
-
2619
- struct ssl_quic_method_st {
2620
- int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2621
- const uint8_t *read_secret,
2622
- const uint8_t *write_secret, size_t secret_len);
2623
- int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2624
- const uint8_t *data, size_t len);
2625
- int (*flush_flight)(SSL *ssl);
2626
- int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
2627
- };
2628
-
2629
- __owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
2630
- __owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
2631
- __owur int SSL_set_quic_transport_params(SSL *ssl,
2632
- const uint8_t *params,
2633
- size_t params_len);
2634
- void SSL_get_peer_quic_transport_params(const SSL *ssl,
2635
- const uint8_t **out_params,
2636
- size_t *out_params_len);
2637
- __owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
2638
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
2639
- __owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
2640
- __owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
2641
- const uint8_t *data, size_t len);
2642
- __owur int SSL_process_quic_post_handshake(SSL *ssl);
2643
-
2644
- __owur int SSL_is_quic(SSL *ssl);
2645
-
2646
- /* BoringSSL API */
2647
- void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
2648
-
2649
- /*
2650
- * Set an explicit value that you want to use
2651
- * If 0 (default) the server will use the highest extenstion the client sent
2652
- * If 0 (default) the client will send both extensions
2653
- */
2654
- void SSL_set_quic_transport_version(SSL *ssl, int version);
2655
- __owur int SSL_get_quic_transport_version(const SSL *ssl);
2656
- /* Returns the negotiated version, or -1 on error */
2657
- __owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
2658
-
2659
- int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
2660
-
2661
- void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
2662
-
2663
- # endif
2664
-
2665
2596
  # ifdef __cplusplus
2666
2597
  }
2667
2598
  # endif
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 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
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by util/mkbuildinf.pl
4
4
  *
5
- * Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2014-2025 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Sep 30 17:06:08 2024 UTC"
14
+ #define DATE "built on: Wed Mar 5 20:59:39 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 15
32
+ # define OPENSSL_VERSION_PATCH 16
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -42,7 +42,7 @@ extern "C" {
42
42
  # define OPENSSL_VERSION_PRE_RELEASE ""
43
43
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
44
44
  /* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
45
- # define OPENSSL_VERSION_BUILD_METADATA "+quic"
45
+ # define OPENSSL_VERSION_BUILD_METADATA ""
46
46
 
47
47
  /*
48
48
  * Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
@@ -57,7 +57,7 @@ extern "C" {
57
57
  * be related to the API version expressed with the macros above.
58
58
  * This is defined in free form.
59
59
  */
60
- # define OPENSSL_SHLIB_VERSION 81.3
60
+ # define OPENSSL_SHLIB_VERSION 3
61
61
 
62
62
  /*
63
63
  * SECTION 2: USEFUL MACROS
@@ -74,21 +74,21 @@ extern "C" {
74
74
  * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
75
75
  * OPENSSL_VERSION_BUILD_METADATA_STR appended.
76
76
  */
77
- # define OPENSSL_VERSION_STR "3.0.15"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.15+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.16"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.16"
79
79
 
80
80
  /*
81
81
  * SECTION 3: ADDITIONAL METADATA
82
82
  *
83
83
  * These strings are defined separately to allow them to be parsable.
84
84
  */
85
- # define OPENSSL_RELEASE_DATE "3 Sep 2024"
85
+ # define OPENSSL_RELEASE_DATE "11 Feb 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.16 11 Feb 2025"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE