node-linux-arm64 22.20.0 → 22.21.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 (181) hide show
  1. package/CHANGELOG.md +148 -0
  2. package/README.md +2 -2
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +1 -0
  5. package/include/node/js_native_api.h +9 -1
  6. package/include/node/node_version.h +2 -2
  7. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +4 -4
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +8 -13
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +4 -4
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +8 -13
  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/crypto.h +4 -4
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +8 -13
  16. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +4 -4
  18. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +8 -13
  19. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +4 -4
  21. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +8 -13
  22. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +4 -4
  24. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +8 -13
  25. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +4 -4
  27. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +8 -13
  28. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +4 -4
  30. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +8 -13
  31. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +4 -4
  33. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +8 -13
  34. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +4 -4
  36. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +8 -13
  37. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +4 -4
  39. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +8 -13
  40. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +4 -4
  42. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +8 -13
  43. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +4 -4
  45. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +8 -13
  46. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +4 -4
  48. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +8 -13
  49. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +4 -4
  51. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +8 -13
  52. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +4 -4
  54. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +8 -13
  55. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +4 -4
  57. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +8 -13
  58. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +4 -4
  60. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +8 -13
  61. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +4 -4
  63. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +8 -13
  64. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +4 -4
  66. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +8 -13
  67. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +4 -4
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +8 -13
  70. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +4 -4
  72. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +8 -13
  73. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +4 -4
  75. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +8 -13
  76. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +4 -4
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +8 -13
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +4 -4
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +8 -13
  82. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +4 -4
  84. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +8 -13
  85. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +4 -4
  87. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +8 -13
  88. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +4 -4
  90. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +8 -13
  91. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +4 -4
  93. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +8 -13
  94. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +4 -4
  96. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +8 -13
  97. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +4 -4
  99. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +8 -13
  100. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +4 -4
  102. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +8 -13
  103. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +4 -4
  105. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +8 -13
  106. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +4 -4
  108. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +8 -13
  109. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +4 -4
  111. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +8 -13
  112. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +4 -4
  114. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +8 -13
  115. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +4 -4
  117. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +8 -13
  118. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +4 -4
  120. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +8 -13
  121. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +4 -4
  123. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +8 -13
  124. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +4 -4
  126. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +8 -13
  127. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +4 -4
  129. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +8 -13
  130. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +4 -4
  132. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +8 -13
  133. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +4 -4
  135. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +8 -13
  136. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +4 -4
  138. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +8 -13
  139. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +4 -4
  141. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +8 -13
  142. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +4 -4
  144. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +8 -13
  145. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +4 -4
  147. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +8 -13
  148. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +4 -4
  150. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +8 -13
  151. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +4 -4
  153. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +8 -13
  154. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +4 -4
  156. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +8 -13
  157. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +4 -4
  159. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +8 -13
  160. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +4 -4
  162. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +8 -13
  163. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +4 -4
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +8 -13
  166. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +4 -4
  168. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +8 -13
  169. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +4 -4
  171. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +8 -13
  172. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +4 -4
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +8 -13
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +4 -4
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +8 -13
  178. package/include/node/openssl/proverr.h +1 -0
  179. package/include/node/openssl/self_test.h +1 -0
  180. package/package.json +5 -1
  181. package/share/man/man1/node.1 +30 -0
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358
358
  OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359
359
  void **freeptr, const char *file,
360
360
  int line);
361
- OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
- OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363
- OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361
+ void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
+ char *CRYPTO_strdup(const char *str, const char *file, int line);
363
+ char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364
364
  void CRYPTO_free(void *ptr, const char *file, int line);
365
365
  void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366
366
  void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/opensslv.h.in
4
4
  *
5
- * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 5
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 4
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,33 +74,28 @@ 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.5.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.2"
77
+ # define OPENSSL_VERSION_STR "3.5.4"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.4"
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 "5 Aug 2025"
85
+ # define OPENSSL_RELEASE_DATE "30 Sep 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
92
92
 
93
- /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
- # ifdef OPENSSL_VERSION_PRE_RELEASE
95
- # define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96
- # else
97
- # define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98
- # endif
93
+ /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
99
94
  # define OPENSSL_VERSION_NUMBER \
100
95
  ( (OPENSSL_VERSION_MAJOR<<28) \
101
96
  |(OPENSSL_VERSION_MINOR<<20) \
102
97
  |(OPENSSL_VERSION_PATCH<<4) \
103
- |_OPENSSL_VERSION_PRE_RELEASE )
98
+ |0x0L )
104
99
 
105
100
  # ifdef __cplusplus
106
101
  }
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 5 17:21:56 2025 UTC"
14
+ #define DATE "built on: Wed Oct 1 19:04:00 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358
358
  OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359
359
  void **freeptr, const char *file,
360
360
  int line);
361
- OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
- OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363
- OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361
+ void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
+ char *CRYPTO_strdup(const char *str, const char *file, int line);
363
+ char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364
364
  void CRYPTO_free(void *ptr, const char *file, int line);
365
365
  void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366
366
  void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/opensslv.h.in
4
4
  *
5
- * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 5
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 4
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,33 +74,28 @@ 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.5.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.2"
77
+ # define OPENSSL_VERSION_STR "3.5.4"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.4"
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 "5 Aug 2025"
85
+ # define OPENSSL_RELEASE_DATE "30 Sep 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
92
92
 
93
- /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
- # ifdef OPENSSL_VERSION_PRE_RELEASE
95
- # define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96
- # else
97
- # define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98
- # endif
93
+ /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
99
94
  # define OPENSSL_VERSION_NUMBER \
100
95
  ( (OPENSSL_VERSION_MAJOR<<28) \
101
96
  |(OPENSSL_VERSION_MINOR<<20) \
102
97
  |(OPENSSL_VERSION_PATCH<<4) \
103
- |_OPENSSL_VERSION_PRE_RELEASE )
98
+ |0x0L )
104
99
 
105
100
  # ifdef __cplusplus
106
101
  }
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 5 17:22:20 2025 UTC"
14
+ #define DATE "built on: Wed Oct 1 19:04:24 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358
358
  OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359
359
  void **freeptr, const char *file,
360
360
  int line);
361
- OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
- OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363
- OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361
+ void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
+ char *CRYPTO_strdup(const char *str, const char *file, int line);
363
+ char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364
364
  void CRYPTO_free(void *ptr, const char *file, int line);
365
365
  void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366
366
  void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/opensslv.h.in
4
4
  *
5
- * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 5
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 4
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,33 +74,28 @@ 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.5.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.2"
77
+ # define OPENSSL_VERSION_STR "3.5.4"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.4"
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 "5 Aug 2025"
85
+ # define OPENSSL_RELEASE_DATE "30 Sep 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
92
92
 
93
- /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
- # ifdef OPENSSL_VERSION_PRE_RELEASE
95
- # define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96
- # else
97
- # define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98
- # endif
93
+ /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
99
94
  # define OPENSSL_VERSION_NUMBER \
100
95
  ( (OPENSSL_VERSION_MAJOR<<28) \
101
96
  |(OPENSSL_VERSION_MINOR<<20) \
102
97
  |(OPENSSL_VERSION_PATCH<<4) \
103
- |_OPENSSL_VERSION_PRE_RELEASE )
98
+ |0x0L )
104
99
 
105
100
  # ifdef __cplusplus
106
101
  }
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue Aug 5 17:22:40 2025 UTC"
14
+ #define DATE "built on: Wed Oct 1 19:04:44 2025 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2024 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -358,9 +358,9 @@ OSSL_CRYPTO_ALLOC void *CRYPTO_zalloc(size_t num, const char *file, int line);
358
358
  OSSL_CRYPTO_ALLOC void *CRYPTO_aligned_alloc(size_t num, size_t align,
359
359
  void **freeptr, const char *file,
360
360
  int line);
361
- OSSL_CRYPTO_ALLOC void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
- OSSL_CRYPTO_ALLOC char *CRYPTO_strdup(const char *str, const char *file, int line);
363
- OSSL_CRYPTO_ALLOC char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
361
+ void *CRYPTO_memdup(const void *str, size_t siz, const char *file, int line);
362
+ char *CRYPTO_strdup(const char *str, const char *file, int line);
363
+ char *CRYPTO_strndup(const char *str, size_t s, const char *file, int line);
364
364
  void CRYPTO_free(void *ptr, const char *file, int line);
365
365
  void CRYPTO_clear_free(void *ptr, size_t num, const char *file, int line);
366
366
  void *CRYPTO_realloc(void *addr, size_t num, const char *file, int line);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/opensslv.h.in
4
4
  *
5
- * Copyright 1999-2020 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-2025 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 5
32
- # define OPENSSL_VERSION_PATCH 2
32
+ # define OPENSSL_VERSION_PATCH 4
33
33
 
34
34
  /*
35
35
  * Additional version information
@@ -74,33 +74,28 @@ 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.5.2"
78
- # define OPENSSL_FULL_VERSION_STR "3.5.2"
77
+ # define OPENSSL_VERSION_STR "3.5.4"
78
+ # define OPENSSL_FULL_VERSION_STR "3.5.4"
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 "5 Aug 2025"
85
+ # define OPENSSL_RELEASE_DATE "30 Sep 2025"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.2 5 Aug 2025"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
92
92
 
93
- /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
- # ifdef OPENSSL_VERSION_PRE_RELEASE
95
- # define _OPENSSL_VERSION_PRE_RELEASE 0x0L
96
- # else
97
- # define _OPENSSL_VERSION_PRE_RELEASE 0xfL
98
- # endif
93
+ /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
99
94
  # define OPENSSL_VERSION_NUMBER \
100
95
  ( (OPENSSL_VERSION_MAJOR<<28) \
101
96
  |(OPENSSL_VERSION_MINOR<<20) \
102
97
  |(OPENSSL_VERSION_PATCH<<4) \
103
- |_OPENSSL_VERSION_PRE_RELEASE )
98
+ |0x0L )
104
99
 
105
100
  # ifdef __cplusplus
106
101
  }
@@ -49,6 +49,7 @@
49
49
  # define PROV_R_FINAL_CALL_OUT_OF_ORDER 237
50
50
  # define PROV_R_FIPS_MODULE_CONDITIONAL_ERROR 227
51
51
  # define PROV_R_FIPS_MODULE_ENTERING_ERROR_STATE 224
52
+ # define PROV_R_FIPS_MODULE_IMPORT_PCT_ERROR 253
52
53
  # define PROV_R_FIPS_MODULE_IN_ERROR_STATE 225
53
54
  # define PROV_R_GENERATE_ERROR 191
54
55
  # define PROV_R_ILLEGAL_OR_UNSUPPORTED_PADDING_MODE 165
@@ -31,6 +31,7 @@ extern "C" {
31
31
  # define OSSL_SELF_TEST_TYPE_CRNG "Continuous_RNG_Test"
32
32
  # define OSSL_SELF_TEST_TYPE_PCT "Conditional_PCT"
33
33
  # define OSSL_SELF_TEST_TYPE_PCT_KAT "Conditional_KAT"
34
+ # define OSSL_SELF_TEST_TYPE_PCT_IMPORT "Import_PCT"
34
35
  # define OSSL_SELF_TEST_TYPE_KAT_INTEGRITY "KAT_Integrity"
35
36
  # define OSSL_SELF_TEST_TYPE_KAT_CIPHER "KAT_Cipher"
36
37
  # define OSSL_SELF_TEST_TYPE_KAT_ASYM_CIPHER "KAT_AsymmetricCipher"
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v22.20.0",
3
+ "version": "22.21.1",
4
4
  "description": "node",
5
+ "repository": {
6
+ "url": "git+https://github.com/aredridel/node-bin-gen.git"
7
+ },
5
8
  "bin": {
6
9
  "node": "bin/node"
7
10
  },
11
+ "license": "MIT",
8
12
  "files": [
9
13
  "bin/node",
10
14
  "share",
@@ -346,6 +346,20 @@ The file used to store localStorage data.
346
346
  .It Fl -max-http-header-size Ns = Ns Ar size
347
347
  Specify the maximum size of HTTP headers in bytes. Defaults to 16 KiB.
348
348
  .
349
+ .It Fl -max-old-space-size-percentage Ns = Ns Ar percentage
350
+ Sets the maximum memory size of V8's old memory section as a percentage of available system memory.
351
+ This flag takes precedence over
352
+ .Fl -max-old-space-size
353
+ when both are specified.
354
+ The
355
+ .Ar percentage
356
+ parameter must be a number greater than 0 and up to 100, representing the percentage
357
+ of available system memory to allocate to the V8 heap.
358
+ .Pp
359
+ Note: This flag utilizes
360
+ .Fl -max-old-space-size ,
361
+ which may be unreliable on 32-bit platforms due to integer overflow issues.
362
+ .
349
363
  .It Fl -napi-modules
350
364
  This option is a no-op.
351
365
  It is kept for compatibility.
@@ -613,6 +627,9 @@ See
613
627
  and
614
628
  .Ev SSL_CERT_FILE .
615
629
  .
630
+ .It Fl -use-env-proxy
631
+ Parse proxy settings from HTTP_PROXY/HTTPS_PROXY/NO_PROXY environment variables and apply the setting in global HTTP/HTTPS clients.
632
+ .
616
633
  .It Fl -use-system-ca
617
634
  Use the trusted CA certificates present in the system store, in addition to the certificates in the
618
635
  bundled Mozilla CA store and certificates from `NODE_EXTRA_CA_CERTS`. On Windows and macOS, it uses system APIs to
@@ -828,6 +845,19 @@ When set to
828
845
  .Ar 0 ,
829
846
  TLS certificate validation is disabled.
830
847
  .
848
+ .It Ev NODE_USE_ENV_PROXY
849
+ When enabled, Node.js parses the
850
+ .Ar HTTP_PROXY
851
+ ,
852
+ .Ar HTTPS_PROXY
853
+ and
854
+ .Ar NO_PROXY
855
+ environment variables during startup, and tunnels requests over the specified proxy.
856
+ .Pp
857
+ This currently only affects requests sent over
858
+ .Ar fetch() .
859
+ Support for other built-in http and https methods is under way.
860
+ .
831
861
  .It Ev NODE_USE_SYSTEM_CA
832
862
  Similar to
833
863
  .Fl -use-system-ca .