node-linux-arm64 20.11.0 → 20.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (246) hide show
  1. package/CHANGELOG.md +668 -0
  2. package/LICENSE +65 -43
  3. package/README.md +20 -16
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +4 -2
  7. package/include/node/js_native_api.h +33 -20
  8. package/include/node/js_native_api_types.h +39 -0
  9. package/include/node/node.h +32 -2
  10. package/include/node/node_api.h +16 -16
  11. package/include/node/node_version.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -1
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -1
  62. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  64. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  68. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -1
  70. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  72. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -1
  74. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  76. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  80. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -1
  82. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  84. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -1
  86. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  92. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -1
  94. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  96. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -1
  98. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -1
  106. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  108. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -1
  110. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  112. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  116. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -1
  118. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  120. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -1
  122. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  124. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  128. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -1
  130. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  132. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -1
  134. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  140. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -1
  142. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  144. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  145. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -1
  146. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  148. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  152. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -1
  154. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  156. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -1
  158. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  160. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  164. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  166. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  168. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  169. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -1
  170. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  172. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  176. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -1
  178. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  180. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -1
  182. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  184. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +1 -1
  186. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  188. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -1
  190. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  192. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  193. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -1
  194. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  196. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -1
  198. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  200. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -1
  202. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  204. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  205. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -1
  206. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  208. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -1
  210. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  212. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -1
  214. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  215. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  216. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -1
  218. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  220. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -1
  222. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  224. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  225. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -1
  226. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  227. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  229. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -1
  230. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  232. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  233. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -1
  234. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  235. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  236. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -1
  238. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  239. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  240. package/include/node/openssl/conferr.h +1 -0
  241. package/include/node/openssl/dh.h +3 -3
  242. package/include/node/openssl/dherr.h +2 -1
  243. package/include/node/v8-profiler.h +10 -0
  244. package/include/node/zlib.h +8 -8
  245. package/package.json +1 -1
  246. package/share/man/man1/node.1 +3 -0
@@ -131,7 +131,7 @@ NAPI_EXTERN napi_status NAPI_CDECL
131
131
  napi_create_external_buffer(napi_env env,
132
132
  size_t length,
133
133
  void* data,
134
- napi_finalize finalize_cb,
134
+ node_api_nogc_finalize finalize_cb,
135
135
  void* finalize_hint,
136
136
  napi_value* result);
137
137
  #endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
@@ -159,20 +159,20 @@ napi_create_async_work(napi_env env,
159
159
  napi_async_work* result);
160
160
  NAPI_EXTERN napi_status NAPI_CDECL napi_delete_async_work(napi_env env,
161
161
  napi_async_work work);
162
- NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(napi_env env,
162
+ NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(node_api_nogc_env env,
163
163
  napi_async_work work);
164
- NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(napi_env env,
164
+ NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(node_api_nogc_env env,
165
165
  napi_async_work work);
166
166
 
167
167
  // version management
168
168
  NAPI_EXTERN napi_status NAPI_CDECL
169
- napi_get_node_version(napi_env env, const napi_node_version** version);
169
+ napi_get_node_version(node_api_nogc_env env, const napi_node_version** version);
170
170
 
171
171
  #if NAPI_VERSION >= 2
172
172
 
173
173
  // Return the current libuv event loop for a given environment
174
174
  NAPI_EXTERN napi_status NAPI_CDECL
175
- napi_get_uv_event_loop(napi_env env, struct uv_loop_s** loop);
175
+ napi_get_uv_event_loop(node_api_nogc_env env, struct uv_loop_s** loop);
176
176
 
177
177
  #endif // NAPI_VERSION >= 2
178
178
 
@@ -181,11 +181,11 @@ napi_get_uv_event_loop(napi_env env, struct uv_loop_s** loop);
181
181
  NAPI_EXTERN napi_status NAPI_CDECL napi_fatal_exception(napi_env env,
182
182
  napi_value err);
183
183
 
184
- NAPI_EXTERN napi_status NAPI_CDECL
185
- napi_add_env_cleanup_hook(napi_env env, napi_cleanup_hook fun, void* arg);
184
+ NAPI_EXTERN napi_status NAPI_CDECL napi_add_env_cleanup_hook(
185
+ node_api_nogc_env env, napi_cleanup_hook fun, void* arg);
186
186
 
187
- NAPI_EXTERN napi_status NAPI_CDECL
188
- napi_remove_env_cleanup_hook(napi_env env, napi_cleanup_hook fun, void* arg);
187
+ NAPI_EXTERN napi_status NAPI_CDECL napi_remove_env_cleanup_hook(
188
+ node_api_nogc_env env, napi_cleanup_hook fun, void* arg);
189
189
 
190
190
  NAPI_EXTERN napi_status NAPI_CDECL
191
191
  napi_open_callback_scope(napi_env env,
@@ -209,7 +209,7 @@ napi_create_threadsafe_function(napi_env env,
209
209
  size_t max_queue_size,
210
210
  size_t initial_thread_count,
211
211
  void* thread_finalize_data,
212
- napi_finalize thread_finalize_cb,
212
+ node_api_nogc_finalize thread_finalize_cb,
213
213
  void* context,
214
214
  napi_threadsafe_function_call_js call_js_cb,
215
215
  napi_threadsafe_function* result);
@@ -228,18 +228,18 @@ napi_acquire_threadsafe_function(napi_threadsafe_function func);
228
228
  NAPI_EXTERN napi_status NAPI_CDECL napi_release_threadsafe_function(
229
229
  napi_threadsafe_function func, napi_threadsafe_function_release_mode mode);
230
230
 
231
- NAPI_EXTERN napi_status NAPI_CDECL
232
- napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func);
231
+ NAPI_EXTERN napi_status NAPI_CDECL napi_unref_threadsafe_function(
232
+ node_api_nogc_env env, napi_threadsafe_function func);
233
233
 
234
- NAPI_EXTERN napi_status NAPI_CDECL
235
- napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func);
234
+ NAPI_EXTERN napi_status NAPI_CDECL napi_ref_threadsafe_function(
235
+ node_api_nogc_env env, napi_threadsafe_function func);
236
236
 
237
237
  #endif // NAPI_VERSION >= 4
238
238
 
239
239
  #if NAPI_VERSION >= 8
240
240
 
241
241
  NAPI_EXTERN napi_status NAPI_CDECL
242
- napi_add_async_cleanup_hook(napi_env env,
242
+ napi_add_async_cleanup_hook(node_api_nogc_env env,
243
243
  napi_async_cleanup_hook hook,
244
244
  void* arg,
245
245
  napi_async_cleanup_hook_handle* remove_handle);
@@ -252,7 +252,7 @@ napi_remove_async_cleanup_hook(napi_async_cleanup_hook_handle remove_handle);
252
252
  #if NAPI_VERSION >= 9
253
253
 
254
254
  NAPI_EXTERN napi_status NAPI_CDECL
255
- node_api_get_module_file_name(napi_env env, const char** result);
255
+ node_api_get_module_file_name(node_api_nogc_env env, const char** result);
256
256
 
257
257
  #endif // NAPI_VERSION >= 9
258
258
 
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 11
26
+ #define NODE_MINOR_VERSION 12
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Thu Oct 26 15:04:43 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:08:03 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:05:01 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:08:15 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a