node-linux-x64 18.4.0 → 18.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +49 -49
  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/bio.h +2 -2
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -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 +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -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 +2 -2
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -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 +2 -2
  19. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -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 +2 -2
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -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 +2 -2
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -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 +2 -2
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +2 -2
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
  43. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +2 -2
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +2 -2
  56. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +2 -2
  60. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +2 -2
  64. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
  65. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +2 -2
  68. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
  69. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
  72. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +2 -2
  76. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
  77. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +2 -2
  80. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
  84. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +2 -2
  88. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
  89. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
  92. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
  100. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
  101. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +2 -2
  104. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
  105. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +2 -2
  108. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
  109. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
  112. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
  113. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +2 -2
  116. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
  117. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +2 -2
  120. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
  121. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
  124. package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
  125. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +2 -2
  128. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
  129. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +2 -2
  132. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
  133. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
  136. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
  137. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +2 -2
  140. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
  141. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +2 -2
  144. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
  145. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +2 -2
  148. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
  149. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  152. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  153. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +2 -2
  156. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
  157. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
  160. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
  161. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  163. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +2 -2
  164. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  165. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +2 -2
  168. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
  169. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
  172. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
  173. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  175. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +2 -2
  176. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
  177. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +2 -2
  180. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
  181. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +2 -2
  184. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
  185. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
  188. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
  189. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  190. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +2 -2
  192. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  193. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +2 -2
  196. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
  197. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +2 -2
  200. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
  201. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +2 -2
  204. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +2 -2
  208. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
  209. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +2 -2
  212. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
  213. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
  216. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  222. package/include/node/openssl/bnerr.h +2 -1
  223. package/include/node/openssl/core_names.h +4 -4
  224. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#18.5.0">18.5.0</a><br/>
11
12
  <a href="#18.4.0">18.4.0</a><br/>
12
13
  <a href="#18.3.0">18.3.0</a><br/>
13
14
  <a href="#18.2.0">18.2.0</a><br/>
@@ -37,6 +38,30 @@
37
38
  * [io.js](CHANGELOG_IOJS.md)
38
39
  * [Archive](CHANGELOG_ARCHIVE.md)
39
40
 
41
+ <a id="18.5.0"></a>
42
+
43
+ ## 2022-07-07, Version 18.5.0 (Current), @RafaelGSS
44
+
45
+ This is a security release.
46
+
47
+ ### Notable Changes
48
+
49
+ * \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
50
+ * \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
51
+ * Node.js now reads `nodejs_conf` section in the `openssl` config
52
+ * \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
53
+ * \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
54
+
55
+ ### Commits
56
+
57
+ * \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
58
+ * \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
59
+ * \[[`a5fc2deb43`](https://github.com/nodejs/node/commit/a5fc2deb43)] - **deps**: update default openssl.cnf directory (Michael Dawson) [nodejs-private/node-private#335](https://github.com/nodejs-private/node-private/pull/335)
60
+ * \[[`f2407748e3`](https://github.com/nodejs/node/commit/f2407748e3)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#315](https://github.com/nodejs-private/node-private/pull/315)
61
+ * \[[`e4af5eba95`](https://github.com/nodejs/node/commit/e4af5eba95)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
62
+ * \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
63
+ * \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
64
+
40
65
  <a id="18.4.0"></a>
41
66
 
42
67
  ## 2022-06-16, Version 18.4.0 (Current), @danielleadams
package/bin/node CHANGED
Binary file
@@ -1,5 +1,5 @@
1
1
  # Do not edit. Generated by the configure script.
2
- { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
2
+ { 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
3
3
  'variables': { 'asan': 0,
4
4
  'coverage': 'false',
5
5
  'dcheck_always_on': 0,
@@ -27,14 +27,17 @@
27
27
  'node_fipsinstall': 'false',
28
28
  'node_install_corepack': 'true',
29
29
  'node_install_npm': 'true',
30
- 'node_library_files': [ 'lib/_http_common.js',
30
+ 'node_library_files': [ 'lib/_http_outgoing.js',
31
+ 'lib/buffer.js',
32
+ 'lib/https.js',
33
+ 'lib/net.js',
34
+ 'lib/tls.js',
31
35
  'lib/_stream_duplex.js',
32
36
  'lib/_stream_passthrough.js',
33
37
  'lib/_stream_readable.js',
34
38
  'lib/_stream_transform.js',
35
39
  'lib/_stream_wrap.js',
36
40
  'lib/_stream_writable.js',
37
- 'lib/assert.js',
38
41
  'lib/cluster.js',
39
42
  'lib/console.js',
40
43
  'lib/constants.js',
@@ -46,21 +49,21 @@
46
49
  'lib/punycode.js',
47
50
  'lib/querystring.js',
48
51
  'lib/sys.js',
49
- 'lib/test.js',
50
52
  'lib/trace_events.js',
51
53
  'lib/tty.js',
52
54
  'lib/url.js',
53
- 'lib/v8.js',
54
55
  'lib/worker_threads.js',
55
- 'lib/wasi.js',
56
56
  'lib/_tls_common.js',
57
57
  'lib/events.js',
58
58
  'lib/os.js',
59
+ 'lib/wasi.js',
59
60
  'lib/inspector.js',
60
- 'lib/_http_server.js',
61
+ 'lib/repl.js',
62
+ 'lib/test.js',
63
+ 'lib/v8.js',
61
64
  'lib/_http_incoming.js',
62
- 'lib/_http_outgoing.js',
63
- 'lib/buffer.js',
65
+ 'lib/child_process.js',
66
+ 'lib/dns.js',
64
67
  'lib/crypto.js',
65
68
  'lib/dgram.js',
66
69
  'lib/domain.js',
@@ -69,21 +72,18 @@
69
72
  'lib/stream.js',
70
73
  'lib/string_decoder.js',
71
74
  'lib/timers.js',
72
- 'lib/tls.js',
73
75
  'lib/util.js',
74
76
  'lib/zlib.js',
75
- 'lib/repl.js',
76
- 'lib/_http_agent.js',
77
- 'lib/_http_client.js',
78
77
  'lib/_tls_wrap.js',
79
- 'lib/async_hooks.js',
80
- 'lib/child_process.js',
78
+ 'lib/assert.js',
81
79
  'lib/fs.js',
82
- 'lib/https.js',
80
+ 'lib/async_hooks.js',
81
+ 'lib/_http_server.js',
83
82
  'lib/vm.js',
84
83
  'lib/readline.js',
85
- 'lib/dns.js',
86
- 'lib/net.js',
84
+ 'lib/_http_agent.js',
85
+ 'lib/_http_client.js',
86
+ 'lib/_http_common.js',
87
87
  'lib/assert/strict.js',
88
88
  'lib/dns/promises.js',
89
89
  'lib/fs/promises.js',
@@ -112,27 +112,27 @@
112
112
  'lib/internal/structured_clone.js',
113
113
  'lib/internal/timers.js',
114
114
  'lib/internal/trace_events_async_hooks.js',
115
- 'lib/internal/tty.js',
116
115
  'lib/internal/v8_prof_polyfill.js',
117
116
  'lib/internal/v8_prof_processor.js',
118
117
  'lib/internal/wasm_web_api.js',
119
118
  'lib/internal/watchdog.js',
120
- 'lib/internal/validators.js',
121
- 'lib/internal/http.js',
122
119
  'lib/internal/abort_controller.js',
123
120
  'lib/internal/async_hooks.js',
124
121
  'lib/internal/child_process.js',
125
122
  'lib/internal/error_serdes.js',
126
- 'lib/internal/freeze_intrinsics.js',
127
123
  'lib/internal/url.js',
128
- 'lib/internal/blob.js',
129
124
  'lib/internal/encoding.js',
130
- 'lib/internal/event_target.js',
131
125
  'lib/internal/histogram.js',
132
126
  'lib/internal/promise_hooks.js',
127
+ 'lib/internal/tty.js',
128
+ 'lib/internal/util.js',
129
+ 'lib/internal/validators.js',
133
130
  'lib/internal/worker.js',
131
+ 'lib/internal/blob.js',
134
132
  'lib/internal/errors.js',
135
- 'lib/internal/util.js',
133
+ 'lib/internal/event_target.js',
134
+ 'lib/internal/freeze_intrinsics.js',
135
+ 'lib/internal/http.js',
136
136
  'lib/internal/assert/calltracker.js',
137
137
  'lib/internal/assert/assertion_error.js',
138
138
  'lib/internal/bootstrap/environment.js',
@@ -142,42 +142,42 @@
142
142
  'lib/internal/bootstrap/pre_execution.js',
143
143
  'lib/internal/bootstrap/switches/does_not_own_process_state.js',
144
144
  'lib/internal/bootstrap/switches/does_own_process_state.js',
145
- 'lib/internal/bootstrap/switches/is_main_thread.js',
146
145
  'lib/internal/bootstrap/switches/is_not_main_thread.js',
146
+ 'lib/internal/bootstrap/switches/is_main_thread.js',
147
147
  'lib/internal/child_process/serialization.js',
148
148
  'lib/internal/cluster/child.js',
149
- 'lib/internal/cluster/primary.js',
150
149
  'lib/internal/cluster/round_robin_handle.js',
151
150
  'lib/internal/cluster/shared_handle.js',
152
151
  'lib/internal/cluster/utils.js',
153
152
  'lib/internal/cluster/worker.js',
154
- 'lib/internal/console/constructor.js',
153
+ 'lib/internal/cluster/primary.js',
155
154
  'lib/internal/console/global.js',
155
+ 'lib/internal/console/constructor.js',
156
156
  'lib/internal/crypto/certificate.js',
157
157
  'lib/internal/crypto/cipher.js',
158
- 'lib/internal/crypto/hash.js',
159
158
  'lib/internal/crypto/hkdf.js',
160
159
  'lib/internal/crypto/pbkdf2.js',
161
160
  'lib/internal/crypto/sig.js',
162
161
  'lib/internal/crypto/keys.js',
163
- 'lib/internal/crypto/aes.js',
164
- 'lib/internal/crypto/diffiehellman.js',
165
162
  'lib/internal/crypto/hashnames.js',
166
163
  'lib/internal/crypto/keygen.js',
167
164
  'lib/internal/crypto/mac.js',
168
165
  'lib/internal/crypto/random.js',
169
- 'lib/internal/crypto/rsa.js',
170
166
  'lib/internal/crypto/scrypt.js',
171
167
  'lib/internal/crypto/util.js',
172
- 'lib/internal/crypto/webcrypto.js',
173
168
  'lib/internal/crypto/x509.js',
174
169
  'lib/internal/crypto/cfrg.js',
175
170
  'lib/internal/crypto/ec.js',
171
+ 'lib/internal/crypto/aes.js',
172
+ 'lib/internal/crypto/diffiehellman.js',
173
+ 'lib/internal/crypto/hash.js',
174
+ 'lib/internal/crypto/rsa.js',
175
+ 'lib/internal/crypto/webcrypto.js',
176
176
  'lib/internal/debugger/inspect_client.js',
177
- 'lib/internal/debugger/inspect_repl.js',
178
177
  'lib/internal/debugger/inspect.js',
179
- 'lib/internal/dns/utils.js',
178
+ 'lib/internal/debugger/inspect_repl.js',
180
179
  'lib/internal/dns/promises.js',
180
+ 'lib/internal/dns/utils.js',
181
181
  'lib/internal/fs/read_file_context.js',
182
182
  'lib/internal/fs/rimraf.js',
183
183
  'lib/internal/fs/dir.js',
@@ -196,24 +196,24 @@
196
196
  'lib/internal/main/eval_stdin.js',
197
197
  'lib/internal/main/eval_string.js',
198
198
  'lib/internal/main/inspect.js',
199
- 'lib/internal/main/mksnapshot.js',
200
- 'lib/internal/main/print_help.js',
201
199
  'lib/internal/main/prof_process.js',
202
200
  'lib/internal/main/repl.js',
203
201
  'lib/internal/main/run_main_module.js',
204
- 'lib/internal/main/test_runner.js',
205
202
  'lib/internal/main/worker_thread.js',
203
+ 'lib/internal/main/mksnapshot.js',
204
+ 'lib/internal/main/print_help.js',
205
+ 'lib/internal/main/test_runner.js',
206
206
  'lib/internal/modules/package_json_reader.js',
207
207
  'lib/internal/modules/run_main.js',
208
208
  'lib/internal/modules/cjs/helpers.js',
209
209
  'lib/internal/modules/cjs/loader.js',
210
210
  'lib/internal/modules/esm/assert.js',
211
211
  'lib/internal/modules/esm/create_dynamic_module.js',
212
- 'lib/internal/modules/esm/formats.js',
213
212
  'lib/internal/modules/esm/get_format.js',
214
213
  'lib/internal/modules/esm/handle_process_exit.js',
215
214
  'lib/internal/modules/esm/module_map.js',
216
215
  'lib/internal/modules/esm/fetch_module.js',
216
+ 'lib/internal/modules/esm/formats.js',
217
217
  'lib/internal/modules/esm/get_source.js',
218
218
  'lib/internal/modules/esm/initialize_import_meta.js',
219
219
  'lib/internal/modules/esm/load.js',
@@ -226,7 +226,6 @@
226
226
  'lib/internal/per_context/primordials.js',
227
227
  'lib/internal/perf/event_loop_utilization.js',
228
228
  'lib/internal/perf/performance_entry.js',
229
- 'lib/internal/perf/resource_timing.js',
230
229
  'lib/internal/perf/utils.js',
231
230
  'lib/internal/perf/nodetiming.js',
232
231
  'lib/internal/perf/performance.js',
@@ -234,10 +233,10 @@
234
233
  'lib/internal/perf/observe.js',
235
234
  'lib/internal/perf/usertiming.js',
236
235
  'lib/internal/perf/timerify.js',
236
+ 'lib/internal/perf/resource_timing.js',
237
237
  'lib/internal/policy/manifest.js',
238
238
  'lib/internal/policy/sri.js',
239
239
  'lib/internal/process/execution.js',
240
- 'lib/internal/process/per_thread.js',
241
240
  'lib/internal/process/policy.js',
242
241
  'lib/internal/process/report.js',
243
242
  'lib/internal/process/signal.js',
@@ -246,25 +245,24 @@
246
245
  'lib/internal/process/worker_thread_only.js',
247
246
  'lib/internal/process/promises.js',
248
247
  'lib/internal/process/esm_loader.js',
248
+ 'lib/internal/process/per_thread.js',
249
249
  'lib/internal/readline/callbacks.js',
250
250
  'lib/internal/readline/emitKeypressEvents.js',
251
251
  'lib/internal/readline/promises.js',
252
- 'lib/internal/readline/utils.js',
253
252
  'lib/internal/readline/interface.js',
253
+ 'lib/internal/readline/utils.js',
254
254
  'lib/internal/repl/await.js',
255
255
  'lib/internal/repl/history.js',
256
256
  'lib/internal/repl/utils.js',
257
- 'lib/internal/source_map/prepare_stack_trace.js',
258
257
  'lib/internal/source_map/source_map.js',
258
+ 'lib/internal/source_map/prepare_stack_trace.js',
259
259
  'lib/internal/source_map/source_map_cache.js',
260
260
  'lib/internal/streams/add-abort-signal.js',
261
261
  'lib/internal/streams/buffer_list.js',
262
262
  'lib/internal/streams/compose.js',
263
- 'lib/internal/streams/destroy.js',
264
263
  'lib/internal/streams/duplexify.js',
265
264
  'lib/internal/streams/from.js',
266
265
  'lib/internal/streams/legacy.js',
267
- 'lib/internal/streams/operators.js',
268
266
  'lib/internal/streams/passthrough.js',
269
267
  'lib/internal/streams/pipeline.js',
270
268
  'lib/internal/streams/state.js',
@@ -275,19 +273,21 @@
275
273
  'lib/internal/streams/readable.js',
276
274
  'lib/internal/streams/writable.js',
277
275
  'lib/internal/streams/end-of-stream.js',
276
+ 'lib/internal/streams/destroy.js',
277
+ 'lib/internal/streams/operators.js',
278
278
  'lib/internal/test/binding.js',
279
279
  'lib/internal/test/transfer.js',
280
280
  'lib/internal/test_runner/harness.js',
281
281
  'lib/internal/test_runner/tap_stream.js',
282
- 'lib/internal/test_runner/utils.js',
283
282
  'lib/internal/test_runner/test.js',
284
- 'lib/internal/tls/secure-context.js',
283
+ 'lib/internal/test_runner/utils.js',
285
284
  'lib/internal/tls/secure-pair.js',
285
+ 'lib/internal/tls/secure-context.js',
286
286
  'lib/internal/util/comparisons.js',
287
287
  'lib/internal/util/iterable_weak_map.js',
288
288
  'lib/internal/util/debuglog.js',
289
- 'lib/internal/util/inspect.js',
290
289
  'lib/internal/util/inspector.js',
290
+ 'lib/internal/util/inspect.js',
291
291
  'lib/internal/util/types.js',
292
292
  'lib/internal/util/parse_args/parse_args.js',
293
293
  'lib/internal/util/parse_args/utils.js',
@@ -295,12 +295,12 @@
295
295
  'lib/internal/webstreams/compression.js',
296
296
  'lib/internal/webstreams/queuingstrategies.js',
297
297
  'lib/internal/webstreams/transformstream.js',
298
- 'lib/internal/webstreams/util.js',
299
298
  'lib/internal/webstreams/writablestream.js',
300
299
  'lib/internal/webstreams/transfer.js',
301
300
  'lib/internal/webstreams/adapters.js',
302
301
  'lib/internal/webstreams/encoding.js',
303
302
  'lib/internal/webstreams/readablestream.js',
303
+ 'lib/internal/webstreams/util.js',
304
304
  'lib/internal/worker/js_transferable.js',
305
305
  'lib/internal/worker/io.js',
306
306
  'lib/path/posix.js',
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 4
26
+ #define NODE_MINOR_VERSION 5
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon May 16 03:44:42 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 3
32
+ # define OPENSSL_VERSION_PATCH 5
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.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "5 Jul 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 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: Mon May 16 03:44:57 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:40 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 3
32
+ # define OPENSSL_VERSION_PATCH 5
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.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "5 Jul 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 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: Mon May 16 03:45:11 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 3
32
+ # define OPENSSL_VERSION_PATCH 5
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.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "5 Jul 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 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: Mon May 16 03:45:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:45:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -173,9 +173,9 @@ extern "C" {
173
173
 
174
174
  # ifndef OPENSSL_NO_KTLS
175
175
  # define BIO_get_ktls_send(b) \
176
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
176
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
177
177
  # define BIO_get_ktls_recv(b) \
178
- BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
178
+ (BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
179
179
  # else
180
180
  # define BIO_get_ktls_send(b) (0)
181
181
  # define BIO_get_ktls_recv(b) (0)
@@ -1,6 +1,7 @@
1
1
  /*
2
2
  * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/configuration.h.in
3
+ * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
4
+ * via Makefile.in
4
5
  *
5
6
  * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
6
7
  *
@@ -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 3
32
+ # define OPENSSL_VERSION_PATCH 5
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.3"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.3+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.5"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.5+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 "3 May 2022"
85
+ # define OPENSSL_RELEASE_DATE "5 Jul 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.3+quic 3 May 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.5+quic 5 Jul 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: Mon May 16 03:45:43 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:46:09 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a