node-linux-arm64 20.2.0 → 20.3.1

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 (225) hide show
  1. package/CHANGELOG.md +207 -1
  2. package/LICENSE +0 -11
  3. package/README.md +14 -10
  4. package/bin/node +0 -0
  5. package/include/node/config.gypi +1 -1
  6. package/include/node/js_native_api.h +6 -6
  7. package/include/node/js_native_api_types.h +2 -1
  8. package/include/node/node_api.h +2 -2
  9. package/include/node/node_version.h +3 -3
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +4 -3
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +4 -3
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +4 -3
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +4 -3
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +4 -3
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  29. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +4 -3
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +4 -3
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +4 -3
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +4 -3
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  41. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +4 -3
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +4 -3
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +4 -3
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +4 -3
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +4 -3
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +4 -3
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +4 -3
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +4 -3
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +9 -10
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +4 -3
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +4 -3
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +4 -3
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +4 -3
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +4 -3
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +4 -3
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +4 -3
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +4 -3
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +4 -3
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +4 -3
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +4 -3
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +4 -3
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +4 -3
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +4 -3
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +4 -3
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +4 -3
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +4 -3
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +4 -3
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +4 -3
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +4 -3
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +4 -3
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +4 -3
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +4 -3
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +4 -3
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +29 -0
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h +29 -0
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/dso_conf.h +19 -0
  142. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1.h +1128 -0
  143. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1t.h +946 -0
  144. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +887 -0
  145. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +597 -0
  146. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cms.h +493 -0
  147. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/conf.h +211 -0
  148. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h +137 -0
  149. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crmf.h +227 -0
  150. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +558 -0
  151. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ct.h +573 -0
  152. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/err.h +504 -0
  153. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ess.h +128 -0
  154. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/fipskey.h +36 -0
  155. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/lhash.h +288 -0
  156. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ocsp.h +483 -0
  157. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +114 -0
  158. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs12.h +350 -0
  159. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +427 -0
  160. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/safestack.h +297 -0
  161. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/srp.h +285 -0
  162. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2668 -0
  163. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ui.h +407 -0
  164. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509.h +1276 -0
  165. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_vfy.h +894 -0
  166. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509v3.h +1450 -0
  167. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +123 -0
  168. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_digests.h +160 -0
  169. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_dsa.h +94 -0
  170. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ec.h +286 -0
  171. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ecx.h +50 -0
  172. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_rsa.h +187 -0
  173. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_sm2.h +37 -0
  174. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_wrap.h +46 -0
  175. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +9 -8
  176. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +4 -3
  177. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +9 -8
  179. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +4 -3
  180. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +4 -3
  183. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +4 -3
  186. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  188. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +4 -3
  189. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  190. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +4 -3
  192. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +4 -3
  195. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +4 -3
  198. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  200. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +4 -3
  201. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +4 -3
  204. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +4 -3
  207. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +4 -3
  210. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  212. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +4 -3
  213. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/cmperr.h +3 -1
  215. package/include/node/openssl/dsaerr.h +2 -1
  216. package/include/node/openssl/ecerr.h +2 -1
  217. package/include/node/uv/errno.h +12 -1
  218. package/include/node/uv/unix.h +0 -1
  219. package/include/node/uv/version.h +2 -2
  220. package/include/node/uv/win.h +18 -15
  221. package/include/node/uv.h +57 -16
  222. package/include/node/zconf.h +5 -1
  223. package/include/node/zlib.h +4 -4
  224. package/package.json +1 -1
  225. package/include/node/uv/stdint-msvc2008.h +0 -247
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -67,7 +67,9 @@
67
67
  # define CMP_R_MISSING_P10CSR 121
68
68
  # define CMP_R_MISSING_PBM_SECRET 166
69
69
  # define CMP_R_MISSING_PRIVATE_KEY 131
70
+ # define CMP_R_MISSING_PRIVATE_KEY_FOR_POPO 190
70
71
  # define CMP_R_MISSING_PROTECTION 143
72
+ # define CMP_R_MISSING_PUBLIC_KEY 183
71
73
  # define CMP_R_MISSING_REFERENCE_CERT 168
72
74
  # define CMP_R_MISSING_SECRET 178
73
75
  # define CMP_R_MISSING_SENDER_IDENTIFICATION 111
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -38,6 +38,7 @@
38
38
  # define DSA_R_P_NOT_PRIME 115
39
39
  # define DSA_R_Q_NOT_PRIME 113
40
40
  # define DSA_R_SEED_LEN_SMALL 110
41
+ # define DSA_R_TOO_MANY_RETRIES 116
41
42
 
42
43
  # endif
43
44
  #endif
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -90,6 +90,7 @@
90
90
  # define EC_R_RANDOM_NUMBER_GENERATION_FAILED 158
91
91
  # define EC_R_SHARED_INFO_ERROR 150
92
92
  # define EC_R_SLOT_FULL 108
93
+ # define EC_R_TOO_MANY_RETRIES 176
93
94
  # define EC_R_UNDEFINED_GENERATOR 113
94
95
  # define EC_R_UNDEFINED_ORDER 128
95
96
  # define EC_R_UNKNOWN_COFACTOR 164
@@ -413,7 +413,6 @@
413
413
  #elif defined(__APPLE__) || \
414
414
  defined(__DragonFly__) || \
415
415
  defined(__FreeBSD__) || \
416
- defined(__FreeBSD_kernel__) || \
417
416
  defined(__NetBSD__) || \
418
417
  defined(__OpenBSD__)
419
418
  # define UV__EHOSTDOWN (-64)
@@ -457,4 +456,16 @@
457
456
  # define UV__ESOCKTNOSUPPORT (-4025)
458
457
  #endif
459
458
 
459
+ /* FreeBSD defines ENODATA in /usr/include/c++/v1/errno.h which is only visible
460
+ * if C++ is being used. Define it directly to avoid problems when integrating
461
+ * libuv in a C++ project.
462
+ */
463
+ #if defined(ENODATA) && !defined(_WIN32)
464
+ # define UV__ENODATA UV__ERR(ENODATA)
465
+ #elif defined(__FreeBSD__)
466
+ # define UV__ENODATA (-9919)
467
+ #else
468
+ # define UV__ENODATA (-4024)
469
+ #endif
470
+
460
471
  #endif /* UV_ERRNO_H_ */
@@ -59,7 +59,6 @@
59
59
  # include "uv/darwin.h"
60
60
  #elif defined(__DragonFly__) || \
61
61
  defined(__FreeBSD__) || \
62
- defined(__FreeBSD_kernel__) || \
63
62
  defined(__OpenBSD__) || \
64
63
  defined(__NetBSD__)
65
64
  # include "uv/bsd.h"
@@ -31,8 +31,8 @@
31
31
  */
32
32
 
33
33
  #define UV_VERSION_MAJOR 1
34
- #define UV_VERSION_MINOR 44
35
- #define UV_VERSION_PATCH 2
34
+ #define UV_VERSION_MINOR 45
35
+ #define UV_VERSION_PATCH 0
36
36
  #define UV_VERSION_IS_RELEASE 1
37
37
  #define UV_VERSION_SUFFIX ""
38
38
 
@@ -59,12 +59,7 @@ typedef struct pollfd {
59
59
  #include <signal.h>
60
60
  #include <fcntl.h>
61
61
  #include <sys/stat.h>
62
-
63
- #if defined(_MSC_VER) && _MSC_VER < 1600
64
- # include "uv/stdint-msvc2008.h"
65
- #else
66
- # include <stdint.h>
67
- #endif
62
+ #include <stdint.h>
68
63
 
69
64
  #include "uv/tree.h"
70
65
  #include "uv/threadpool.h"
@@ -75,6 +70,11 @@ typedef struct pollfd {
75
70
  # define S_IFLNK 0xA000
76
71
  #endif
77
72
 
73
+ // Define missing in Windows Kit Include\{VERSION}\ucrt\sys\stat.h
74
+ #if defined(_CRT_INTERNAL_NONSTDC_NAMES) && _CRT_INTERNAL_NONSTDC_NAMES && !defined(S_IFIFO)
75
+ # define S_IFIFO _S_IFIFO
76
+ #endif
77
+
78
78
  /* Additional signals supported by uv_signal and or uv_kill. The CRT defines
79
79
  * the following signals already:
80
80
  *
@@ -91,6 +91,7 @@ typedef struct pollfd {
91
91
  * variants (Linux and Darwin)
92
92
  */
93
93
  #define SIGHUP 1
94
+ #define SIGQUIT 3
94
95
  #define SIGKILL 9
95
96
  #define SIGWINCH 28
96
97
 
@@ -223,7 +224,7 @@ typedef struct _AFD_POLL_INFO {
223
224
  AFD_POLL_HANDLE_INFO Handles[1];
224
225
  } AFD_POLL_INFO, *PAFD_POLL_INFO;
225
226
 
226
- #define UV_MSAFD_PROVIDER_COUNT 3
227
+ #define UV_MSAFD_PROVIDER_COUNT 4
227
228
 
228
229
 
229
230
  /**
@@ -274,11 +275,12 @@ typedef struct {
274
275
  } uv_rwlock_t;
275
276
 
276
277
  typedef struct {
277
- unsigned int n;
278
- unsigned int count;
278
+ unsigned threshold;
279
+ unsigned in;
279
280
  uv_mutex_t mutex;
280
- uv_sem_t turnstile1;
281
- uv_sem_t turnstile2;
281
+ /* TODO: in v2 make this a uv_cond_t, without unused_ */
282
+ CONDITION_VARIABLE cond;
283
+ unsigned out;
282
284
  } uv_barrier_t;
283
285
 
284
286
  typedef struct {
@@ -348,9 +350,9 @@ typedef struct {
348
350
  uv_idle_t* next_idle_handle; \
349
351
  /* This handle holds the peer sockets for the fast variant of uv_poll_t */ \
350
352
  SOCKET poll_peer_sockets[UV_MSAFD_PROVIDER_COUNT]; \
351
- /* Counter to keep track of active tcp streams */ \
353
+ /* No longer used. */ \
352
354
  unsigned int active_tcp_streams; \
353
- /* Counter to keep track of active udp streams */ \
355
+ /* No longer used. */ \
354
356
  unsigned int active_udp_streams; \
355
357
  /* Counter to started timer */ \
356
358
  uint64_t timer_counter; \
@@ -382,6 +384,7 @@ typedef struct {
382
384
  ULONG_PTR result; /* overlapped.Internal is reused to hold the result */\
383
385
  HANDLE pipeHandle; \
384
386
  DWORD duplex_flags; \
387
+ WCHAR* name; \
385
388
  } connect; \
386
389
  } u; \
387
390
  struct uv_req_s* next_req;
@@ -497,7 +500,7 @@ typedef struct {
497
500
  struct { uv_pipe_connection_fields } conn; \
498
501
  } pipe;
499
502
 
500
- /* TODO: put the parser states in an union - TTY handles are always half-duplex
503
+ /* TODO: put the parser states in a union - TTY handles are always half-duplex
501
504
  * so read-state can safely overlap write-state. */
502
505
  #define UV_TTY_PRIVATE_FIELDS \
503
506
  HANDLE handle; \
@@ -605,7 +608,7 @@ typedef struct {
605
608
  struct uv_process_exit_s { \
606
609
  UV_REQ_FIELDS \
607
610
  } exit_req; \
608
- BYTE* child_stdio_buffer; \
611
+ void* unused; /* TODO: retained for ABI compat; remove this in v2.x. */ \
609
612
  int exit_signal; \
610
613
  HANDLE wait_handle; \
611
614
  HANDLE process_handle; \
package/include/node/uv.h CHANGED
@@ -31,6 +31,7 @@ extern "C" {
31
31
  #error "Define either BUILDING_UV_SHARED or USING_UV_SHARED, not both."
32
32
  #endif
33
33
 
34
+ #ifndef UV_EXTERN
34
35
  #ifdef _WIN32
35
36
  /* Windows - set up dll import/export decorators. */
36
37
  # if defined(BUILDING_UV_SHARED)
@@ -50,17 +51,13 @@ extern "C" {
50
51
  #else
51
52
  # define UV_EXTERN /* nothing */
52
53
  #endif
54
+ #endif /* UV_EXTERN */
53
55
 
54
56
  #include "uv/errno.h"
55
57
  #include "uv/version.h"
56
58
  #include <stddef.h>
57
59
  #include <stdio.h>
58
-
59
- #if defined(_MSC_VER) && _MSC_VER < 1600
60
- # include "uv/stdint-msvc2008.h"
61
- #else
62
- # include <stdint.h>
63
- #endif
60
+ #include <stdint.h>
64
61
 
65
62
  #if defined(_WIN32)
66
63
  # include "uv/win.h"
@@ -152,6 +149,7 @@ extern "C" {
152
149
  XX(EFTYPE, "inappropriate file type or format") \
153
150
  XX(EILSEQ, "illegal byte sequence") \
154
151
  XX(ESOCKTNOSUPPORT, "socket type not supported") \
152
+ XX(ENODATA, "no data available") \
155
153
 
156
154
  #define UV_HANDLE_TYPE_MAP(XX) \
157
155
  XX(ASYNC, async) \
@@ -247,9 +245,12 @@ typedef struct uv_cpu_info_s uv_cpu_info_t;
247
245
  typedef struct uv_interface_address_s uv_interface_address_t;
248
246
  typedef struct uv_dirent_s uv_dirent_t;
249
247
  typedef struct uv_passwd_s uv_passwd_t;
248
+ typedef struct uv_group_s uv_group_t;
250
249
  typedef struct uv_utsname_s uv_utsname_t;
251
250
  typedef struct uv_statfs_s uv_statfs_t;
252
251
 
252
+ typedef struct uv_metrics_s uv_metrics_t;
253
+
253
254
  typedef enum {
254
255
  UV_LOOP_BLOCK_SIGNAL = 0,
255
256
  UV_METRICS_IDLE_TIME
@@ -344,11 +345,32 @@ typedef void (*uv_random_cb)(uv_random_t* req,
344
345
  void* buf,
345
346
  size_t buflen);
346
347
 
348
+ typedef enum {
349
+ UV_CLOCK_MONOTONIC,
350
+ UV_CLOCK_REALTIME
351
+ } uv_clock_id;
352
+
353
+ /* XXX(bnoordhuis) not 2038-proof, https://github.com/libuv/libuv/issues/3864 */
347
354
  typedef struct {
348
355
  long tv_sec;
349
356
  long tv_nsec;
350
357
  } uv_timespec_t;
351
358
 
359
+ typedef struct {
360
+ int64_t tv_sec;
361
+ int32_t tv_nsec;
362
+ } uv_timespec64_t;
363
+
364
+ /* XXX(bnoordhuis) not 2038-proof, https://github.com/libuv/libuv/issues/3864 */
365
+ typedef struct {
366
+ long tv_sec;
367
+ long tv_usec;
368
+ } uv_timeval_t;
369
+
370
+ typedef struct {
371
+ int64_t tv_sec;
372
+ int32_t tv_usec;
373
+ } uv_timeval64_t;
352
374
 
353
375
  typedef struct {
354
376
  uint64_t st_dev;
@@ -1139,6 +1161,12 @@ struct uv_passwd_s {
1139
1161
  char* homedir;
1140
1162
  };
1141
1163
 
1164
+ struct uv_group_s {
1165
+ char* groupname;
1166
+ unsigned long gid;
1167
+ char** members;
1168
+ };
1169
+
1142
1170
  struct uv_utsname_s {
1143
1171
  char sysname[256];
1144
1172
  char release[256];
@@ -1184,16 +1212,6 @@ UV_EXTERN int uv_uptime(double* uptime);
1184
1212
  UV_EXTERN uv_os_fd_t uv_get_osfhandle(int fd);
1185
1213
  UV_EXTERN int uv_open_osfhandle(uv_os_fd_t os_fd);
1186
1214
 
1187
- typedef struct {
1188
- long tv_sec;
1189
- long tv_usec;
1190
- } uv_timeval_t;
1191
-
1192
- typedef struct {
1193
- int64_t tv_sec;
1194
- int32_t tv_usec;
1195
- } uv_timeval64_t;
1196
-
1197
1215
  typedef struct {
1198
1216
  uv_timeval_t ru_utime; /* user CPU time used */
1199
1217
  uv_timeval_t ru_stime; /* system CPU time used */
@@ -1219,6 +1237,9 @@ UV_EXTERN int uv_os_homedir(char* buffer, size_t* size);
1219
1237
  UV_EXTERN int uv_os_tmpdir(char* buffer, size_t* size);
1220
1238
  UV_EXTERN int uv_os_get_passwd(uv_passwd_t* pwd);
1221
1239
  UV_EXTERN void uv_os_free_passwd(uv_passwd_t* pwd);
1240
+ UV_EXTERN int uv_os_get_passwd2(uv_passwd_t* pwd, uv_uid_t uid);
1241
+ UV_EXTERN int uv_os_get_group(uv_group_t* grp, uv_uid_t gid);
1242
+ UV_EXTERN void uv_os_free_group(uv_group_t* grp);
1222
1243
  UV_EXTERN uv_pid_t uv_os_getpid(void);
1223
1244
  UV_EXTERN uv_pid_t uv_os_getppid(void);
1224
1245
 
@@ -1245,6 +1266,7 @@ UV_EXTERN int uv_os_setpriority(uv_pid_t pid, int priority);
1245
1266
  UV_EXTERN unsigned int uv_available_parallelism(void);
1246
1267
  UV_EXTERN int uv_cpu_info(uv_cpu_info_t** cpu_infos, int* count);
1247
1268
  UV_EXTERN void uv_free_cpu_info(uv_cpu_info_t* cpu_infos, int count);
1269
+ UV_EXTERN int uv_cpumask_size(void);
1248
1270
 
1249
1271
  UV_EXTERN int uv_interface_addresses(uv_interface_address_t** addresses,
1250
1272
  int* count);
@@ -1277,6 +1299,15 @@ UV_EXTERN int uv_os_gethostname(char* buffer, size_t* size);
1277
1299
 
1278
1300
  UV_EXTERN int uv_os_uname(uv_utsname_t* buffer);
1279
1301
 
1302
+ struct uv_metrics_s {
1303
+ uint64_t loop_count;
1304
+ uint64_t events;
1305
+ uint64_t events_waiting;
1306
+ /* private */
1307
+ uint64_t* reserved[13];
1308
+ };
1309
+
1310
+ UV_EXTERN int uv_metrics_info(uv_loop_t* loop, uv_metrics_t* metrics);
1280
1311
  UV_EXTERN uint64_t uv_metrics_idle_time(uv_loop_t* loop);
1281
1312
 
1282
1313
  typedef enum {
@@ -1710,7 +1741,9 @@ UV_EXTERN int uv_chdir(const char* dir);
1710
1741
  UV_EXTERN uint64_t uv_get_free_memory(void);
1711
1742
  UV_EXTERN uint64_t uv_get_total_memory(void);
1712
1743
  UV_EXTERN uint64_t uv_get_constrained_memory(void);
1744
+ UV_EXTERN uint64_t uv_get_available_memory(void);
1713
1745
 
1746
+ UV_EXTERN int uv_clock_gettime(uv_clock_id clock_id, uv_timespec64_t* ts);
1714
1747
  UV_EXTERN uint64_t uv_hrtime(void);
1715
1748
  UV_EXTERN void uv_sleep(unsigned int msec);
1716
1749
 
@@ -1787,6 +1820,14 @@ UV_EXTERN int uv_thread_create_ex(uv_thread_t* tid,
1787
1820
  const uv_thread_options_t* params,
1788
1821
  uv_thread_cb entry,
1789
1822
  void* arg);
1823
+ UV_EXTERN int uv_thread_setaffinity(uv_thread_t* tid,
1824
+ char* cpumask,
1825
+ char* oldmask,
1826
+ size_t mask_size);
1827
+ UV_EXTERN int uv_thread_getaffinity(uv_thread_t* tid,
1828
+ char* cpumask,
1829
+ size_t mask_size);
1830
+ UV_EXTERN int uv_thread_getcpu(void);
1790
1831
  UV_EXTERN uv_thread_t uv_thread_self(void);
1791
1832
  UV_EXTERN int uv_thread_join(uv_thread_t *tid);
1792
1833
  UV_EXTERN int uv_thread_equal(const uv_thread_t* t1, const uv_thread_t* t2);
@@ -253,7 +253,11 @@
253
253
  #endif
254
254
 
255
255
  #ifdef Z_SOLO
256
- typedef unsigned long z_size_t;
256
+ # ifdef _WIN64
257
+ typedef unsigned long long z_size_t;
258
+ # else
259
+ typedef unsigned long z_size_t;
260
+ # endif
257
261
  #else
258
262
  # define z_longlong long long
259
263
  # if defined(NO_SIZE_T)
@@ -1,5 +1,5 @@
1
1
  /* zlib.h -- interface of the 'zlib' general purpose compression library
2
- version 1.2.13, October 13th, 2022
2
+ version 1.2.13.1, October xxth, 2022
3
3
 
4
4
  Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler
5
5
 
@@ -37,12 +37,12 @@
37
37
  extern "C" {
38
38
  #endif
39
39
 
40
- #define ZLIB_VERSION "1.2.13"
41
- #define ZLIB_VERNUM 0x12d0
40
+ #define ZLIB_VERSION "1.2.13.1-motley"
41
+ #define ZLIB_VERNUM 0x12d1
42
42
  #define ZLIB_VER_MAJOR 1
43
43
  #define ZLIB_VER_MINOR 2
44
44
  #define ZLIB_VER_REVISION 13
45
- #define ZLIB_VER_SUBREVISION 0
45
+ #define ZLIB_VER_SUBREVISION 1
46
46
 
47
47
  /*
48
48
  The 'zlib' compression library provides in-memory compression and
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v20.2.0",
3
+ "version": "v20.3.1",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"