node-linux-arm64 18.18.1 → 18.19.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 (184) hide show
  1. package/CHANGELOG.md +492 -0
  2. package/LICENSE +22 -11
  3. package/README.md +8 -4
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +8 -3
  7. package/include/node/js_native_api.h +11 -1
  8. package/include/node/node_api.h +10 -9
  9. package/include/node/node_version.h +2 -2
  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/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h +3 -3
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  28. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h +3 -3
  31. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h +3 -3
  34. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
  40. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h +3 -3
  43. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h +3 -3
  46. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  64. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  73. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  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/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  139. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +3 -3
  142. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h +3 -3
  145. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h +3 -3
  148. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h +3 -3
  151. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
  154. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h +3 -3
  157. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  160. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  163. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h +3 -3
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  169. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  172. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h +3 -3
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  181. package/include/node/openssl/cmserr.h +2 -1
  182. package/include/node/openssl/evp.h +3 -1
  183. package/package.json +1 -1
  184. package/share/man/man1/node.1 +12 -0
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Sun Aug 6 00:40:52 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 15:02:16 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Sun Aug 6 00:41:20 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 15:02:40 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Sun Aug 6 00:41:48 2023 UTC"
14
+ #define DATE "built on: Thu Oct 26 15:03:03 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -29,7 +29,7 @@ extern "C" {
29
29
  */
30
30
  # define OPENSSL_VERSION_MAJOR 3
31
31
  # define OPENSSL_VERSION_MINOR 0
32
- # define OPENSSL_VERSION_PATCH 10
32
+ # define OPENSSL_VERSION_PATCH 12
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.12"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.12+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "24 Oct 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.12+quic 24 Oct 2023"
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 Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -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
@@ -113,6 +113,7 @@
113
113
  # define CMS_R_UNSUPPORTED_LABEL_SOURCE 193
114
114
  # define CMS_R_UNSUPPORTED_RECIPIENTINFO_TYPE 155
115
115
  # define CMS_R_UNSUPPORTED_RECIPIENT_TYPE 154
116
+ # define CMS_R_UNSUPPORTED_SIGNATURE_ALGORITHM 195
116
117
  # define CMS_R_UNSUPPORTED_TYPE 156
117
118
  # define CMS_R_UNWRAP_ERROR 157
118
119
  # define CMS_R_UNWRAP_FAILURE 180
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -85,6 +85,8 @@
85
85
  /* Easy to use macros for EVP_PKEY related selections */
86
86
  # define EVP_PKEY_KEY_PARAMETERS \
87
87
  ( OSSL_KEYMGMT_SELECT_ALL_PARAMETERS )
88
+ # define EVP_PKEY_PRIVATE_KEY \
89
+ ( EVP_PKEY_KEY_PARAMETERS | OSSL_KEYMGMT_SELECT_PRIVATE_KEY )
88
90
  # define EVP_PKEY_PUBLIC_KEY \
89
91
  ( EVP_PKEY_KEY_PARAMETERS | OSSL_KEYMGMT_SELECT_PUBLIC_KEY )
90
92
  # define EVP_PKEY_KEYPAIR \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v18.18.1",
3
+ "version": "v18.19.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -140,6 +140,11 @@ Requires Node.js to be built with
140
140
  .It Fl -enable-source-maps
141
141
  Enable Source Map V3 support for stack traces.
142
142
  .
143
+ .It Fl -experimental-default-type Ns = Ns Ar type
144
+ Interpret as either ES modules or CommonJS modules input via --eval or STDIN, when --input-type is unspecified;
145
+ .js or extensionless files with no sibling or parent package.json;
146
+ .js or extensionless files whose nearest parent package.json lacks a "type" field, unless under node_modules.
147
+ .
143
148
  .It Fl -experimental-global-customevent
144
149
  Expose the CustomEvent on the global scope.
145
150
  .
@@ -395,6 +400,10 @@ Specify the minimum allocation from the OpenSSL secure heap. The default is 2. T
395
400
  .It Fl -test
396
401
  Starts the Node.js command line test runner.
397
402
  .
403
+ .It Fl -test-concurrency
404
+ The maximum number of test files that the test runner CLI will execute
405
+ concurrently.
406
+ .
398
407
  .It Fl -test-name-pattern
399
408
  A regular expression that configures the test runner to only execute tests
400
409
  whose name matches the provided pattern.
@@ -409,6 +418,9 @@ The destination for the corresponding test reporter.
409
418
  Configures the test runner to only execute top level tests that have the `only`
410
419
  option set.
411
420
  .
421
+ .It Fl -test-shard
422
+ Test suite shard to execute in a format of <index>/<total>.
423
+ .
412
424
  .It Fl -throw-deprecation
413
425
  Throw errors for deprecations.
414
426
  .