node-linux-arm64 22.14.0 → 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 (242) hide show
  1. package/CHANGELOG.md +370 -0
  2. package/LICENSE +46 -12
  3. package/README.md +19 -13
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +13 -1
  6. package/include/node/config.gypi +38 -2
  7. package/include/node/node.h +1 -0
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  12. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  39. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  42. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  43. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  46. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  47. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  51. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  52. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  54. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  55. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  58. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  59. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  62. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  63. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  66. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  67. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  70. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  71. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  74. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  75. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  78. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  79. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  82. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  83. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  94. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  95. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  110. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  111. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  112. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  114. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  115. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  118. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  119. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  122. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  123. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  124. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  126. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  127. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  129. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  130. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  131. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  132. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  134. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  135. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  136. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  138. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  139. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  141. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  142. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  143. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  144. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  146. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  147. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  148. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  150. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  151. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  154. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  155. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  158. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  159. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  160. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  162. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  163. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  166. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  167. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  170. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  171. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  172. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  174. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  175. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  178. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  179. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  182. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  183. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  186. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  187. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  188. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  190. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  191. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  194. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  195. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  198. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  199. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  202. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  203. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  204. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  206. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  207. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  210. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  211. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  222. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  223. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  237. package/include/node/openssl/cmserr.h +2 -1
  238. package/include/node/openssl/http.h +3 -2
  239. package/include/node/openssl/sslerr.h +0 -2
  240. package/include/node/openssl/tls1.h +0 -4
  241. package/package.json +1 -1
  242. package/include/node/openssl/quic.h +0 -19
package/README.md CHANGED
@@ -182,6 +182,8 @@ For information about the governance of the Node.js project, see
182
182
  **Michael Dawson** <<midawson@redhat.com>> (he/him)
183
183
  * [RafaelGSS](https://github.com/RafaelGSS) -
184
184
  **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
185
+ * [RaisinTen](https://github.com/RaisinTen) -
186
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
185
187
  * [richardlau](https://github.com/richardlau) -
186
188
  **Richard Lau** <<rlau@redhat.com>>
187
189
  * [ronag](https://github.com/ronag) -
@@ -260,8 +262,6 @@ For information about the governance of the Node.js project, see
260
262
  **Alexis Campailla** <<orangemocha@nodejs.org>>
261
263
  * [piscisaureus](https://github.com/piscisaureus) -
262
264
  **Bert Belder** <<bertbelder@gmail.com>>
263
- * [RaisinTen](https://github.com/RaisinTen) -
264
- **Darshan Sen** <<raisinten@gmail.com>> (he/him)
265
265
  * [rvagg](https://github.com/rvagg) -
266
266
  **Rod Vagg** <<r@va.gg>>
267
267
  * [sam-github](https://github.com/sam-github) -
@@ -335,6 +335,8 @@ For information about the governance of the Node.js project, see
335
335
  **Gerhard Stöbich** <<deb2001-github@yahoo.de>> (he/they)
336
336
  * [gabrielschulhof](https://github.com/gabrielschulhof) -
337
337
  **Gabriel Schulhof** <<gabrielschulhof@gmail.com>>
338
+ * [geeksilva97](https://github.com/geeksilva97) -
339
+ **Edy Silva** <<edigleyssonsilva@gmail.com>> (he/him)
338
340
  * [gengjiawen](https://github.com/gengjiawen) -
339
341
  **Jiawen Geng** <<technicalcute@gmail.com>>
340
342
  * [GeoffreyBooth](https://github.com/GeoffreyBooth) -
@@ -358,7 +360,7 @@ For information about the governance of the Node.js project, see
358
360
  * [jazelly](https://github.com/jazelly) -
359
361
  **Jason Zhang** <<xzha4350@gmail.com>> (he/him)
360
362
  * [jkrems](https://github.com/jkrems) -
361
- **Jan Krems** <<jan.krems@gmail.com>> (he/him)
363
+ **Jan Martin** <<jan.krems@gmail.com>> (he/him)
362
364
  * [joyeecheung](https://github.com/joyeecheung) -
363
365
  **Joyee Cheung** <<joyeec9h3@gmail.com>> (she/her)
364
366
  * [juanarbol](https://github.com/juanarbol) -
@@ -367,8 +369,6 @@ For information about the governance of the Node.js project, see
367
369
  **Minwoo Jung** <<nodecorelab@gmail.com>> (he/him)
368
370
  * [KhafraDev](https://github.com/KhafraDev) -
369
371
  **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
370
- * [kvakil](https://github.com/kvakil) -
371
- **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
372
372
  * [legendecas](https://github.com/legendecas) -
373
373
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
374
374
  * [lemire](https://github.com/lemire) -
@@ -403,8 +403,6 @@ For information about the governance of the Node.js project, see
403
403
  **Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
404
404
  * [MrJithil](https://github.com/MrJithil) -
405
405
  **Jithil P Ponnan** <<jithil@outlook.com>> (he/him)
406
- * [ovflowd](https://github.com/ovflowd) -
407
- **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
408
406
  * [panva](https://github.com/panva) -
409
407
  **Filip Skokan** <<panva.ip@gmail.com>> (he/him)
410
408
  * [pimterry](https://github.com/pimterry) -
@@ -415,6 +413,8 @@ For information about the governance of the Node.js project, see
415
413
  **Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
416
414
  * [RafaelGSS](https://github.com/RafaelGSS) -
417
415
  **Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
416
+ * [RaisinTen](https://github.com/RaisinTen) -
417
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/RaisinTen)
418
418
  * [richardlau](https://github.com/richardlau) -
419
419
  **Richard Lau** <<rlau@redhat.com>>
420
420
  * [rluvaton](https://github.com/rluvaton) -
@@ -579,6 +579,8 @@ For information about the governance of the Node.js project, see
579
579
  **Kunal Pathak** <<kunal.pathak@microsoft.com>>
580
580
  * [kuriyosh](https://github.com/kuriyosh) -
581
581
  **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
582
+ * [kvakil](https://github.com/kvakil) -
583
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
582
584
  * [lance](https://github.com/lance) -
583
585
  **Lance Ball** <<lball@redhat.com>> (he/him)
584
586
  * [Leko](https://github.com/Leko) -
@@ -625,6 +627,8 @@ For information about the governance of the Node.js project, see
625
627
  **Alexis Campailla** <<orangemocha@nodejs.org>>
626
628
  * [othiym23](https://github.com/othiym23) -
627
629
  **Forrest L Norvell** <<ogd@aoaioxxysz.net>> (they/them/themself)
630
+ * [ovflowd](https://github.com/ovflowd) -
631
+ **Claudio Wunder** <<cwunder@gnome.org>> (he/they)
628
632
  * [oyyd](https://github.com/oyyd) -
629
633
  **Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
630
634
  * [petkaantonov](https://github.com/petkaantonov) -
@@ -643,8 +647,6 @@ For information about the governance of the Node.js project, see
643
647
  **Peter Marshall** <<petermarshall@chromium.org>> (he/him)
644
648
  * [puzpuzpuz](https://github.com/puzpuzpuz) -
645
649
  **Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
646
- * [RaisinTen](https://github.com/RaisinTen) -
647
- **Darshan Sen** <<raisinten@gmail.com>> (he/him)
648
650
  * [refack](https://github.com/refack) -
649
651
  **Refael Ackermann (רפאל פלחי)** <<refack@gmail.com>> (he/him/הוא/אתה)
650
652
  * [rexagod](https://github.com/rexagod) -
@@ -731,10 +733,14 @@ maintaining the Node.js project.
731
733
 
732
734
  ### Triagers
733
735
 
736
+ * [1ilsang](https://github.com/1ilsang) -
737
+ **Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
734
738
  * [atlowChemi](https://github.com/atlowChemi) -
735
739
  **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
736
740
  * [Ayase-252](https://github.com/Ayase-252) -
737
741
  **Qingyu Deng** <<i@ayase-lab.com>>
742
+ * [bjohansebas](https://github.com/bjohansebas) -
743
+ **Sebastian Beltran** <<bjohansebas@gmail.com>>
738
744
  * [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
739
745
  **Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
740
746
  * [CanadaHonk](https://github.com/CanadaHonk) -
@@ -745,20 +751,20 @@ maintaining the Node.js project.
745
751
  **Feng Yu** <<F3n67u@outlook.com>> (he/him)
746
752
  * [gireeshpunathil](https://github.com/gireeshpunathil) -
747
753
  **Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
754
+ * [gurgunday](https://github.com/gurgunday) -
755
+ **Gürgün Dayıoğlu** <<hey@gurgun.day>>
748
756
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
749
757
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
750
758
  * [KevinEady](https://github.com/KevinEady) -
751
759
  **Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
752
- * [kvakil](https://github.com/kvakil) -
753
- **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
754
760
  * [marsonya](https://github.com/marsonya) -
755
761
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
756
762
  * [meixg](https://github.com/meixg) -
757
763
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
758
- * [mertcanaltin](https://github.com/mertcanaltin) -
759
- **Mert Can Altin** <<mertgold60@gmail.com>>
760
764
  * [preveen-stack](https://github.com/preveen-stack) -
761
765
  **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
766
+ * [RaisinTen](https://github.com/RaisinTen) -
767
+ **Darshan Sen** <<raisinten@gmail.com>> (he/him)
762
768
  * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
763
769
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
764
770
 
package/bin/node CHANGED
Binary file
@@ -27,6 +27,8 @@
27
27
 
28
28
  'clang%': 0,
29
29
  'error_on_warn%': 'false',
30
+ 'suppress_all_error_on_warn%': 'false',
31
+ 'control_flow_guard%': 'false',
30
32
 
31
33
  'openssl_product': '<(STATIC_LIB_PREFIX)openssl<(STATIC_LIB_SUFFIX)',
32
34
  'openssl_no_asm%': 0,
@@ -36,7 +38,7 @@
36
38
 
37
39
  # Reset this number to 0 on major V8 upgrades.
38
40
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.22',
41
+ 'v8_embedder_string': '-node.24',
40
42
 
41
43
  ##### V8 defaults for Node.js #####
42
44
 
@@ -309,6 +311,11 @@
309
311
  '/Zm2000',
310
312
  ],
311
313
  }],
314
+ ['control_flow_guard=="true"', {
315
+ 'AdditionalOptions': [
316
+ '/guard:cf', # Control Flow Guard
317
+ ],
318
+ }],
312
319
  ],
313
320
  'BufferSecurityCheck': 'true',
314
321
  'DebugInformationFormat': 1, # /Z7 embed info in .obj files
@@ -335,6 +342,11 @@
335
342
  ['target_arch=="arm64"', {
336
343
  'TargetMachine' : 0, # NotSet. MACHINE:ARM64 is inferred from the input files.
337
344
  }],
345
+ ['control_flow_guard=="true"', {
346
+ 'AdditionalOptions': [
347
+ '/guard:cf', # Control Flow Guard
348
+ ],
349
+ }],
338
350
  ],
339
351
  'GenerateDebugInformation': 'true',
340
352
  'SuppressStartupBanner': 'true',
@@ -3,12 +3,13 @@
3
3
  'configurations': { 'Debug': {'v8_enable_v8_checks': 0, 'variables': {}},
4
4
  'Release': {'v8_enable_v8_checks': 1, 'variables': {}}},
5
5
  'default_configuration': 'Release',
6
- 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'],
6
+ 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'ICU_NO_USER_DATA_OVERRIDE'],
7
7
  'include_dirs': [],
8
8
  'libraries': []},
9
9
  'variables': { 'arm_fpu': 'neon',
10
10
  'asan': 0,
11
11
  'clang': 0,
12
+ 'control_flow_guard': 'false',
12
13
  'coverage': 'false',
13
14
  'dcheck_always_on': 0,
14
15
  'debug_nghttp2': 'false',
@@ -34,6 +35,36 @@
34
35
  'deps/undici/undici.js',
35
36
  'deps/amaro/dist/index.js'],
36
37
  'node_byteorder': 'little',
38
+ 'node_cctest_sources': [ 'src/node_snapshot_stub.cc',
39
+ 'test/cctest/inspector/test_node_protocol.cc',
40
+ 'test/cctest/node_test_fixture.cc',
41
+ 'test/cctest/test_aliased_buffer.cc',
42
+ 'test/cctest/test_base64.cc',
43
+ 'test/cctest/test_base_object_ptr.cc',
44
+ 'test/cctest/test_cppgc.cc',
45
+ 'test/cctest/test_crypto_clienthello.cc',
46
+ 'test/cctest/test_dataqueue.cc',
47
+ 'test/cctest/test_environment.cc',
48
+ 'test/cctest/test_inspector_socket.cc',
49
+ 'test/cctest/test_inspector_socket_server.cc',
50
+ 'test/cctest/test_json_utils.cc',
51
+ 'test/cctest/test_linked_binding.cc',
52
+ 'test/cctest/test_node_api.cc',
53
+ 'test/cctest/test_node_crypto.cc',
54
+ 'test/cctest/test_node_crypto_env.cc',
55
+ 'test/cctest/test_node_postmortem_metadata.cc',
56
+ 'test/cctest/test_node_task_runner.cc',
57
+ 'test/cctest/test_path.cc',
58
+ 'test/cctest/test_per_process.cc',
59
+ 'test/cctest/test_platform.cc',
60
+ 'test/cctest/test_quic_cid.cc',
61
+ 'test/cctest/test_quic_error.cc',
62
+ 'test/cctest/test_quic_tokens.cc',
63
+ 'test/cctest/test_report.cc',
64
+ 'test/cctest/test_sockaddr.cc',
65
+ 'test/cctest/test_traced_value.cc',
66
+ 'test/cctest/test_util.cc',
67
+ 'test/cctest/node_test_fixture.h'],
37
68
  'node_debug_lib': 'false',
38
69
  'node_enable_d8': 'false',
39
70
  'node_enable_v8_vtunejit': 'false',
@@ -190,6 +221,7 @@
190
221
  'lib/internal/main/worker_thread.js',
191
222
  'lib/internal/mime.js',
192
223
  'lib/internal/modules/cjs/loader.js',
224
+ 'lib/internal/modules/customization_hooks.js',
193
225
  'lib/internal/modules/esm/assert.js',
194
226
  'lib/internal/modules/esm/create_dynamic_module.js',
195
227
  'lib/internal/modules/esm/fetch_module.js',
@@ -308,6 +340,7 @@
308
340
  'lib/internal/util/colors.js',
309
341
  'lib/internal/util/comparisons.js',
310
342
  'lib/internal/util/debuglog.js',
343
+ 'lib/internal/util/diff.js',
311
344
  'lib/internal/util/inspect.js',
312
345
  'lib/internal/util/inspector.js',
313
346
  'lib/internal/util/parse_args/parse_args.js',
@@ -393,6 +426,7 @@
393
426
  'node_shared_sqlite': 'false',
394
427
  'node_shared_uvwasi': 'false',
395
428
  'node_shared_zlib': 'false',
429
+ 'node_shared_zstd': 'false',
396
430
  'node_tag': '',
397
431
  'node_target_type': 'executable',
398
432
  'node_use_amaro': 'true',
@@ -405,12 +439,14 @@
405
439
  'node_without_node_options': 'false',
406
440
  'node_write_snapshot_as_array_literals': 'false',
407
441
  'openssl_is_fips': 'false',
408
- 'openssl_quic': 'true',
442
+ 'openssl_quic': 'false',
409
443
  'ossfuzz': 'false',
410
444
  'shlib_suffix': 'so.127',
411
445
  'single_executable_application': 'true',
446
+ 'suppress_all_error_on_warn': 'false',
412
447
  'target_arch': 'arm64',
413
448
  'ubsan': 0,
449
+ 'use_ccache_win': 0,
414
450
  'use_prefix_to_find_headers': 'false',
415
451
  'v8_enable_31bit_smis_on_64bit_arch': 0,
416
452
  'v8_enable_extensible_ro_snapshot': 0,
@@ -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
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 22
26
- #define NODE_MINOR_VERSION 14
26
+ #define NODE_MINOR_VERSION 15
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -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