node-linux-arm64 18.3.0 → 18.6.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 (226) hide show
  1. package/CHANGELOG.md +382 -0
  2. package/README.md +14 -8
  3. package/bin/node +0 -0
  4. package/include/node/config.gypi +235 -235
  5. package/include/node/node_version.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  10. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +2 -2
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  14. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +2 -2
  16. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +2 -2
  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 +2 -2
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +2 -2
  41. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +2 -2
  53. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
  54. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +2 -2
  57. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  59. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +2 -2
  61. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +2 -2
  65. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
  66. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +2 -2
  69. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
  70. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
  73. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +2 -2
  77. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
  78. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +2 -2
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
  85. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +2 -2
  89. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
  90. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
  101. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
  102. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +2 -2
  105. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
  106. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +2 -2
  109. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
  110. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
  113. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
  114. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +2 -2
  117. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
  118. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  119. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +2 -2
  121. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
  122. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
  125. package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
  126. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +2 -2
  129. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
  130. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +2 -2
  133. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
  134. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
  137. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
  138. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +2 -2
  141. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
  142. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +2 -2
  145. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
  146. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  148. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +2 -2
  149. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
  150. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  153. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  154. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  155. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +2 -2
  157. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
  158. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  160. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
  161. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
  162. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +2 -2
  165. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  166. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +2 -2
  169. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
  170. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  172. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
  173. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
  174. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +2 -2
  177. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
  178. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  179. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +2 -2
  181. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
  182. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  184. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +2 -2
  185. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
  186. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  188. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
  189. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
  190. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  192. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +2 -2
  193. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  194. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  196. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +2 -2
  197. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
  198. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  199. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  200. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +2 -2
  201. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
  202. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  204. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +2 -2
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  206. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  208. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +2 -2
  209. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
  210. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  212. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +2 -2
  213. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
  214. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  215. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  216. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/bnerr.h +2 -1
  224. package/include/node/openssl/core_names.h +4 -4
  225. package/include/node/v8-version.h +1 -1
  226. package/package.json +1 -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 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: linux64-s390x"
14
- #define DATE "built on: Mon May 16 03:53:12 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:50:43 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: linux64-s390x"
14
- #define DATE "built on: Mon May 16 03:53:27 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:50:52 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: solaris-x86-gcc"
14
- #define DATE "built on: Mon May 16 03:54:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:51:24 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: solaris-x86-gcc"
14
- #define DATE "built on: Mon May 16 03:54:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:51:34 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: solaris-x86-gcc"
14
- #define DATE "built on: Mon May 16 03:54:56 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:51:43 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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Mon May 16 03:55:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:51:51 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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Mon May 16 03:55:29 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:52:03 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: solaris64-x86_64-gcc"
14
- #define DATE "built on: Mon May 16 03:55:50 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:52:15 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
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * Generated by util/mkerr.pl DO NOT EDIT
3
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
3
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
4
4
  *
5
5
  * Licensed under the Apache License 2.0 (the "License"). You may not use
6
6
  * this file except in compliance with the License. You can obtain a copy
@@ -36,6 +36,7 @@
36
36
  # define BN_R_NOT_A_SQUARE 111
37
37
  # define BN_R_NOT_INITIALIZED 107
38
38
  # define BN_R_NO_INVERSE 108
39
+ # define BN_R_NO_PRIME_CANDIDATE 121
39
40
  # define BN_R_NO_SOLUTION 116
40
41
  # define BN_R_NO_SUITABLE_DIGEST 120
41
42
  # define BN_R_PRIVATE_KEY_TOO_LARGE 117
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 2019-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
@@ -21,9 +21,9 @@ extern "C" {
21
21
  #define OSSL_PROV_PARAM_CORE_MODULE_FILENAME "module-filename" /* utf8_ptr */
22
22
 
23
23
  /* Well known parameter names that Providers can define */
24
- #define OSSL_PROV_PARAM_NAME "name" /* utf8_string */
25
- #define OSSL_PROV_PARAM_VERSION "version" /* utf8_string */
26
- #define OSSL_PROV_PARAM_BUILDINFO "buildinfo" /* utf8_string */
24
+ #define OSSL_PROV_PARAM_NAME "name" /* utf8_ptr */
25
+ #define OSSL_PROV_PARAM_VERSION "version" /* utf8_ptr */
26
+ #define OSSL_PROV_PARAM_BUILDINFO "buildinfo" /* utf8_ptr */
27
27
  #define OSSL_PROV_PARAM_STATUS "status" /* uint */
28
28
  #define OSSL_PROV_PARAM_SECURITY_CHECKS "security-checks" /* uint */
29
29
 
@@ -11,7 +11,7 @@
11
11
  #define V8_MAJOR_VERSION 10
12
12
  #define V8_MINOR_VERSION 2
13
13
  #define V8_BUILD_NUMBER 154
14
- #define V8_PATCH_LEVEL 4
14
+ #define V8_PATCH_LEVEL 13
15
15
 
16
16
  // Use 1 for candidates and 0 otherwise.
17
17
  // (Boolean macro values are not supported by all preprocessors.)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-linux-arm64",
3
- "version": "v18.3.0",
3
+ "version": "v18.6.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"