node-linux-arm64 18.20.6 → 18.20.8

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 (239) hide show
  1. package/CHANGELOG.md +85 -0
  2. package/bin/node +0 -0
  3. package/include/node/common.gypi +1 -1
  4. package/include/node/config.gypi +2 -2
  5. package/include/node/node_version.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
  9. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
  19. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
  45. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
  48. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
  49. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  51. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
  53. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  55. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
  57. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
  59. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
  61. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
  63. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
  65. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
  67. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
  69. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  70. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
  71. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
  73. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
  75. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
  77. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
  79. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
  81. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
  91. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
  93. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  106. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
  107. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
  108. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
  109. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
  111. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
  113. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
  115. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
  117. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  118. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
  119. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
  120. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
  121. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
  123. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
  125. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
  127. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
  128. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
  129. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
  131. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
  132. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
  133. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
  135. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
  137. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
  139. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
  140. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
  141. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  142. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
  143. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
  144. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
  145. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
  147. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
  149. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
  151. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
  153. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  154. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
  155. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
  156. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
  157. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
  159. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
  161. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
  163. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
  165. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  166. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
  167. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
  168. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
  169. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
  171. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  173. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
  175. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
  177. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  178. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
  179. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
  180. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
  181. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  182. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
  183. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
  184. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
  185. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
  187. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
  188. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
  189. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
  191. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
  192. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
  193. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  194. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
  195. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
  196. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
  197. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  198. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
  199. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
  200. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
  201. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
  203. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
  204. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
  205. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
  207. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
  208. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
  209. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  210. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
  219. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
  220. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
  221. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  234. package/include/node/openssl/cmserr.h +2 -1
  235. package/include/node/openssl/http.h +3 -2
  236. package/include/node/openssl/sslerr.h +0 -2
  237. package/include/node/openssl/tls1.h +0 -4
  238. package/package.json +1 -1
  239. package/include/node/openssl/quic.h +0 -19
package/CHANGELOG.md CHANGED
@@ -9,6 +9,8 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.20.8">18.20.8</a><br/>
13
+ <a href="#18.20.7">18.20.7</a><br/>
12
14
  <a href="#18.20.6">18.20.6</a><br/>
13
15
  <a href="#18.20.5">18.20.5</a><br/>
14
16
  <a href="#18.20.4">18.20.4</a><br/>
@@ -71,6 +73,89 @@
71
73
  * [io.js](CHANGELOG_IOJS.md)
72
74
  * [Archive](CHANGELOG_ARCHIVE.md)
73
75
 
76
+ <a id="18.20.8"></a>
77
+
78
+ ## 2025-03-27, Version 18.20.8 'Hydrogen' (LTS), @richardlau
79
+
80
+ ### Notable Changes
81
+
82
+ This release updates OpenSSL to 3.0.16 and root certificates to NSS 3.108.
83
+
84
+ ### Commits
85
+
86
+ * \[[`f737a79073`](https://github.com/nodejs/node/commit/f737a79073)] - **async\_hooks,inspector**: implement inspector api without async\_wrap (Gabriel Bota) [#51501](https://github.com/nodejs/node/pull/51501)
87
+ * \[[`fce923ba69`](https://github.com/nodejs/node/commit/fce923ba69)] - **build**: update gcovr to 7.2 and codecov config (Benjamin E. Coe) [#54019](https://github.com/nodejs/node/pull/54019)
88
+ * \[[`8b7ffd807c`](https://github.com/nodejs/node/commit/8b7ffd807c)] - **build**: fix compatibility with V8's `depot_tools` (Richard Lau) [#57330](https://github.com/nodejs/node/pull/57330)
89
+ * \[[`ee9a343413`](https://github.com/nodejs/node/commit/ee9a343413)] - **crypto**: update root certificates to NSS 3.108 (Node.js GitHub Bot) [#57381](https://github.com/nodejs/node/pull/57381)
90
+ * \[[`738bf8aea4`](https://github.com/nodejs/node/commit/738bf8aea4)] - **crypto**: update root certificates to NSS 3.104 (Richard Lau) [#55681](https://github.com/nodejs/node/pull/55681)
91
+ * \[[`69d661d591`](https://github.com/nodejs/node/commit/69d661d591)] - **deps**: update undici to v5.29.0 (Matteo Collina) [#57557](https://github.com/nodejs/node/pull/57557)
92
+ * \[[`59fcf43b0e`](https://github.com/nodejs/node/commit/59fcf43b0e)] - **deps**: update corepack to 0.32.0 (Node.js GitHub Bot) [#57265](https://github.com/nodejs/node/pull/57265)
93
+ * \[[`1b72869503`](https://github.com/nodejs/node/commit/1b72869503)] - **deps**: update archs files for openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
94
+ * \[[`a566560235`](https://github.com/nodejs/node/commit/a566560235)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.16 (Node.js GitHub Bot) [#57335](https://github.com/nodejs/node/pull/57335)
95
+ * \[[`50c4e1da2f`](https://github.com/nodejs/node/commit/50c4e1da2f)] - **doc**: add missing `deprecated` badges in `fs.md` (Yukihiro Hasegawa) [#57384](https://github.com/nodejs/node/pull/57384)
96
+ * \[[`c3babb4671`](https://github.com/nodejs/node/commit/c3babb4671)] - **doc**: update Xcode version used for arm64 and pkg (Michaël Zasso) [#57104](https://github.com/nodejs/node/pull/57104)
97
+ * \[[`784da606a6`](https://github.com/nodejs/node/commit/784da606a6)] - **doc**: fix link and history of `SourceMap` sections (Antoine du Hamel) [#57098](https://github.com/nodejs/node/pull/57098)
98
+ * \[[`f5dbceccbe`](https://github.com/nodejs/node/commit/f5dbceccbe)] - **test**: update error code in tls-psk-circuit for for OpenSSL 3.4 (sebastianas) [#56420](https://github.com/nodejs/node/pull/56420)
99
+
100
+ <a id="18.20.7"></a>
101
+
102
+ ## 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @aduh95
103
+
104
+ ### Notable Changes
105
+
106
+ * \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
107
+
108
+ ### Commits
109
+
110
+ * \[[`bb2977ca6c`](https://github.com/nodejs/node/commit/bb2977ca6c)] - **build**: use glob for dependencies of out/Makefile (Richard Lau) [#55789](https://github.com/nodejs/node/pull/55789)
111
+ * \[[`92896945b8`](https://github.com/nodejs/node/commit/92896945b8)] - **build**: support python 3.13 (Chengzhong Wu) [#53190](https://github.com/nodejs/node/pull/53190)
112
+ * \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
113
+ * \[[`d03a23577d`](https://github.com/nodejs/node/commit/d03a23577d)] - **deps**: V8: cherry-pick 26fd1dfa9cd6 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
114
+ * \[[`53bb21b093`](https://github.com/nodejs/node/commit/53bb21b093)] - **deps**: V8: backport ae5a4db8ad86 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
115
+ * \[[`5eb6dfe284`](https://github.com/nodejs/node/commit/5eb6dfe284)] - **deps**: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) [#55980](https://github.com/nodejs/node/pull/55980)
116
+ * \[[`734515a0f7`](https://github.com/nodejs/node/commit/734515a0f7)] - **deps**: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) [#54432](https://github.com/nodejs/node/pull/54432)
117
+ * \[[`d64cc98324`](https://github.com/nodejs/node/commit/d64cc98324)] - **deps**: update simdutf to 5.6.4 (Node.js GitHub Bot) [#56255](https://github.com/nodejs/node/pull/56255)
118
+ * \[[`9eab21dd1d`](https://github.com/nodejs/node/commit/9eab21dd1d)] - **deps**: update simdutf to 5.6.3 (Node.js GitHub Bot) [#55973](https://github.com/nodejs/node/pull/55973)
119
+ * \[[`2e3367b46a`](https://github.com/nodejs/node/commit/2e3367b46a)] - **deps**: update simdutf to 5.6.2 (Node.js GitHub Bot) [#55889](https://github.com/nodejs/node/pull/55889)
120
+ * \[[`df74d66207`](https://github.com/nodejs/node/commit/df74d66207)] - **deps**: update simdutf to 5.6.1 (Node.js GitHub Bot) [#55850](https://github.com/nodejs/node/pull/55850)
121
+ * \[[`ade37ee0b3`](https://github.com/nodejs/node/commit/ade37ee0b3)] - **deps**: update acorn to 8.14.0 (Node.js GitHub Bot) [#55699](https://github.com/nodejs/node/pull/55699)
122
+ * \[[`a3c367adbd`](https://github.com/nodejs/node/commit/a3c367adbd)] - **deps**: update corepack to 0.31.0 (Node.js GitHub Bot) [#56795](https://github.com/nodejs/node/pull/56795)
123
+ * \[[`2cff6a8428`](https://github.com/nodejs/node/commit/2cff6a8428)] - **deps**: update corepack to 0.30.0 (Node.js GitHub Bot) [#55977](https://github.com/nodejs/node/pull/55977)
124
+ * \[[`8b8c9a2cf5`](https://github.com/nodejs/node/commit/8b8c9a2cf5)] - **doc**: update macOS and Xcode versions for releases (Michaël Zasso) [#56337](https://github.com/nodejs/node/pull/56337)
125
+ * \[[`706af28113`](https://github.com/nodejs/node/commit/706af28113)] - **doc**: add "Skip to content" button (Antoine du Hamel) [#56750](https://github.com/nodejs/node/pull/56750)
126
+ * \[[`634a6b3a14`](https://github.com/nodejs/node/commit/634a6b3a14)] - **doc**: improve accessibility of expandable lists (Antoine du Hamel) [#56749](https://github.com/nodejs/node/pull/56749)
127
+ * \[[`f0b60c5bf9`](https://github.com/nodejs/node/commit/f0b60c5bf9)] - **doc**: fix arrow vertical alignment in HTML version (Akash Yeole) [#52193](https://github.com/nodejs/node/pull/52193)
128
+ * \[[`91cce27ebb`](https://github.com/nodejs/node/commit/91cce27ebb)] - **doc**: remove flicker on page load on dark theme (Dima Demakov) [#50942](https://github.com/nodejs/node/pull/50942)
129
+ * \[[`522fbb00a8`](https://github.com/nodejs/node/commit/522fbb00a8)] - **doc**: make theme consistent across api and other docs (Dima Demakov) [#50877](https://github.com/nodejs/node/pull/50877)
130
+ * \[[`1486465520`](https://github.com/nodejs/node/commit/1486465520)] - **doc**: save user preference for JS flavor (Vidar Eldøy) [#49526](https://github.com/nodejs/node/pull/49526)
131
+ * \[[`d74cff7e59`](https://github.com/nodejs/node/commit/d74cff7e59)] - **doc**: rename possibly confusing variable and CSS class (Antoine du Hamel) [#49536](https://github.com/nodejs/node/pull/49536)
132
+ * \[[`4829d976fe`](https://github.com/nodejs/node/commit/4829d976fe)] - **doc**: add main ARIA landmark to API docs (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
133
+ * \[[`6c4ce1f1d4`](https://github.com/nodejs/node/commit/6c4ce1f1d4)] - **doc**: add navigation ARIA landmark to doc ToC (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
134
+ * \[[`33548f8c1f`](https://github.com/nodejs/node/commit/33548f8c1f)] - **doc**: add history entries for JSON modules stabilization (Antoine du Hamel) [#55855](https://github.com/nodejs/node/pull/55855)
135
+ * \[[`e12bdf6141`](https://github.com/nodejs/node/commit/e12bdf6141)] - **meta**: bump `actions/upload-artifact` from 4.4.3 to 4.6.0 (dependabot\[bot]) [#56861](https://github.com/nodejs/node/pull/56861)
136
+ * \[[`6f44ef388b`](https://github.com/nodejs/node/commit/6f44ef388b)] - **meta**: bump actions/upload-artifact from 4.4.0 to 4.4.3 (dependabot\[bot]) [#55685](https://github.com/nodejs/node/pull/55685)
137
+ * \[[`ae39211117`](https://github.com/nodejs/node/commit/ae39211117)] - **meta**: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot\[bot]) [#54703](https://github.com/nodejs/node/pull/54703)
138
+ * \[[`4cf80b37c7`](https://github.com/nodejs/node/commit/4cf80b37c7)] - **meta**: bump `actions/upload-artifact` from 4.3.3 to 4.3.4 (dependabot\[bot]) [#54166](https://github.com/nodejs/node/pull/54166)
139
+ * \[[`4d402b79cb`](https://github.com/nodejs/node/commit/4d402b79cb)] - **meta**: bump `actions/download-artifact` from 4.1.7 to 4.1.8 (dependabot\[bot]) [#54167](https://github.com/nodejs/node/pull/54167)
140
+ * \[[`1c01f93497`](https://github.com/nodejs/node/commit/1c01f93497)] - **meta**: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot\[bot]) [#52785](https://github.com/nodejs/node/pull/52785)
141
+ * \[[`6558a516ec`](https://github.com/nodejs/node/commit/6558a516ec)] - **meta**: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot\[bot]) [#52784](https://github.com/nodejs/node/pull/52784)
142
+ * \[[`dd70860ec8`](https://github.com/nodejs/node/commit/dd70860ec8)] - **meta**: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot\[bot]) [#52314](https://github.com/nodejs/node/pull/52314)
143
+ * \[[`4a24d92a45`](https://github.com/nodejs/node/commit/4a24d92a45)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#51941](https://github.com/nodejs/node/pull/51941)
144
+ * \[[`655b9071b9`](https://github.com/nodejs/node/commit/655b9071b9)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#51938](https://github.com/nodejs/node/pull/51938)
145
+ * \[[`0e6ad795aa`](https://github.com/nodejs/node/commit/0e6ad795aa)] - **meta**: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot\[bot]) [#51644](https://github.com/nodejs/node/pull/51644)
146
+ * \[[`61babc5037`](https://github.com/nodejs/node/commit/61babc5037)] - **meta**: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot\[bot]) [#51643](https://github.com/nodejs/node/pull/51643)
147
+ * \[[`8b16d80029`](https://github.com/nodejs/node/commit/8b16d80029)] - **meta**: update artifact actions to v4 (Michaël Zasso) [#51219](https://github.com/nodejs/node/pull/51219)
148
+ * \[[`d47e8cb86d`](https://github.com/nodejs/node/commit/d47e8cb86d)] - **test**: do not use deprecated import assertions (Antoine du Hamel) [#55873](https://github.com/nodejs/node/pull/55873)
149
+ * \[[`06c523d693`](https://github.com/nodejs/node/commit/06c523d693)] - **test**: mark `test-inspector-stop-profile-after-done` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
150
+ * \[[`dafea86962`](https://github.com/nodejs/node/commit/dafea86962)] - **test**: mark `test-perf-hooks` as flaky on macOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
151
+ * \[[`8e53f1f43d`](https://github.com/nodejs/node/commit/8e53f1f43d)] - **test**: mark test-inspector-multisession-ws as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
152
+ * \[[`350eb50bbe`](https://github.com/nodejs/node/commit/350eb50bbe)] - **test**: mark `test-performance-function` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
153
+ * \[[`a1f428a343`](https://github.com/nodejs/node/commit/a1f428a343)] - **test**: skip `test-perf-hooks` on SmartOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
154
+ * \[[`199f52fcc0`](https://github.com/nodejs/node/commit/199f52fcc0)] - **test**: make test-crypto-hash compatible with OpenSSL > 3.4.0 (Jelle van der Waa) [#56160](https://github.com/nodejs/node/pull/56160)
155
+ * \[[`b08ce67d48`](https://github.com/nodejs/node/commit/b08ce67d48)] - **test**: compare paths on Windows without considering case (Early Riser) [#53993](https://github.com/nodejs/node/pull/53993)
156
+ * \[[`6e84d211a1`](https://github.com/nodejs/node/commit/6e84d211a1)] - **test**: deflake test-perf-hooks.js (Joyee Cheung) [#49892](https://github.com/nodejs/node/pull/49892)
157
+ * \[[`a7f565fc7f`](https://github.com/nodejs/node/commit/a7f565fc7f)] - **tools**: fix failing `lint-sh` workflow (Antoine du Hamel) [#56995](https://github.com/nodejs/node/pull/56995)
158
+
74
159
  <a id="18.20.6"></a>
75
160
 
76
161
  ## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.37',
39
+ 'v8_embedder_string': '-node.39',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -1,5 +1,5 @@
1
1
  # Do not edit. Generated by the configure script.
2
- { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
2
+ { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'arm_fpu': 'neon',
4
4
  'asan': 0,
5
5
  'coverage': 'false',
@@ -368,7 +368,7 @@
368
368
  'node_with_ltcg': 'false',
369
369
  'node_without_node_options': 'false',
370
370
  'openssl_is_fips': 'false',
371
- 'openssl_quic': 'true',
371
+ 'openssl_quic': 'false',
372
372
  'ossfuzz': 'false',
373
373
  'shlib_suffix': 'so.108',
374
374
  'single_executable_application': 'true',
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 20
27
- #define NODE_PATCH_VERSION 6
27
+ #define NODE_PATCH_VERSION 8
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
@@ -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