node-aix-ppc64 18.11.0 → 18.12.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 (229) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/bin/node +0 -0
  3. package/include/node/node.exp +6 -2
  4. package/include/node/node_version.h +4 -4
  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/bio.h +1 -0
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/err.h +13 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  9. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -0
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/err.h +13 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -0
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/err.h +13 -1
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +1 -0
  19. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/err.h +13 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/err.h +13 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +1 -0
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/err.h +13 -1
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -0
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/err.h +13 -1
  32. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -0
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/err.h +13 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -0
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/err.h +13 -1
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -0
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/err.h +13 -1
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -0
  47. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/err.h +13 -1
  48. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -0
  51. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/err.h +13 -1
  52. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -0
  55. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/err.h +13 -1
  56. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -0
  59. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/err.h +13 -1
  60. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -0
  63. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/err.h +13 -1
  64. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -0
  67. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/err.h +13 -1
  68. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -0
  71. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/err.h +13 -1
  72. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -0
  75. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/err.h +13 -1
  76. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -0
  79. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/err.h +13 -1
  80. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -0
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/err.h +13 -1
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -0
  87. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/err.h +13 -1
  88. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -0
  91. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/err.h +13 -1
  92. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -0
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/err.h +13 -1
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -0
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/err.h +13 -1
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -0
  103. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/err.h +13 -1
  104. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -0
  107. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/err.h +13 -1
  108. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -0
  111. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/err.h +13 -1
  112. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -0
  115. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/err.h +13 -1
  116. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -0
  119. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/err.h +13 -1
  120. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -0
  123. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/err.h +13 -1
  124. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -0
  127. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/err.h +13 -1
  128. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -0
  131. package/include/node/openssl/archs/linux-elf/asm/include/openssl/err.h +13 -1
  132. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -0
  135. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/err.h +13 -1
  136. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -0
  139. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/err.h +13 -1
  140. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -0
  143. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/err.h +13 -1
  144. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -0
  147. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/err.h +13 -1
  148. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -0
  151. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/err.h +13 -1
  152. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -0
  155. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/err.h +13 -1
  156. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -0
  159. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/err.h +13 -1
  160. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -0
  163. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/err.h +13 -1
  164. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -0
  167. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/err.h +13 -1
  168. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -0
  171. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/err.h +13 -1
  172. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -0
  175. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/err.h +13 -1
  176. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -0
  179. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/err.h +13 -1
  180. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -0
  183. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/err.h +13 -1
  184. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  185. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -0
  187. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/err.h +13 -1
  188. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -0
  191. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/err.h +13 -1
  192. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -0
  195. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/err.h +13 -1
  196. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  197. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -0
  199. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/err.h +13 -1
  200. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -0
  203. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/err.h +13 -1
  204. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -0
  207. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/err.h +13 -1
  208. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -0
  211. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/err.h +13 -1
  212. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -0
  215. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/err.h +13 -1
  216. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -0
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/err.h +13 -1
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -0
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/err.h +13 -1
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -0
  227. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/err.h +13 -1
  228. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  229. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,10 +4,15 @@
4
4
 
5
5
  <table>
6
6
  <tr>
7
+ <th>LTS 'Hydrogen'</th>
7
8
  <th>Current</th>
8
9
  </tr>
9
10
  <tr>
10
11
  <td>
12
+ <a href="#18.12.1">18.12.1</a><br/>
13
+ <a href="#18.12.0">18.12.0</a><br/>
14
+ </td>
15
+ <td>
11
16
  <a href="#18.11.0">18.11.0</a><br/>
12
17
  <a href="#18.10.0">18.10.0</a><br/>
13
18
  <a href="#18.9.1">18.9.1</a><br/>
@@ -45,6 +50,39 @@
45
50
  * [io.js](CHANGELOG_IOJS.md)
46
51
  * [Archive](CHANGELOG_ARCHIVE.md)
47
52
 
53
+ <a id="18.12.1"></a>
54
+
55
+ ## 2022-11-03, Version 18.12.1 'Hydrogen' (LTS), @juanarbol
56
+
57
+ This is a security release.
58
+
59
+ ### Notable changes
60
+
61
+ The following CVEs are fixed in this release:
62
+
63
+ * **[CVE-2022-3602](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3602)**: X.509 Email Address 4-byte Buffer Overflow (High)
64
+ * **[CVE-2022-3786](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-3786)**: X.509 Email Address Variable Length Buffer Overflow (High)
65
+ * **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium)
66
+
67
+ More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post.
68
+
69
+ ### Commits
70
+
71
+ * \[[`39f8a672e3`](https://github.com/nodejs/node/commit/39f8a672e3)] - **deps**: update archs files for quictls/openssl-3.0.7+quic [nodejs/node#45286](https://github.com/nodejs/node/pull/45286)
72
+ * \[[`80218127c8`](https://github.com/nodejs/node/commit/80218127c8)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.7+quic [nodejs/node#45286](https://github.com/nodejs/node/pull/45286)
73
+ * \[[`165342beac`](https://github.com/nodejs/node/commit/165342beac)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#354](https://github.com/nodejs-private/node-private/pull/354)
74
+
75
+ <a id="18.12.0"></a>
76
+
77
+ ## 2022-10-25, Version 18.12.0 'Hydrogen' (LTS), @ruyadorno and @RafaelGSS
78
+
79
+ ### Notable Changes
80
+
81
+ This release marks the transition of Node.js 18.x into Long Term Support (LTS)
82
+ with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS"
83
+ and will remain so until October 2023. After that time, it will move into
84
+ "Maintenance" until end of life in April 2025.
85
+
48
86
  <a id="18.11.0"></a>
49
87
 
50
88
  ## 2022-10-13, Version 18.11.0 (Current), @danielleadams
package/bin/node CHANGED
Binary file
@@ -5949,7 +5949,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x271d124f13
5949
5949
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x16336b233ac53934
5950
5950
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x9e7922885c6c5f9e
5951
5951
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x29976dedf87fc2f5
5952
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x3766f36a38437477
5952
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x63c5026c40d3ddeb
5953
5953
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5954
5954
  _GLOBAL__I_65535_0__Z16_register_configv
5955
5955
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -75378,10 +75378,11 @@ ossl_evp_pkey_get1_X25519
75378
75378
  ossl_evp_pkey_get1_X448
75379
75379
  ossl_ffc_generate_private_key
75380
75380
  ossl_ffc_name_to_dh_named_group
75381
+ ossl_ffc_named_group_get_keylength
75381
75382
  ossl_ffc_named_group_get_name
75382
75383
  ossl_ffc_named_group_get_q
75383
75384
  ossl_ffc_named_group_get_uid
75384
- ossl_ffc_named_group_set_pqg
75385
+ ossl_ffc_named_group_set
75385
75386
  ossl_ffc_numbers_to_dh_named_group
75386
75387
  ossl_ffc_params_FIPS186_2_gen_verify
75387
75388
  ossl_ffc_params_FIPS186_2_generate
@@ -75429,6 +75430,7 @@ ossl_gcm_set_ctx_params
75429
75430
  ossl_gcm_setiv
75430
75431
  ossl_gcm_stream_final
75431
75432
  ossl_gcm_stream_update
75433
+ ossl_get_extension_type
75432
75434
  ossl_global_properties_no_mirrored
75433
75435
  ossl_global_properties_stop_mirroring
75434
75436
  ossl_gmac_functions
@@ -75514,6 +75516,7 @@ ossl_md5_sha1_init
75514
75516
  ossl_md5_sha1_update
75515
75517
  ossl_mdc2_functions
75516
75518
  ossl_method_construct
75519
+ ossl_method_lock_store
75517
75520
  ossl_method_store_add
75518
75521
  ossl_method_store_cache_flush_all
75519
75522
  ossl_method_store_cache_get
@@ -75524,6 +75527,7 @@ ossl_method_store_free
75524
75527
  ossl_method_store_new
75525
75528
  ossl_method_store_remove
75526
75529
  ossl_method_store_remove_all_provided
75530
+ ossl_method_unlock_store
75527
75531
  ossl_msblob_to_dsa_decoder_functions
75528
75532
  ossl_msblob_to_rsa_decoder_functions
75529
75533
  ossl_namemap_add_name
@@ -23,11 +23,11 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 11
27
- #define NODE_PATCH_VERSION 0
26
+ #define NODE_MINOR_VERSION 12
27
+ #define NODE_PATCH_VERSION 1
28
28
 
29
- #define NODE_VERSION_IS_LTS 0
30
- #define NODE_VERSION_LTS_CODENAME ""
29
+ #define NODE_VERSION_IS_LTS 1
30
+ #define NODE_VERSION_LTS_CODENAME "Hydrogen"
31
31
 
32
32
  #define NODE_VERSION_IS_RELEASE 1
33
33
 
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:43:57 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:13:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:44:06 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:03 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Fri Jul 8 16:44:15 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:11 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:23 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:19 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:36 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
@@ -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 5
32
+ # define OPENSSL_VERSION_PATCH 7
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.5"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.5+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.7"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.7+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 "5 Jul 2022"
85
+ # define OPENSSL_RELEASE_DATE "1 Nov 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Fri Jul 8 16:44:48 2022 UTC"
14
+ #define DATE "built on: Thu Nov 3 02:14:42 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -819,6 +819,7 @@ void BIO_copy_next_retry(BIO *b);
819
819
 
820
820
  # define ossl_bio__attr__(x)
821
821
  # if defined(__GNUC__) && defined(__STDC_VERSION__) \
822
+ && !defined(__MINGW32__) && !defined(__MINGW64__) \
822
823
  && !defined(__APPLE__)
823
824
  /*
824
825
  * Because we support the 'z' modifier, which made its appearance in C99,
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  *
4
4
  * Licensed under the Apache License 2.0 (the "License"). You may not use
5
5
  * this file except in compliance with the License. You can obtain a copy
@@ -323,15 +323,27 @@ static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
323
323
  # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
324
  # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
325
  # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
+ # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
326
327
  # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
328
  # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
329
+ # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON)
328
330
  # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
331
  # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
332
  # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
333
+ # define ERR_R_PKCS12_LIB (ERR_LIB_PKCS12/* 35 */ | ERR_RFLAG_COMMON)
334
+ # define ERR_R_RAND_LIB (ERR_LIB_RAND/* 36 */ | ERR_RFLAG_COMMON)
335
+ # define ERR_R_DSO_LIB (ERR_LIB_DSO/* 37 */ | ERR_RFLAG_COMMON)
331
336
  # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
337
  # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
338
  # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
339
  # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
340
+ # define ERR_R_CMS_LIB (ERR_LIB_CMS/* 46 */ | ERR_RFLAG_COMMON)
341
+ # define ERR_R_TS_LIB (ERR_LIB_TS/* 47 */ | ERR_RFLAG_COMMON)
342
+ # define ERR_R_CT_LIB (ERR_LIB_CT/* 50 */ | ERR_RFLAG_COMMON)
343
+ # define ERR_R_PROV_LIB (ERR_LIB_PROV/* 57 */ | ERR_RFLAG_COMMON)
344
+ # define ERR_R_ESS_LIB (ERR_LIB_ESS/* 54 */ | ERR_RFLAG_COMMON)
345
+ # define ERR_R_CMP_LIB (ERR_LIB_CMP/* 58 */ | ERR_RFLAG_COMMON)
346
+ # define ERR_R_OSSL_ENCODER_LIB (ERR_LIB_OSSL_ENCODER/* 59 */ | ERR_RFLAG_COMMON)
335
347
  # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
348
 
337
349
  /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */