node-linux-arm64 18.14.0 → 18.14.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 (289) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +1 -1
  4. package/include/node/node_version.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +10 -6
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h +2 -2
  9. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +10 -6
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h +2 -2
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +10 -6
  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/x509v3.h +2 -2
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  35. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  36. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
  37. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  41. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
  42. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  46. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
  47. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h +2 -2
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
  52. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h +2 -2
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +10 -6
  57. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
  59. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  61. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +10 -6
  62. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h +2 -2
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  65. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  66. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +10 -6
  67. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h +2 -2
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  70. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
  72. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h +2 -2
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
  77. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h +2 -2
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  80. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
  82. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h +2 -2
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
  87. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h +2 -2
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
  92. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  95. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +10 -9
  96. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
  97. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h +2 -2
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  100. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
  102. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h +2 -2
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  110. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  111. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
  112. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h +2 -2
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  115. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
  117. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h +2 -2
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h +2 -2
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
  132. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
  134. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
  137. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h +2 -2
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  140. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
  142. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h +2 -2
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  145. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
  147. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
  149. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  150. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
  152. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h +2 -2
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  155. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
  157. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h +2 -2
  159. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  160. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
  162. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
  164. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  165. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
  167. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h +2 -2
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  170. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
  172. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h +2 -2
  174. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  175. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
  177. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
  179. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  180. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
  182. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h +2 -2
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
  187. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h +2 -2
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  190. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
  192. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h +2 -2
  194. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  195. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  196. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  197. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  200. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
  202. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  205. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
  207. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
  209. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  210. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  212. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  215. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  216. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
  217. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h +2 -2
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  220. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
  222. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
  224. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
  227. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  228. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h +2 -2
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  230. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  231. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
  232. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  233. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h +2 -2
  234. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  235. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  236. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
  237. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  238. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h +2 -2
  239. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  240. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  241. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
  242. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  243. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
  244. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  245. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  246. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  247. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  248. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  249. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  250. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  251. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
  252. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  253. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h +2 -2
  254. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  255. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  256. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
  257. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  258. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h +2 -2
  259. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  260. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  265. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  266. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
  267. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  268. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h +2 -2
  269. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  270. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  271. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
  272. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  273. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h +2 -2
  274. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  275. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h +2 -2
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  285. package/include/node/openssl/cmperr.h +3 -1
  286. package/include/node/openssl/cmserr.h +1 -0
  287. package/include/node/openssl/sslerr.h +1 -0
  288. package/include/node/openssl/trace.h +3 -5
  289. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td>
12
+ <a href="#18.14.1">18.14.1</a><br/>
12
13
  <a href="#18.14.0">18.14.0</a><br/>
13
14
  <a href="#18.13.0">18.13.0</a><br/>
14
15
  <a href="#18.12.1">18.12.1</a><br/>
@@ -52,6 +53,43 @@
52
53
  * [io.js](CHANGELOG_IOJS.md)
53
54
  * [Archive](CHANGELOG_ARCHIVE.md)
54
55
 
56
+ <a id="18.14.1"></a>
57
+
58
+ ## 2023-02-16, Version 18.14.1 'Hydrogen' (LTS), @RafaelGSS prepared by @juanarbol
59
+
60
+ This is a security release.
61
+
62
+ ### Notable Changes
63
+
64
+ The following CVEs are fixed in this release:
65
+
66
+ * **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Node.js Permissions policies can be bypassed via process.mainModule (High)
67
+ * **[CVE-2023-23919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23919)**: Node.js OpenSSL error handling issues in nodejs crypto library (Medium)
68
+ * **[CVE-2023-23936](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23936)**: Fetch API in Node.js did not protect against CRLF injection in host headers (Medium)
69
+ * **[CVE-2023-24807](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-24807)**: Regular Expression Denial of Service in Headers in Node.js fetch API (Low)
70
+ * **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Node.js insecure loading of ICU data through ICU\_DATA environment variable (Low)
71
+
72
+ 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.
73
+
74
+ This security release includes OpenSSL security updates as outlined in the recent
75
+ [OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt).
76
+
77
+ ### Commits
78
+
79
+ * \[[`8393ebc72d`](https://github.com/nodejs/node/commit/8393ebc72d)] - **build**: build ICU with ICU\_NO\_USER\_DATA\_OVERRIDE (RafaelGSS) [nodejs-private/node-private#379](https://github.com/nodejs-private/node-private/pull/379)
80
+ * \[[`004e34d046`](https://github.com/nodejs/node/commit/004e34d046)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [#46572](https://github.com/nodejs/node/pull/46572)
81
+ * \[[`5e0142a852`](https://github.com/nodejs/node/commit/5e0142a852)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#46572](https://github.com/nodejs/node/pull/46572)
82
+ * \[[`f71fe278a6`](https://github.com/nodejs/node/commit/f71fe278a6)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#46572](https://github.com/nodejs/node/pull/46572)
83
+ * \[[`2c6817e42b`](https://github.com/nodejs/node/commit/2c6817e42b)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#46572](https://github.com/nodejs/node/pull/46572)
84
+ * \[[`f0afa0bfe5`](https://github.com/nodejs/node/commit/f0afa0bfe5)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
85
+ * \[[`c26a34c13e`](https://github.com/nodejs/node/commit/c26a34c13e)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
86
+ * \[[`db93ee4a15`](https://github.com/nodejs/node/commit/db93ee4a15)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
87
+ * \[[`b4e49fb02c`](https://github.com/nodejs/node/commit/b4e49fb02c)] - **deps**: update undici to 5.16.0 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
88
+ * \[[`90994e6a2c`](https://github.com/nodejs/node/commit/90994e6a2c)] - **deps**: update undici to 5.15.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
89
+ * \[[`00302fc7ac`](https://github.com/nodejs/node/commit/00302fc7ac)] - **deps**: update undici to 5.15.0 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
90
+ * \[[`0e3b796cc5`](https://github.com/nodejs/node/commit/0e3b796cc5)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#371](https://github.com/nodejs-private/node-private/pull/371)
91
+ * \[[`7cccd5565f`](https://github.com/nodejs/node/commit/7cccd5565f)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#371](https://github.com/nodejs-private/node-private/pull/371)
92
+
55
93
  <a id="18.14.0"></a>
56
94
 
57
95
  ## 2023-02-02, Version 18.14.0 'Hydrogen' (LTS), @BethGriggs prepared by @juanarbol
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',
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
26
  #define NODE_MINOR_VERSION 14
27
- #define NODE_PATCH_VERSION 0
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Hydrogen"
@@ -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: Mon Feb 13 14:21:06 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: Mon Feb 13 14:21:18 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: Mon Feb 13 14:21:30 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: Mon Feb 13 14:21: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_64"
14
- #define DATE "built on: Thu Nov 3 02:14:30 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:21:54 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