node-linux-arm64 19.5.0 → 19.6.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 (290) hide show
  1. package/CHANGELOG.md +132 -1
  2. package/README.md +2 -2
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +6 -3
  5. package/include/node/node_version.h +2 -2
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +10 -6
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +10 -6
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h +2 -2
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  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 +10 -6
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509v3.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h +2 -2
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
  38. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h +2 -2
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h +2 -2
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  57. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +10 -6
  58. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  62. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +10 -6
  63. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h +2 -2
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  66. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  67. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +10 -6
  68. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h +2 -2
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
  73. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h +2 -2
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  76. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
  78. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h +2 -2
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  81. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
  83. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h +2 -2
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
  88. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h +2 -2
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  91. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
  93. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  96. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +10 -9
  97. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
  98. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h +2 -2
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
  103. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h +2 -2
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  111. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  112. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
  113. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h +2 -2
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  116. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
  118. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h +2 -2
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h +2 -2
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  131. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
  133. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
  135. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
  138. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h +2 -2
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  141. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
  143. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h +2 -2
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  146. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
  148. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
  150. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  151. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
  153. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h +2 -2
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  156. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  157. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
  158. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h +2 -2
  160. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  161. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
  163. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  164. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
  165. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  166. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
  168. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h +2 -2
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  171. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  172. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
  173. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h +2 -2
  175. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  176. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
  178. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
  180. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  181. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
  183. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h +2 -2
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  186. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
  188. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h +2 -2
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  191. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  192. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
  193. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h +2 -2
  195. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  196. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  197. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  198. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  201. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
  203. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  206. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
  208. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
  210. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  211. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  212. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  213. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  216. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  217. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
  218. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h +2 -2
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  221. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
  223. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  224. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
  225. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  226. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  227. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
  228. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h +2 -2
  230. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  231. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  232. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
  233. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h +2 -2
  235. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  236. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
  238. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  239. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h +2 -2
  240. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  241. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  242. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
  243. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  244. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
  245. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  246. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  247. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  248. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  249. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  250. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  251. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  252. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
  253. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  254. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h +2 -2
  255. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  256. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  257. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
  258. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  259. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h +2 -2
  260. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  266. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  267. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
  268. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  269. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h +2 -2
  270. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  271. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  272. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
  273. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  274. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h +2 -2
  275. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h +2 -2
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  286. package/include/node/openssl/cmperr.h +3 -1
  287. package/include/node/openssl/cmserr.h +1 -0
  288. package/include/node/openssl/sslerr.h +1 -0
  289. package/include/node/openssl/trace.h +3 -5
  290. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,7 +8,9 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
- <b><a href="#19.5.0">19.5.0</a></b><br/>
11
+ <b><a href="#19.6.1">19.6.1</a></b><br/>
12
+ <a href="#19.6.0">19.6.0</a><br/>
13
+ <a href="#19.5.0">19.5.0</a><br/>
12
14
  <a href="#19.4.0">19.4.0</a><br/>
13
15
  <a href="#19.3.0">19.3.0</a><br/>
14
16
  <a href="#19.2.0">19.2.0</a><br/>
@@ -40,6 +42,135 @@
40
42
  * [io.js](CHANGELOG_IOJS.md)
41
43
  * [Archive](CHANGELOG_ARCHIVE.md)
42
44
 
45
+ <a id="19.6.1"></a>
46
+
47
+ ## 2023-02-16, Version 19.6.1 (Current), @RafaelGSS
48
+
49
+ This is a security release.
50
+
51
+ ### Notable Changes
52
+
53
+ The following CVEs are fixed in this release:
54
+
55
+ * **[CVE-2023-23919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23919)**: OpenSSL errors not cleared in error stack (Medium)
56
+ * **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Experimental Policies bypass via `process.mainModule.require`(High)
57
+ * **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Insecure loading of ICU data through ICU\_DATA environment variable (Low)
58
+
59
+ More detailed information on each of the vulnerabilities can be found in [February 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) blog post.
60
+
61
+ This security release includes OpenSSL security updates as outlined in the recent
62
+ [OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt) and `undici` security update.
63
+
64
+ ### Commits
65
+
66
+ * \[[`97d9d55d2f`](https://github.com/nodejs/node/commit/97d9d55d2f)] - **build**: build ICU with ICU\_NO\_USER\_DATA\_OVERRIDE (RafaelGSS) [nodejs-private/node-private#374](https://github.com/nodejs-private/node-private/pull/374)
67
+ * \[[`8ac90e6372`](https://github.com/nodejs/node/commit/8ac90e6372)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [nodejs-private/node-private#368](https://github.com/nodejs-private/node-private/pull/368)
68
+ * \[[`10a4c47e3a`](https://github.com/nodejs/node/commit/10a4c47e3a)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
69
+ * \[[`b10fc75e4a`](https://github.com/nodejs/node/commit/b10fc75e4a)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
70
+ * \[[`e9b64ea8b9`](https://github.com/nodejs/node/commit/e9b64ea8b9)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
71
+ * \[[`66a24cec47`](https://github.com/nodejs/node/commit/66a24cec47)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#46573](https://github.com/nodejs/node/pull/46573)
72
+ * \[[`d8559aa6f5`](https://github.com/nodejs/node/commit/d8559aa6f5)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
73
+ * \[[`dc477f547d`](https://github.com/nodejs/node/commit/dc477f547d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
74
+ * \[[`2aae197670`](https://github.com/nodejs/node/commit/2aae197670)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
75
+ * \[[`6d17b693ec`](https://github.com/nodejs/node/commit/6d17b693ec)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
76
+
77
+ <a id="19.6.0"></a>
78
+
79
+ ## 2023-02-02, Version 19.6.0 (Current), @ruyadorno
80
+
81
+ ### Notable changes
82
+
83
+ #### ESM: Leverage loaders when resolving subsequent loaders
84
+
85
+ Loaders now apply to subsequent loaders, for example: `--experimental-loader ts-node --experimental-loader loader-written-in-typescript`.
86
+
87
+ #### Upgrade npm to 9.4.0
88
+
89
+ Added `--install-strategy=linked` option for installations similar to pnpm.
90
+
91
+ #### Other notable changes
92
+
93
+ * \[[`a7c9daa497`](https://github.com/nodejs/node/commit/a7c9daa497)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
94
+ * \[[`34d70ce615`](https://github.com/nodejs/node/commit/34d70ce615)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
95
+ * \[[`b4ac794923`](https://github.com/nodejs/node/commit/b4ac794923)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
96
+ * \[[`d52f60009a`](https://github.com/nodejs/node/commit/d52f60009a)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
97
+ * \[[`5ad6c2088e`](https://github.com/nodejs/node/commit/5ad6c2088e)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
98
+ * \[[`fbdc3f7316`](https://github.com/nodejs/node/commit/fbdc3f7316)] - **(SEMVER-MINOR)** **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
99
+
100
+ ### Commits
101
+
102
+ * \[[`524eec70e2`](https://github.com/nodejs/node/commit/524eec70e2)] - **benchmark**: add trailing commas (Antoine du Hamel) [#46370](https://github.com/nodejs/node/pull/46370)
103
+ * \[[`f318a85408`](https://github.com/nodejs/node/commit/f318a85408)] - **benchmark**: remove buffer benchmarks redundancy (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
104
+ * \[[`6186b3ea14`](https://github.com/nodejs/node/commit/6186b3ea14)] - **benchmark**: introduce benchmark combination filtering (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
105
+ * \[[`5ad6c2088e`](https://github.com/nodejs/node/commit/5ad6c2088e)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
106
+ * \[[`8c6c4338a6`](https://github.com/nodejs/node/commit/8c6c4338a6)] - **build**: export more OpenSSL symbols on Windows (Mohamed Akram) [#45486](https://github.com/nodejs/node/pull/45486)
107
+ * \[[`d795d93901`](https://github.com/nodejs/node/commit/d795d93901)] - **build**: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) [#46228](https://github.com/nodejs/node/pull/46228)
108
+ * \[[`8e363cf8e8`](https://github.com/nodejs/node/commit/8e363cf8e8)] - **crypto**: include `hmac.h` in `crypto_util.h` (Adam Langley) [#46279](https://github.com/nodejs/node/pull/46279)
109
+ * \[[`c1f3e13c65`](https://github.com/nodejs/node/commit/c1f3e13c65)] - **deps**: update acorn to 8.8.2 (Node.js GitHub Bot) [#46363](https://github.com/nodejs/node/pull/46363)
110
+ * \[[`813b160bd7`](https://github.com/nodejs/node/commit/813b160bd7)] - **deps**: upgrade npm to 9.4.0 (npm team) [#46353](https://github.com/nodejs/node/pull/46353)
111
+ * \[[`9c2f3cea70`](https://github.com/nodejs/node/commit/9c2f3cea70)] - **deps**: update undici to 5.15.0 (Node.js GitHub Bot) [#46213](https://github.com/nodejs/node/pull/46213)
112
+ * \[[`312e10c1e3`](https://github.com/nodejs/node/commit/312e10c1e3)] - **deps**: update to uvwasi 0.0.15 (Colin Ihrig) [#46253](https://github.com/nodejs/node/pull/46253)
113
+ * \[[`c7024eec16`](https://github.com/nodejs/node/commit/c7024eec16)] - **doc**: correct the `sed` command for macOS in release process docs (Juan José) [#46397](https://github.com/nodejs/node/pull/46397)
114
+ * \[[`996bac044b`](https://github.com/nodejs/node/commit/996bac044b)] - **doc**: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) [#46312](https://github.com/nodejs/node/pull/46312)
115
+ * \[[`891d18d55c`](https://github.com/nodejs/node/commit/891d18d55c)] - **doc**: pass string to `textEncoder.encode` as input (Deokjin Kim) [#46421](https://github.com/nodejs/node/pull/46421)
116
+ * \[[`968db213f8`](https://github.com/nodejs/node/commit/968db213f8)] - **doc**: add tip for session.post function (theanarkh) [#46354](https://github.com/nodejs/node/pull/46354)
117
+ * \[[`a64d7f4e31`](https://github.com/nodejs/node/commit/a64d7f4e31)] - **doc**: add documentation for socket.destroySoon() (Luigi Pinca) [#46337](https://github.com/nodejs/node/pull/46337)
118
+ * \[[`975788899f`](https://github.com/nodejs/node/commit/975788899f)] - **doc**: fix commit message using test instead of deps (Tony Gorez) [#46313](https://github.com/nodejs/node/pull/46313)
119
+ * \[[`1d44017f52`](https://github.com/nodejs/node/commit/1d44017f52)] - **doc**: add v8 fast api contribution guidelines (Yagiz Nizipli) [#46199](https://github.com/nodejs/node/pull/46199)
120
+ * \[[`e2698c05fb`](https://github.com/nodejs/node/commit/e2698c05fb)] - **doc**: fix small typo error (0xflotus) [#46186](https://github.com/nodejs/node/pull/46186)
121
+ * \[[`f39fb8c001`](https://github.com/nodejs/node/commit/f39fb8c001)] - **doc**: mark some parameters as optional in webstreams (Deokjin Kim) [#46269](https://github.com/nodejs/node/pull/46269)
122
+ * \[[`7a9af38128`](https://github.com/nodejs/node/commit/7a9af38128)] - **doc**: update output of example in `events.getEventListeners` (Deokjin Kim) [#46268](https://github.com/nodejs/node/pull/46268)
123
+ * \[[`729642f30b`](https://github.com/nodejs/node/commit/729642f30b)] - **esm**: delete preload mock test (Geoffrey Booth) [#46402](https://github.com/nodejs/node/pull/46402)
124
+ * \[[`7aac21e90a`](https://github.com/nodejs/node/commit/7aac21e90a)] - **esm**: leverage loaders when resolving subsequent loaders (Maël Nison) [#43772](https://github.com/nodejs/node/pull/43772)
125
+ * \[[`a7c9daa497`](https://github.com/nodejs/node/commit/a7c9daa497)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
126
+ * \[[`1ec6270efa`](https://github.com/nodejs/node/commit/1ec6270efa)] - **http**: res.setHeaders first implementation (Marco Ippolito) [#46109](https://github.com/nodejs/node/pull/46109)
127
+ * \[[`d4370259e9`](https://github.com/nodejs/node/commit/d4370259e9)] - **inspector**: allow opening inspector when `NODE_V8_COVERAGE` is set (Moshe Atlow) [#46113](https://github.com/nodejs/node/pull/46113)
128
+ * \[[`b966ef9a42`](https://github.com/nodejs/node/commit/b966ef9a42)] - **lib**: remove unnecessary ObjectGetValueSafe (Chengzhong Wu) [#46335](https://github.com/nodejs/node/pull/46335)
129
+ * \[[`2b06d66289`](https://github.com/nodejs/node/commit/2b06d66289)] - **lib**: cache parsed source maps to reduce memory footprint (Chengzhong Wu) [#46225](https://github.com/nodejs/node/pull/46225)
130
+ * \[[`c38673df91`](https://github.com/nodejs/node/commit/c38673df91)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46399](https://github.com/nodejs/node/pull/46399)
131
+ * \[[`c10e602547`](https://github.com/nodejs/node/commit/c10e602547)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46303](https://github.com/nodejs/node/pull/46303)
132
+ * \[[`9dc026b14a`](https://github.com/nodejs/node/commit/9dc026b14a)] - **meta**: add .mailmap entry (Rich Trott) [#46303](https://github.com/nodejs/node/pull/46303)
133
+ * \[[`7c514574f7`](https://github.com/nodejs/node/commit/7c514574f7)] - **meta**: move evanlucas to emeritus (Evan Lucas) [#46274](https://github.com/nodejs/node/pull/46274)
134
+ * \[[`3a3a6d87f1`](https://github.com/nodejs/node/commit/3a3a6d87f1)] - **module**: move test reporter loading (Geoffrey Booth) [#45923](https://github.com/nodejs/node/pull/45923)
135
+ * \[[`4ae2492a33`](https://github.com/nodejs/node/commit/4ae2492a33)] - **readline**: fix detection of carriage return (Antoine du Hamel) [#46306](https://github.com/nodejs/node/pull/46306)
136
+ * \[[`43cad78b7a`](https://github.com/nodejs/node/commit/43cad78b7a)] - **src**: stop tracing agent before shutting down libuv (Santiago Gimeno) [#46380](https://github.com/nodejs/node/pull/46380)
137
+ * \[[`360a3f3094`](https://github.com/nodejs/node/commit/360a3f3094)] - **src**: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) [#46326](https://github.com/nodejs/node/pull/46326)
138
+ * \[[`e7b507a8cf`](https://github.com/nodejs/node/commit/e7b507a8cf)] - **src**: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) [#46317](https://github.com/nodejs/node/pull/46317)
139
+ * \[[`4c59b60ee8`](https://github.com/nodejs/node/commit/4c59b60ee8)] - **src**: add support for ETW stack walking (José Dapena Paz) [#46203](https://github.com/nodejs/node/pull/46203)
140
+ * \[[`640d111f95`](https://github.com/nodejs/node/commit/640d111f95)] - **src**: refactor EndsInANumber in node\_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) [#46227](https://github.com/nodejs/node/pull/46227)
141
+ * \[[`fb7bee2b6e`](https://github.com/nodejs/node/commit/fb7bee2b6e)] - **src**: fix c++ exception on bad command line arg (Ben Noordhuis) [#46290](https://github.com/nodejs/node/pull/46290)
142
+ * \[[`18c95ec4bd`](https://github.com/nodejs/node/commit/18c95ec4bd)] - **src**: remove unreachable UNREACHABLE (Tobias Nießen) [#46281](https://github.com/nodejs/node/pull/46281)
143
+ * \[[`35bf93b01a`](https://github.com/nodejs/node/commit/35bf93b01a)] - **src**: replace custom ASCII validation with simdutf one (Anna Henningsen) [#46271](https://github.com/nodejs/node/pull/46271)
144
+ * \[[`8307a4bbcd`](https://github.com/nodejs/node/commit/8307a4bbcd)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) [#46250](https://github.com/nodejs/node/pull/46250)
145
+ * \[[`7cf0da020a`](https://github.com/nodejs/node/commit/7cf0da020a)] - **src**: use explicit C++17 fallthrough (Tobias Nießen) [#46251](https://github.com/nodejs/node/pull/46251)
146
+ * \[[`d52f60009a`](https://github.com/nodejs/node/commit/d52f60009a)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
147
+ * \[[`2e5e7a9261`](https://github.com/nodejs/node/commit/2e5e7a9261)] - **stream**: remove brandchecks from stream duplexify (Debadree Chatterjee) [#46315](https://github.com/nodejs/node/pull/46315)
148
+ * \[[`9675863461`](https://github.com/nodejs/node/commit/9675863461)] - **stream**: fix readable stream as async iterator function (Erick Wendel) [#46147](https://github.com/nodejs/node/pull/46147)
149
+ * \[[`232bdd5d16`](https://github.com/nodejs/node/commit/232bdd5d16)] - **test**: add trailing commas in `test/node-api` (Antoine du Hamel) [#46384](https://github.com/nodejs/node/pull/46384)
150
+ * \[[`4cc081815d`](https://github.com/nodejs/node/commit/4cc081815d)] - **test**: add trailing commas in `test/message` (Antoine du Hamel) [#46372](https://github.com/nodejs/node/pull/46372)
151
+ * \[[`b83c5d9deb`](https://github.com/nodejs/node/commit/b83c5d9deb)] - **test**: add trailing commas in `test/pseudo-tty` (Antoine du Hamel) [#46371](https://github.com/nodejs/node/pull/46371)
152
+ * \[[`8a45c9d231`](https://github.com/nodejs/node/commit/8a45c9d231)] - **test**: fix tap escaping with and without --test (Pulkit Gupta) [#46311](https://github.com/nodejs/node/pull/46311)
153
+ * \[[`367dc41299`](https://github.com/nodejs/node/commit/367dc41299)] - **test**: set common.bits to 64 for loong64 (Shi Pujin) [#45383](https://github.com/nodejs/node/pull/45383)
154
+ * \[[`7385edc7d0`](https://github.com/nodejs/node/commit/7385edc7d0)] - **test**: s390x zlib test case fixes (Adam Majer) [#46367](https://github.com/nodejs/node/pull/46367)
155
+ * \[[`d5d837bdee`](https://github.com/nodejs/node/commit/d5d837bdee)] - **test**: fix logInTimeout is not function (theanarkh) [#46348](https://github.com/nodejs/node/pull/46348)
156
+ * \[[`a1d79546ac`](https://github.com/nodejs/node/commit/a1d79546ac)] - **test**: avoid trying to call sysctl directly (Adam Majer) [#46366](https://github.com/nodejs/node/pull/46366)
157
+ * \[[`747f3689e0`](https://github.com/nodejs/node/commit/747f3689e0)] - **test**: avoid left behind child processes (Richard Lau) [#46276](https://github.com/nodejs/node/pull/46276)
158
+ * \[[`940484b7aa`](https://github.com/nodejs/node/commit/940484b7aa)] - **test**: add failing test for readline with carriage return (Alec Mev) [#46075](https://github.com/nodejs/node/pull/46075)
159
+ * \[[`d13116a719`](https://github.com/nodejs/node/commit/d13116a719)] - **test,crypto**: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) [#46406](https://github.com/nodejs/node/pull/46406)
160
+ * \[[`398a7477b3`](https://github.com/nodejs/node/commit/398a7477b3)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#46267](https://github.com/nodejs/node/pull/46267)
161
+ * \[[`8b473affe8`](https://github.com/nodejs/node/commit/8b473affe8)] - **test\_runner**: make built in reporters internal (Colin Ihrig) [#46092](https://github.com/nodejs/node/pull/46092)
162
+ * \[[`a49e17e22b`](https://github.com/nodejs/node/commit/a49e17e22b)] - **test\_runner**: report `file` in test runner events (Moshe Atlow) [#46030](https://github.com/nodejs/node/pull/46030)
163
+ * \[[`fbdc3f7316`](https://github.com/nodejs/node/commit/fbdc3f7316)] - **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
164
+ * \[[`6579de8c47`](https://github.com/nodejs/node/commit/6579de8c47)] - **tools**: update eslint to 8.33.0 (Node.js GitHub Bot) [#46400](https://github.com/nodejs/node/pull/46400)
165
+ * \[[`bf62da55ad`](https://github.com/nodejs/node/commit/bf62da55ad)] - **tools**: update doc to unist-util-select\@4.0.3 unist-util-visit\@4.1.2 (Node.js GitHub Bot) [#46364](https://github.com/nodejs/node/pull/46364)
166
+ * \[[`b0acf55197`](https://github.com/nodejs/node/commit/b0acf55197)] - **tools**: update lint-md-dependencies to rollup\@3.12.0 (Node.js GitHub Bot) [#46398](https://github.com/nodejs/node/pull/46398)
167
+ * \[[`88b904cf24`](https://github.com/nodejs/node/commit/88b904cf24)] - **tools**: require more trailing commas (Antoine du Hamel) [#46346](https://github.com/nodejs/node/pull/46346)
168
+ * \[[`4440b3ef87`](https://github.com/nodejs/node/commit/4440b3ef87)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#46302](https://github.com/nodejs/node/pull/46302)
169
+ * \[[`e75faff4bd`](https://github.com/nodejs/node/commit/e75faff4bd)] - **tools**: allow icutrim.py to run on python2 (Michael Dawson) [#46263](https://github.com/nodejs/node/pull/46263)
170
+ * \[[`e460d16d73`](https://github.com/nodejs/node/commit/e460d16d73)] - **url**: refactor to use more primordials (Antoine du Hamel) [#45966](https://github.com/nodejs/node/pull/45966)
171
+ * \[[`b4ac794923`](https://github.com/nodejs/node/commit/b4ac794923)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
172
+ * \[[`34d70ce615`](https://github.com/nodejs/node/commit/34d70ce615)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
173
+
43
174
  <a id="19.5.0"></a>
44
175
 
45
176
  ## 2023-01-24, Version 19.5.0 (Current), @RafaelGSS
package/README.md CHANGED
@@ -324,8 +324,6 @@ For information about the governance of the Node.js project, see
324
324
  **Adrian Estrada** <<edsadr@gmail.com>> (he/him)
325
325
  * [erickwendel](https://github.com/erickwendel) -
326
326
  **Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
327
- * [evanlucas](https://github.com/evanlucas) -
328
- **Evan Lucas** <<evanlucas@me.com>> (he/him)
329
327
  * [fhinkel](https://github.com/fhinkel) -
330
328
  **Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
331
329
  * [F3n67u](https://github.com/F3n67u) -
@@ -512,6 +510,8 @@ For information about the governance of the Node.js project, see
512
510
  **Alexander Makarenko** <<estliberitas@gmail.com>>
513
511
  * [eugeneo](https://github.com/eugeneo) -
514
512
  **Eugene Ostroukhov** <<eostroukhov@google.com>>
513
+ * [evanlucas](https://github.com/evanlucas) -
514
+ **Evan Lucas** <<evanlucas@me.com>> (he/him)
515
515
  * [firedfox](https://github.com/firedfox) -
516
516
  **Daniel Wang** <<wangyang0123@gmail.com>>
517
517
  * [Fishrock123](https://github.com/Fishrock123) -
package/bin/node CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # Do not edit. Generated by the configure script.
2
- { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
2
+ { 'target_defaults': {'cflags': ['-msign-return-address=all'], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'arm_fpu': 'neon',
4
4
  'asan': 0,
5
5
  'coverage': 'false',
@@ -253,14 +253,17 @@
253
253
  'lib/internal/test/transfer.js',
254
254
  'lib/internal/test_runner/harness.js',
255
255
  'lib/internal/test_runner/mock.js',
256
+ 'lib/internal/test_runner/reporter/dot.js',
257
+ 'lib/internal/test_runner/reporter/spec.js',
258
+ 'lib/internal/test_runner/reporter/tap.js',
256
259
  'lib/internal/test_runner/runner.js',
257
260
  'lib/internal/test_runner/tap_checker.js',
258
261
  'lib/internal/test_runner/tap_lexer.js',
259
262
  'lib/internal/test_runner/tap_parser.js',
260
- 'lib/internal/test_runner/tap_stream.js',
261
263
  'lib/internal/test_runner/test.js',
264
+ 'lib/internal/test_runner/tests_stream.js',
262
265
  'lib/internal/test_runner/utils.js',
263
- 'lib/internal/test_runner/yaml_parser.js',
266
+ 'lib/internal/test_runner/yaml_to_js.js',
264
267
  'lib/internal/timers.js',
265
268
  'lib/internal/tls/secure-context.js',
266
269
  'lib/internal/tls/secure-pair.js',
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 19
26
- #define NODE_MINOR_VERSION 5
27
- #define NODE_PATCH_VERSION 0
26
+ #define NODE_MINOR_VERSION 6
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:13:54 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:28 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:14:03 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:40 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:14:11 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:52 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,14 +19,14 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P',
23
- 'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a','l',
24
- 'l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r','a',
25
- 'm','e','-','p','o','i','n','t','e','r',' ','-','D','L','_','E',
26
- 'N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_',
27
- 'P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S','A',
28
- 'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
29
- '-','D','O','P','E','N','S','S','L','_','B','U','I','L','D','I',
30
- 'N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D','E',
31
- 'B','U','G','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
23
+ 'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
24
+ 'l','l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
25
+ 'a','m','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
26
+ 'E','N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
27
+ '_','P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
28
+ 'A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
29
+ ' ','-','D','O','P','E','N','S','S','L','_','B','U','I','L','D',
30
+ 'I','N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D',
31
+ 'E','B','U','G','\0'
32
32
  };
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Thu Nov 3 02:14:19 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:14:03 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */