node-aix-ppc64 21.6.1 → 21.6.2

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 (240) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/bin/node +0 -0
  3. package/include/node/node.exp +30 -21
  4. package/include/node/node_version.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  8. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -1
  67. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  69. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -1
  79. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -1
  91. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -1
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -1
  107. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -1
  111. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -1
  115. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -1
  119. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -1
  123. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -1
  127. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  129. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -1
  131. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -1
  135. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  137. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -1
  139. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  140. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  141. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -1
  143. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -1
  147. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  149. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -1
  151. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  153. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -1
  155. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  159. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  161. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -1
  163. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  165. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -1
  167. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -1
  171. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -1
  175. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  177. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +1 -1
  179. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  181. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -1
  183. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -1
  187. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  189. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -1
  191. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  192. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  193. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -1
  195. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  197. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -1
  199. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  200. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  201. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -1
  203. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  205. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -1
  207. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  209. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -1
  215. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -1
  219. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  220. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -1
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -1
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  233. package/include/node/openssl/conferr.h +1 -0
  234. package/include/node/openssl/dh.h +3 -3
  235. package/include/node/openssl/dherr.h +2 -1
  236. package/include/node/uv/unix.h +4 -1
  237. package/include/node/uv/version.h +1 -1
  238. package/include/node/uv/win.h +6 -3
  239. package/include/node/uv.h +19 -1
  240. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#21.6.2">21.6.2</a><br/>
11
12
  <a href="#21.6.1">21.6.1</a><br/>
12
13
  <a href="#21.6.0">21.6.0</a><br/>
13
14
  <a href="#21.5.0">21.5.0</a><br/>
@@ -43,6 +44,44 @@
43
44
  * [io.js](CHANGELOG_IOJS.md)
44
45
  * [Archive](CHANGELOG_ARCHIVE.md)
45
46
 
47
+ <a id="21.6.2"></a>
48
+
49
+ ## 2024-02-14, Version 21.6.2 (Current), @RafaelGSS
50
+
51
+ ### Notable changes
52
+
53
+ This is a security release.
54
+
55
+ ### Notable changes
56
+
57
+ * CVE-2024-21892 - Code injection and privilege escalation through Linux capabilities- (High)
58
+ * CVE-2024-22019 - http: Reading unprocessed HTTP request with unbounded chunk extension allows DoS attacks- (High)
59
+ * CVE-2024-21896 - Path traversal by monkey-patching Buffer internals- (High)
60
+ * CVE-2024-22017 - setuid() does not drop all privileges due to io\_uring - (High)
61
+ * CVE-2023-46809 - Node.js is vulnerable to the Marvin Attack (timing variant of the Bleichenbacher attack against PKCS#1 v1.5 padding) - (Medium)
62
+ * CVE-2024-21891 - Multiple permission model bypasses due to improper path traversal sequence sanitization - (Medium)
63
+ * CVE-2024-21890 - Improper handling of wildcards in --allow-fs-read and --allow-fs-write (Medium)
64
+ * CVE-2024-22025 - Denial of Service by resource exhaustion in fetch() brotli decoding - (Medium)
65
+ * undici version 5.28.3
66
+ * libuv version 1.48.0
67
+ * OpenSSL version 3.0.13+quic1
68
+
69
+ ### Commits
70
+
71
+ * \[[`8344719369`](https://github.com/nodejs/node/commit/8344719369)] - **crypto**: disable PKCS#1 padding for privateDecrypt (Michael Dawson) [nodejs-private/node-private#525](https://github.com/nodejs-private/node-private/pull/525)
72
+ * \[[`d093600ac4`](https://github.com/nodejs/node/commit/d093600ac4)] - **deps**: update archs files for openssl-3.0.13+quic1 (Node.js GitHub Bot) [#51614](https://github.com/nodejs/node/pull/51614)
73
+ * \[[`6cd930e5e8`](https://github.com/nodejs/node/commit/6cd930e5e8)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.13+quic1 (Node.js GitHub Bot) [#51614](https://github.com/nodejs/node/pull/51614)
74
+ * \[[`9590c15d3d`](https://github.com/nodejs/node/commit/9590c15d3d)] - **deps**: upgrade libuv to 1.48.0 (Santiago Gimeno) [#51698](https://github.com/nodejs/node/pull/51698)
75
+ * \[[`666096298c`](https://github.com/nodejs/node/commit/666096298c)] - **deps**: disable io\_uring support in libuv by default (Tobias Nießen) [nodejs-private/node-private#528](https://github.com/nodejs-private/node-private/pull/528)
76
+ * \[[`a4edd22e30`](https://github.com/nodejs/node/commit/a4edd22e30)] - **fs**: protect against modified Buffer internals in possiblyTransformPath (Tobias Nießen) [nodejs-private/node-private#497](https://github.com/nodejs-private/node-private/pull/497)
77
+ * \[[`6155a1ffaf`](https://github.com/nodejs/node/commit/6155a1ffaf)] - **http**: add maximum chunk extension size (Paolo Insogna) [nodejs-private/node-private#518](https://github.com/nodejs-private/node-private/pull/518)
78
+ * \[[`777509495e`](https://github.com/nodejs/node/commit/777509495e)] - **lib**: use cache fs internals against path traversal (RafaelGSS) [nodejs-private/node-private#516](https://github.com/nodejs-private/node-private/pull/516)
79
+ * \[[`9d2ac2b3fc`](https://github.com/nodejs/node/commit/9d2ac2b3fc)] - **lib**: update undici to v5.28.3 (Matteo Collina) [nodejs-private/node-private#538](https://github.com/nodejs-private/node-private/pull/538)
80
+ * \[[`208b3940c7`](https://github.com/nodejs/node/commit/208b3940c7)] - **src**: fix HasOnly(capability) in node::credentials (Tobias Nießen) [nodejs-private/node-private#505](https://github.com/nodejs-private/node-private/pull/505)
81
+ * \[[`fc2454f29c`](https://github.com/nodejs/node/commit/fc2454f29c)] - **src,deps**: disable setuid() etc if io\_uring enabled (Tobias Nießen) [nodejs-private/node-private#528](https://github.com/nodejs-private/node-private/pull/528)
82
+ * \[[`ef3eea20be`](https://github.com/nodejs/node/commit/ef3eea20be)] - **test,doc**: clarify wildcard usage (RafaelGSS) [nodejs-private/node-private#517](https://github.com/nodejs-private/node-private/pull/517)
83
+ * \[[`8547196964`](https://github.com/nodejs/node/commit/8547196964)] - **zlib**: pause stream if outgoing buffer is full (Matteo Collina) [nodejs-private/node-private#540](https://github.com/nodejs-private/node-private/pull/540)
84
+
46
85
  <a id="21.6.1"></a>
47
86
 
48
87
  ## 2024-01-22, Version 21.6.1 (Current), @RafaelGSS
package/bin/node CHANGED
Binary file
@@ -5980,24 +5980,24 @@ _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeE
5980
5980
  _GLOBAL__F__ZN2v88internal6torque9KytheData21AddConstantDefinitionEPKNS1_5ValueE
5981
5981
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
5982
5982
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
5983
- _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_87E8306D_0xbaaa2a7a6fbd2b4a
5984
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x5606f9081c9a3e8
5985
- _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x289c9a147f2a6dd6
5986
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xf64327cb7daf1f11
5987
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0xf36bf13d3eeb9ea0
5988
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x68d98354e48bbfd3
5989
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x9d44ad26c14c0d46
5990
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0x4afab5fca6180072
5991
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x1a62978633154a61
5992
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xc4074b0bae33a04
5993
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xf6bf46c9de4940b1
5994
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x2f86a4f0226797ee
5995
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0x47ea2ccaa018737
5996
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0xf23a3e98dcaa50c9
5997
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x81e6f0559c42b851
5998
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0x1f888b7bba6213c9
5999
- _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x1645ecf2125b8a88
6000
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0xbaed1c900b85d28
5983
+ _GLOBAL__I_65535_0_.._deps_v8_src_common_ptr_compr.cc_87E8306D_0xb4ce4e3df968ec46
5984
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_int64_lowering.cc_E21CEA7D_0x957a73d12d6184d4
5985
+ _GLOBAL__I_65535_0_.._deps_v8_src_compiler_turboshaft_utils.cc_DFF67DD7_0x9149c40f9708c817
5986
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xcc6844e4da499b46
5987
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_DFF67DD7_0x2929bda03e078fa3
5988
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x21a813029055dbaf
5989
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x613b8e4f399173cf
5990
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0xb286eecd9334cb7a
5991
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x426e82631f51546c
5992
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0xb1e54ed4d9a779c0
5993
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x97a5ce55cc3cb651
5994
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xa01c4273f96040b3
5995
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_E21CEA7D_0xe0006e00c589c1cd
5996
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_code_pointer_table.cc_87E8306D_0xbce2e1af286b5869
5997
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xb8cc79d3b7dcd886
5998
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xd1d01372b263d45d
5999
+ _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0x7353edb955e75394
6000
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_E21CEA7D_0x27db6ef19ed02245
6001
6001
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
6002
6002
  _GLOBAL__I_65535_0__Z16_register_configv
6003
6003
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -7137,9 +7137,9 @@ _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7137
7137
  _GLOBAL__I_65535_0__ZNK4node4quic6Packet11destinationEv
7138
7138
  _GLOBAL__I_65535_0__ZNK4node7modules11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7139
7139
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7140
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0xa5d1dc03fdf38b7d
7141
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x560872a99aad2811
7142
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xcbb96eba4686772c
7140
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_E21CEA7D_0x4ab64bc84529a196
7141
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x4d829e8bf7ffe0dd
7142
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_E21CEA7D_0xc39f191dacca9df5
7143
7143
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
7144
7144
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
7145
7145
  _HZData_74
@@ -86810,7 +86810,9 @@ _ZZN4node6crypto13MallocOpenSSLIhEEPT_mE4args
86810
86810
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z21EVP_PKEY_encrypt_initEEXadL_Z16EVP_PKEY_encryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
86811
86811
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE0EXadL_Z28EVP_PKEY_verify_recover_initEEXadL_Z23EVP_PKEY_verify_recoverEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
86812
86812
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
86813
+ _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z18EVP_PKEY_sign_initEEXadL_Z13EVP_PKEY_signEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
86813
86814
  _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEbPNS_11EnvironmentERKNS0_14ManagedEVPPKeyEiPK9evp_md_stRKNS0_25ArrayBufferOrViewContentsIhEESF_PSt10unique_ptrIN2v812BackingStoreESt14default_deleteISI_EEE4args
86815
+ _ZZN4node6crypto15PublicKeyCipher6CipherILNS1_9OperationE1EXadL_Z21EVP_PKEY_decrypt_initEEXadL_Z16EVP_PKEY_decryptEEEEvRKN2v820FunctionCallbackInfoINS4_5ValueEEEE4args
86814
86816
  _ZZN4node6crypto24GetOrCreateRootCertStoreEvE5store
86815
86817
  _ZZN4node6crypto25ArrayBufferOrViewContentsIcEC4EN2v85LocalINS3_5ValueEEEE4args
86816
86818
  _ZZN4node6crypto25ArrayBufferOrViewContentsIhEC4EN2v85LocalINS3_5ValueEEEE4args
@@ -91763,6 +91765,10 @@ ossl_x509_req_set0_libctx
91763
91765
  ossl_x509_set0_libctx
91764
91766
  ossl_x509_set1_time
91765
91767
  ossl_x509_signing_allowed
91768
+ ossl_x509at_add1_attr
91769
+ ossl_x509at_add1_attr_by_NID
91770
+ ossl_x509at_add1_attr_by_OBJ
91771
+ ossl_x509at_add1_attr_by_txt
91766
91772
  ossl_x509at_dup
91767
91773
  ossl_x509v3_cache_extensions
91768
91774
  parseFlagsFile
@@ -94001,6 +94007,7 @@ uv__free
94001
94007
  uv__fs_event_close
94002
94008
  uv__fs_get_dirent_type
94003
94009
  uv__fs_poll_close
94010
+ uv__fs_post
94004
94011
  uv__fs_readdir_cleanup
94005
94012
  uv__fs_scandir_cleanup
94006
94013
  uv__getaddrinfo_translate_error
@@ -94352,9 +94359,11 @@ uv_thread_create_ex
94352
94359
  uv_thread_equal
94353
94360
  uv_thread_getaffinity
94354
94361
  uv_thread_getcpu
94362
+ uv_thread_getpriority
94355
94363
  uv_thread_join
94356
94364
  uv_thread_self
94357
94365
  uv_thread_setaffinity
94366
+ uv_thread_setpriority
94358
94367
  uv_timer_again
94359
94368
  uv_timer_get_due_in
94360
94369
  uv_timer_get_repeat
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 21
26
26
  #define NODE_MINOR_VERSION 6
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Oct 26 14:48:37 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:57:29 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Thu Oct 26 14:48:56 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:57:42 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Thu Oct 26 14:49:16 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:57:55 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Thu Oct 26 14:49:35 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:58:07 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Thu Oct 26 14:49:58 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:58:22 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Thu Oct 26 14:50:22 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:58:38 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: "
14
- #define DATE "built on: Thu Oct 26 15:04:24 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:07:51 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 12
32
+ # define OPENSSL_VERSION_PATCH 13
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -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.12"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.12+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+quic"
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 "24 Oct 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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