node-aix-ppc64 17.6.0 → 17.7.2

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 (456) hide show
  1. package/CHANGELOG.md +143 -0
  2. package/README.md +11 -6
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/node.exp +9 -3
  6. package/include/node/node.h +6 -1
  7. package/include/node/node_version.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +3 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +4 -1
  13. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +3 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -2
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +4 -1
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +3 -1
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -2
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +4 -1
  25. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +3 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -2
  29. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  30. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +4 -1
  31. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  34. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  35. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  37. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +3 -1
  40. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -2
  41. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +4 -1
  43. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +3 -1
  46. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +4 -1
  49. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +3 -1
  52. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -2
  53. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +4 -1
  55. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +3 -1
  58. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -2
  59. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  60. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +4 -1
  61. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  62. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +3 -1
  64. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -2
  65. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +4 -1
  67. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  68. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +3 -1
  70. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -2
  71. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +4 -1
  73. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +3 -1
  76. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -2
  77. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +4 -1
  79. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  80. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +3 -1
  82. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -2
  83. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  84. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +4 -1
  85. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +3 -1
  88. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +2 -2
  89. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +4 -1
  91. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  92. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +3 -1
  94. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  95. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  97. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  98. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +3 -1
  100. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +2 -2
  101. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +4 -1
  103. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +3 -1
  106. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -2
  107. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +4 -1
  109. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +3 -1
  112. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -2
  113. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +4 -1
  115. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  116. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +3 -1
  118. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -2
  119. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  120. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +4 -1
  121. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  122. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +3 -1
  124. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -2
  125. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +4 -1
  127. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  128. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +3 -1
  130. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -2
  131. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +4 -1
  133. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  134. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +3 -1
  136. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -2
  137. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +4 -1
  139. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  140. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +3 -1
  142. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -2
  143. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  144. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +4 -1
  145. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  146. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +3 -1
  148. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  149. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  151. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  152. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +3 -1
  154. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -2
  155. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +4 -1
  157. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  158. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +3 -1
  160. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -2
  161. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +4 -1
  163. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  164. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +3 -1
  166. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  167. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  169. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  170. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +3 -1
  172. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -2
  173. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +4 -1
  175. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  176. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +3 -1
  178. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -2
  179. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  180. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +4 -1
  181. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  182. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +3 -1
  184. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -2
  185. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +4 -1
  187. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  188. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +3 -1
  190. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -2
  191. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  192. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +4 -1
  193. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  194. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +3 -1
  196. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -2
  197. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +4 -1
  199. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  200. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +3 -1
  202. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -2
  203. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  204. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +4 -1
  205. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  206. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +3 -1
  208. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -2
  209. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +4 -1
  211. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  212. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  213. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +3 -1
  214. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -2
  215. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +4 -1
  217. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  218. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +3 -1
  220. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -2
  221. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  222. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +4 -1
  223. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  224. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  225. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +3 -1
  226. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -2
  227. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  228. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +4 -1
  229. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  230. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  231. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +3 -1
  232. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +2 -2
  233. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  234. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +4 -1
  235. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  236. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  237. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +3 -1
  238. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +2 -2
  239. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  240. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +4 -1
  241. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  242. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  243. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +3 -1
  244. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +2 -2
  245. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  246. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +4 -1
  247. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  248. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  249. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +3 -1
  250. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +2 -2
  251. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  252. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +4 -1
  253. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  254. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  255. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +3 -1
  256. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +2 -2
  257. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  258. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +4 -1
  259. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  260. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  261. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +3 -1
  262. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +2 -2
  263. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  264. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +4 -1
  265. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  266. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  267. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +3 -1
  268. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -2
  269. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  270. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +4 -1
  271. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  272. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  273. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +3 -1
  274. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -2
  275. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  276. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +4 -1
  277. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  278. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  279. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +3 -1
  280. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -2
  281. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  282. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +4 -1
  283. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  284. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  285. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +3 -1
  286. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -2
  287. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  288. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +4 -1
  289. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  290. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  291. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  292. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  293. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  294. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  295. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  296. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  297. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +3 -1
  298. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -2
  299. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  300. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +4 -1
  301. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  302. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  303. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +3 -1
  304. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -2
  305. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  306. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +4 -1
  307. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  308. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  309. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +3 -1
  310. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  311. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  312. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  313. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  314. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  315. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +3 -1
  316. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -2
  317. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  318. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +4 -1
  319. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  320. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  321. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +3 -1
  322. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -2
  323. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  324. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +4 -1
  325. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  326. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  327. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +3 -1
  328. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -2
  329. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  330. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +4 -1
  331. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  332. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  333. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +3 -1
  334. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -2
  335. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  336. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +4 -1
  337. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  338. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  339. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +3 -1
  340. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -2
  341. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  342. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +4 -1
  343. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  344. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  345. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +3 -1
  346. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -2
  347. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  348. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +4 -1
  349. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  350. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  351. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +3 -1
  352. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  353. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  354. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  355. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  356. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  357. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +3 -1
  358. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -2
  359. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  360. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +4 -1
  361. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  362. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  363. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +3 -1
  364. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -2
  365. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  366. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +4 -1
  367. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  368. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  369. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +3 -1
  370. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  371. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  372. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  373. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  374. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  375. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +3 -1
  376. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -2
  377. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  378. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +4 -1
  379. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  380. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  381. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +3 -1
  382. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -2
  383. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  384. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +4 -1
  385. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  386. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  387. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +3 -1
  388. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  389. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  390. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  391. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  392. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  393. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +3 -1
  394. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -2
  395. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  396. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +4 -1
  397. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  398. package/include/node/openssl/asn1_asm.h +2 -0
  399. package/include/node/openssl/asn1_no-asm.h +2 -0
  400. package/include/node/openssl/asn1t_asm.h +2 -0
  401. package/include/node/openssl/asn1t_no-asm.h +2 -0
  402. package/include/node/openssl/bio_asm.h +2 -0
  403. package/include/node/openssl/bio_no-asm.h +2 -0
  404. package/include/node/openssl/bn_conf_asm.h +2 -0
  405. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  406. package/include/node/openssl/cmp_asm.h +2 -0
  407. package/include/node/openssl/cmp_no-asm.h +2 -0
  408. package/include/node/openssl/cms_asm.h +2 -0
  409. package/include/node/openssl/cms_no-asm.h +2 -0
  410. package/include/node/openssl/conf_asm.h +2 -0
  411. package/include/node/openssl/conf_no-asm.h +2 -0
  412. package/include/node/openssl/configuration_asm.h +2 -0
  413. package/include/node/openssl/configuration_no-asm.h +2 -0
  414. package/include/node/openssl/crmf_asm.h +2 -0
  415. package/include/node/openssl/crmf_no-asm.h +2 -0
  416. package/include/node/openssl/crypto_asm.h +2 -0
  417. package/include/node/openssl/crypto_no-asm.h +2 -0
  418. package/include/node/openssl/ct_asm.h +2 -0
  419. package/include/node/openssl/ct_no-asm.h +2 -0
  420. package/include/node/openssl/dso_conf_asm.h +2 -0
  421. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  422. package/include/node/openssl/ec.h +4 -1
  423. package/include/node/openssl/engine.h +2 -1
  424. package/include/node/openssl/err_asm.h +2 -0
  425. package/include/node/openssl/err_no-asm.h +2 -0
  426. package/include/node/openssl/ess_asm.h +2 -0
  427. package/include/node/openssl/ess_no-asm.h +2 -0
  428. package/include/node/openssl/evp.h +3 -3
  429. package/include/node/openssl/fipskey_asm.h +2 -0
  430. package/include/node/openssl/fipskey_no-asm.h +2 -0
  431. package/include/node/openssl/lhash_asm.h +2 -0
  432. package/include/node/openssl/lhash_no-asm.h +2 -0
  433. package/include/node/openssl/ocsp_asm.h +2 -0
  434. package/include/node/openssl/ocsp_no-asm.h +2 -0
  435. package/include/node/openssl/opensslv_asm.h +2 -0
  436. package/include/node/openssl/opensslv_no-asm.h +2 -0
  437. package/include/node/openssl/pkcs12_asm.h +2 -0
  438. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  439. package/include/node/openssl/pkcs7_asm.h +2 -0
  440. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  441. package/include/node/openssl/safestack_asm.h +2 -0
  442. package/include/node/openssl/safestack_no-asm.h +2 -0
  443. package/include/node/openssl/self_test.h +4 -5
  444. package/include/node/openssl/srp_asm.h +2 -0
  445. package/include/node/openssl/srp_no-asm.h +2 -0
  446. package/include/node/openssl/ssl_asm.h +2 -0
  447. package/include/node/openssl/ssl_no-asm.h +2 -0
  448. package/include/node/openssl/ui_asm.h +2 -0
  449. package/include/node/openssl/ui_no-asm.h +2 -0
  450. package/include/node/openssl/x509_asm.h +2 -0
  451. package/include/node/openssl/x509_no-asm.h +2 -0
  452. package/include/node/openssl/x509_vfy_asm.h +2 -0
  453. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  454. package/include/node/openssl/x509v3_asm.h +2 -0
  455. package/include/node/openssl/x509v3_no-asm.h +2 -0
  456. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,9 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#17.7.2">17.7.2</a><br/>
12
+ <a href="#17.7.1">17.7.1</a><br/>
13
+ <a href="#17.7.0">17.7.0</a><br/>
11
14
  <a href="#17.6.0">17.6.0</a><br/>
12
15
  <a href="#17.5.0">17.5.0</a><br/>
13
16
  <a href="#17.4.0">17.4.0</a><br/>
@@ -40,6 +43,146 @@
40
43
  * [io.js](CHANGELOG_IOJS.md)
41
44
  * [Archive](CHANGELOG_ARCHIVE.md)
42
45
 
46
+ <a id="17.7.2"></a>
47
+
48
+ ## 2022-03-17, Version 17.7.2 (Current), @richardlau
49
+
50
+ This is a security release.
51
+
52
+ ### Notable Changes
53
+
54
+ Update to OpenSSL 3.0.2, which addresses the following vulnerability:
55
+
56
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
57
+ More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
58
+
59
+ ### Commits
60
+
61
+ * \[[`55e293e05f`](https://github.com/nodejs/node/commit/55e293e05f)] - **deps**: update archs files for quictls/openssl-3.0.2+quic (Hassaan Pasha) [#42356](https://github.com/nodejs/node/pull/42356)
62
+ * \[[`b8d090603d`](https://github.com/nodejs/node/commit/b8d090603d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.2+quic (Hassaan Pasha) [#42356](https://github.com/nodejs/node/pull/42356)
63
+ * \[[`c8b6d92af0`](https://github.com/nodejs/node/commit/c8b6d92af0)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#42356](https://github.com/nodejs/node/pull/42356)
64
+ * \[[`457e31ea09`](https://github.com/nodejs/node/commit/457e31ea09)] - **test**: renew certificates for specific test (Luigi Pinca) [#42342](https://github.com/nodejs/node/pull/42342)
65
+
66
+ <a id="17.7.1"></a>
67
+
68
+ ## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
69
+
70
+ ### Notable Changes
71
+
72
+ #### Fixed regression in url.resolve()
73
+
74
+ This release fixes an issue introduced in Node.js v17.7.0 with some URLs
75
+ that contain `@`. This issue affected yarn 1. This version reverts the
76
+ change that introduced the regression.
77
+
78
+ ### Commits
79
+
80
+ * \[[`96a9e00fb3`](https://github.com/nodejs/node/commit/96a9e00fb3)] - **url**: revert fix url.parse() for `@hostname` (Antoine du Hamel) [#42280](https://github.com/nodejs/node/pull/42280)
81
+
82
+ <a id="17.7.0"></a>
83
+
84
+ ## 2022-03-09, Version 17.7.0 (Current), @BethGriggs prepared by @sxa
85
+
86
+ ### Notable Changes
87
+
88
+ * \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.prototype.equals method (Filip Skokan) [#42093](https://github.com/nodejs/node/pull/42093)
89
+ * \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**: add new options to `net.Socket` and `net.Server` (Paolo Insogna) [#41310](https://github.com/nodejs/node/pull/41310)
90
+ * \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** **src**: allow preventing InitializeInspector in env (Shelley Vohr) [#35025](https://github.com/nodejs/node/pull/35025)
91
+ * \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
92
+
93
+ ### Dependency Updates
94
+
95
+ * \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - **deps**: update nghttp2 to 1.47.0 (Yash Ladha) [#42127](https://github.com/nodejs/node/pull/42127)
96
+ * \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - **deps**: upgrade npm to 8.5.2 (npm team) [#42122](https://github.com/nodejs/node/pull/42122)
97
+
98
+ ### New Collaborators
99
+
100
+ * \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - **doc**: add JakobJingleheimer to collaborators list (Jacob Smith) [#42185](https://github.com/nodejs/node/pull/42185)
101
+ * \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - **doc**: move bnoordhuis back to collaborators (Ben Noordhuis) [#42064](https://github.com/nodejs/node/pull/42064)
102
+
103
+ ### Commits
104
+
105
+ * \[[`d05758f79f`](https://github.com/nodejs/node/commit/d05758f79f)] - **buffer**: improve blob read performance (Xuguang Mei) [#42117](https://github.com/nodejs/node/pull/42117)
106
+ * \[[`0bbb44741b`](https://github.com/nodejs/node/commit/0bbb44741b)] - **build**: drop shortened URL from lint-commit-message (Richard Lau) [#42168](https://github.com/nodejs/node/pull/42168)
107
+ * \[[`4e9fac6539`](https://github.com/nodejs/node/commit/4e9fac6539)] - **build**: fix usage of input in feature action (Michael Dawson) [#42150](https://github.com/nodejs/node/pull/42150)
108
+ * \[[`853cbd99b8`](https://github.com/nodejs/node/commit/853cbd99b8)] - **build**: increase max ops for stale feature action (Michael Dawson) [#42130](https://github.com/nodejs/node/pull/42130)
109
+ * \[[`3fc3f521d6`](https://github.com/nodejs/node/commit/3fc3f521d6)] - **build**: add corepack to the auto-updated dependencies (Maël Nison) [#42090](https://github.com/nodejs/node/pull/42090)
110
+ * \[[`ec4c0de6d1`](https://github.com/nodejs/node/commit/ec4c0de6d1)] - **build**: last test of the stale feature action (Michael Dawson) [#42085](https://github.com/nodejs/node/pull/42085)
111
+ * \[[`03ebca86d9`](https://github.com/nodejs/node/commit/03ebca86d9)] - **build**: update feature close action for testing (Michael Dawson) [#42082](https://github.com/nodejs/node/pull/42082)
112
+ * \[[`c9ea6a9261`](https://github.com/nodejs/node/commit/c9ea6a9261)] - **crypto**: validate `this` value for `webcrypto.getRandomValues` (Antoine du Hamel) [#41760](https://github.com/nodejs/node/pull/41760)
113
+ * \[[`2b354223d4`](https://github.com/nodejs/node/commit/2b354223d4)] - **(SEMVER-MINOR)** **crypto**: add KeyObject.prototype.equals method (Filip Skokan) [#42093](https://github.com/nodejs/node/pull/42093)
114
+ * \[[`288f627c46`](https://github.com/nodejs/node/commit/288f627c46)] - **crypto**: clarify `require("crypto").getRandomValues` is Node.js specific (Antoine du Hamel) [#41782](https://github.com/nodejs/node/pull/41782)
115
+ * \[[`0b8efea182`](https://github.com/nodejs/node/commit/0b8efea182)] - **deps**: update nghttp2 to 1.47.0 (Yash Ladha) [#42127](https://github.com/nodejs/node/pull/42127)
116
+ * \[[`ccacf99e5c`](https://github.com/nodejs/node/commit/ccacf99e5c)] - **deps**: upgrade npm to 8.5.2 (npm team) [#42122](https://github.com/nodejs/node/pull/42122)
117
+ * \[[`1359f60338`](https://github.com/nodejs/node/commit/1359f60338)] - **deps**: V8: cherry-pick 77d515484864 (Lu Yahan) [#42067](https://github.com/nodejs/node/pull/42067)
118
+ * \[[`769e2a486f`](https://github.com/nodejs/node/commit/769e2a486f)] - **deps**: V8: cherry-pick b66334313c8b (Lu Yahan) [#42067](https://github.com/nodejs/node/pull/42067)
119
+ * \[[`fc7d429516`](https://github.com/nodejs/node/commit/fc7d429516)] - **doc**: update stale feature messages (Michael Dawson) [#42217](https://github.com/nodejs/node/pull/42217)
120
+ * \[[`6183749861`](https://github.com/nodejs/node/commit/6183749861)] - **doc**: remove erroneous comma in cluster explainer (Tobias Nießen) [#42238](https://github.com/nodejs/node/pull/42238)
121
+ * \[[`555da9b658`](https://github.com/nodejs/node/commit/555da9b658)] - **doc**: remove "considered" for clarity (Rich Trott) [#42218](https://github.com/nodejs/node/pull/42218)
122
+ * \[[`05c3ff5e76`](https://github.com/nodejs/node/commit/05c3ff5e76)] - **doc**: clarify that some modules don't work when compiled without ssl (Antoine du Hamel) [#42198](https://github.com/nodejs/node/pull/42198)
123
+ * \[[`a6c1abf7e1`](https://github.com/nodejs/node/commit/a6c1abf7e1)] - **doc**: add note about nghttp2 hd pair size (Rafael Silva) [#42172](https://github.com/nodejs/node/pull/42172)
124
+ * \[[`04d2c74c8a`](https://github.com/nodejs/node/commit/04d2c74c8a)] - **doc**: use parenthesis instead of em dash (Antoine du Hamel) [#42202](https://github.com/nodejs/node/pull/42202)
125
+ * \[[`6a74fa91bb`](https://github.com/nodejs/node/commit/6a74fa91bb)] - **doc**: add next-10 to strategic initiatives (Michael Dawson) [#42167](https://github.com/nodejs/node/pull/42167)
126
+ * \[[`ee027391e7`](https://github.com/nodejs/node/commit/ee027391e7)] - **doc**: add missing single-quotes to `http.OutgoingMessage` (Juan José Arboleda) [#42162](https://github.com/nodejs/node/pull/42162)
127
+ * \[[`84859c4029`](https://github.com/nodejs/node/commit/84859c4029)] - **doc**: fix typos (apeltop) [#42146](https://github.com/nodejs/node/pull/42146)
128
+ * \[[`3df001fa93`](https://github.com/nodejs/node/commit/3df001fa93)] - **doc**: add JakobJingleheimer to collaborators list (Jacob Smith) [#42185](https://github.com/nodejs/node/pull/42185)
129
+ * \[[`ce86fc3006`](https://github.com/nodejs/node/commit/ce86fc3006)] - **doc**: remove reference to obsolete security program (Rich Trott) [#42144](https://github.com/nodejs/node/pull/42144)
130
+ * \[[`5d010bcde2`](https://github.com/nodejs/node/commit/5d010bcde2)] - **doc**: remove repeated a word (apeltop) [#42138](https://github.com/nodejs/node/pull/42138)
131
+ * \[[`a32ec983c6`](https://github.com/nodejs/node/commit/a32ec983c6)] - **doc**: make building with ninja more discoverable (Balakrishna Avulapati) [#41840](https://github.com/nodejs/node/pull/41840)
132
+ * \[[`26fe61b6ad`](https://github.com/nodejs/node/commit/26fe61b6ad)] - **doc**: document change to IncomingMessage.headers enumerability (Arnold Zokas) [#42095](https://github.com/nodejs/node/pull/42095)
133
+ * \[[`eb622a0761`](https://github.com/nodejs/node/commit/eb622a0761)] - **doc**: add meixg to triagers (Xuguang Mei) [#42066](https://github.com/nodejs/node/pull/42066)
134
+ * \[[`bd04fc89da`](https://github.com/nodejs/node/commit/bd04fc89da)] - **doc**: clarify persistent ref behavior (Michael Dawson) [#42035](https://github.com/nodejs/node/pull/42035)
135
+ * \[[`0ce00ca5e1`](https://github.com/nodejs/node/commit/0ce00ca5e1)] - **doc**: move bnoordhuis back to collaborators (Ben Noordhuis) [#42064](https://github.com/nodejs/node/pull/42064)
136
+ * \[[`8b531dadb1`](https://github.com/nodejs/node/commit/8b531dadb1)] - **doc**: clarify supported versus enabled TLS ciphers (Tobias Nießen) [#42063](https://github.com/nodejs/node/pull/42063)
137
+ * \[[`3789d668f7`](https://github.com/nodejs/node/commit/3789d668f7)] - **doc**: add missing api entries on performance (legendecas) [#42018](https://github.com/nodejs/node/pull/42018)
138
+ * \[[`a4969d5c37`](https://github.com/nodejs/node/commit/a4969d5c37)] - **doc**: add release key for Bryan English (Bryan English) [#42102](https://github.com/nodejs/node/pull/42102)
139
+ * \[[`8b94ea6e1c`](https://github.com/nodejs/node/commit/8b94ea6e1c)] - **doc**,tools: improve navigability of API docs (Paolo Insogna) [#41404](https://github.com/nodejs/node/pull/41404)
140
+ * \[[`2e1231b831`](https://github.com/nodejs/node/commit/2e1231b831)] - **errors**: do not access .stack in debug (Benjamin Coe) [#42096](https://github.com/nodejs/node/pull/42096)
141
+ * \[[`8dd4878850`](https://github.com/nodejs/node/commit/8dd4878850)] - **esm**: fix base URL for network imports (Bradley Farias) [#42131](https://github.com/nodejs/node/pull/42131)
142
+ * \[[`2bc136d3cb`](https://github.com/nodejs/node/commit/2bc136d3cb)] - **esm**: fix relative imports for https (Bradley Farias) [#42119](https://github.com/nodejs/node/pull/42119)
143
+ * \[[`576c1aea8e`](https://github.com/nodejs/node/commit/576c1aea8e)] - **fs**: adjust default `length` for `fs.readSync` and fsPromises/`read` (Livia Medeiros) [#42128](https://github.com/nodejs/node/pull/42128)
144
+ * \[[`041373696f`](https://github.com/nodejs/node/commit/041373696f)] - **http**: add default argument for Agent.prototype.getName (小菜) [#41906](https://github.com/nodejs/node/pull/41906)
145
+ * \[[`1de80872e8`](https://github.com/nodejs/node/commit/1de80872e8)] - **http2**: add edge case to GOAWAY request (Rafael Silva) [#42190](https://github.com/nodejs/node/pull/42190)
146
+ * \[[`9bc7a954fd`](https://github.com/nodejs/node/commit/9bc7a954fd)] - **http2**: close stream and session on frameError (Rafael Silva) [#42147](https://github.com/nodejs/node/pull/42147)
147
+ * \[[`384872fdbd`](https://github.com/nodejs/node/commit/384872fdbd)] - **lib**: clean after the cancel algorithm throw error (Chen Gang) [#41366](https://github.com/nodejs/node/pull/41366)
148
+ * \[[`f7ea75fd0a`](https://github.com/nodejs/node/commit/f7ea75fd0a)] - **lib**: add legacy built-in functions to primordials (Antoine du Hamel) [#42049](https://github.com/nodejs/node/pull/42049)
149
+ * \[[`7f1c83e674`](https://github.com/nodejs/node/commit/7f1c83e674)] - **loader**: fix esm resolve for symlink file (Xuguang Mei) [#42197](https://github.com/nodejs/node/pull/42197)
150
+ * \[[`5b23e67ad5`](https://github.com/nodejs/node/commit/5b23e67ad5)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42227](https://github.com/nodejs/node/pull/42227)
151
+ * \[[`cad7dde9af`](https://github.com/nodejs/node/commit/cad7dde9af)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#42142](https://github.com/nodejs/node/pull/42142)
152
+ * \[[`7ed2c19cbb`](https://github.com/nodejs/node/commit/7ed2c19cbb)] - **meta**: correct link to feature request document (Simen Bekkhus) [#42092](https://github.com/nodejs/node/pull/42092)
153
+ * \[[`e0448da9a9`](https://github.com/nodejs/node/commit/e0448da9a9)] - **meta**: move one or more collaborators to emeritus (Node.js GitHub Bot) [#42068](https://github.com/nodejs/node/pull/42068)
154
+ * \[[`e3347dbaa8`](https://github.com/nodejs/node/commit/e3347dbaa8)] - **meta**: remove collaborator (Rich Trott) [#42073](https://github.com/nodejs/node/pull/42073)
155
+ * \[[`96510b3411`](https://github.com/nodejs/node/commit/96510b3411)] - **module**: prefer async/await in https imports (Benjamin Gruenbaum) [#41950](https://github.com/nodejs/node/pull/41950)
156
+ * \[[`a2926c477a`](https://github.com/nodejs/node/commit/a2926c477a)] - **(SEMVER-MINOR)** **net**: add new options to `net.Socket` and `net.Server` (Paolo Insogna) [#41310](https://github.com/nodejs/node/pull/41310)
157
+ * \[[`f107f8bf40`](https://github.com/nodejs/node/commit/f107f8bf40)] - **node**-api: fix typo in `node_api.cc` (Austin Kelleher) [#42110](https://github.com/nodejs/node/pull/42110)
158
+ * \[[`c72c3f4bb1`](https://github.com/nodejs/node/commit/c72c3f4bb1)] - **perf\_hooks**: do not return all entries with getEntriesBy\[Name|Type] (Xuguang Mei) [#42104](https://github.com/nodejs/node/pull/42104)
159
+ * \[[`7c49785348`](https://github.com/nodejs/node/commit/7c49785348)] - **process**: fix named report export (madflow) [#41861](https://github.com/nodejs/node/pull/41861)
160
+ * \[[`d6b1a4a235`](https://github.com/nodejs/node/commit/d6b1a4a235)] - **repl**: remove preview when press escape (meixg) [#42053](https://github.com/nodejs/node/pull/42053)
161
+ * \[[`98b1be0ec2`](https://github.com/nodejs/node/commit/98b1be0ec2)] - **src**: return proper URLs from node\_api\_get\_module\_file\_name (Anna Henningsen) [#41758](https://github.com/nodejs/node/pull/41758)
162
+ * \[[`0abc20b6cf`](https://github.com/nodejs/node/commit/0abc20b6cf)] - **src**: skip revoke\_data\_object if uuid is not found (Xuguang Mei) [#42212](https://github.com/nodejs/node/pull/42212)
163
+ * \[[`ce409279d8`](https://github.com/nodejs/node/commit/ce409279d8)] - **src**: remove dead code in AddFingerprintDigest (Tobias Nießen) [#42145](https://github.com/nodejs/node/pull/42145)
164
+ * \[[`4c9f2b5d83`](https://github.com/nodejs/node/commit/4c9f2b5d83)] - **src**: combine GetCurveASN1Name and GetCurveNistName (Tobias Nießen) [#42118](https://github.com/nodejs/node/pull/42118)
165
+ * \[[`f0558d88fb`](https://github.com/nodejs/node/commit/f0558d88fb)] - **src**: simplify TLSWrap::SetSession (Tobias Nießen) [#42087](https://github.com/nodejs/node/pull/42087)
166
+ * \[[`97f5ceda84`](https://github.com/nodejs/node/commit/97f5ceda84)] - **src**: prefer bool over int in crypto\_common (Tobias Nießen) [#42097](https://github.com/nodejs/node/pull/42097)
167
+ * \[[`382ffdade0`](https://github.com/nodejs/node/commit/382ffdade0)] - **src**: simplify arg type of AddFingerprintDigest (Tobias Nießen) [#42101](https://github.com/nodejs/node/pull/42101)
168
+ * \[[`07de4ed641`](https://github.com/nodejs/node/commit/07de4ed641)] - **src**: do not ignore return value of BIO\_reset (Tobias Nießen) [#42103](https://github.com/nodejs/node/pull/42103)
169
+ * \[[`3366618ce2`](https://github.com/nodejs/node/commit/3366618ce2)] - **src**: simplify GetExponentString (Tobias Nießen) [#42121](https://github.com/nodejs/node/pull/42121)
170
+ * \[[`86248f1178`](https://github.com/nodejs/node/commit/86248f1178)] - **(SEMVER-MINOR)** src: allow preventing InitializeInspector in env (Shelley Vohr) [#35025](https://github.com/nodejs/node/pull/35025)
171
+ * \[[`06e5c0ee39`](https://github.com/nodejs/node/commit/06e5c0ee39)] - **stream**: use .chunk when calling adapters's writev (Xuguang Mei) [#42161](https://github.com/nodejs/node/pull/42161)
172
+ * \[[`53338fe65c`](https://github.com/nodejs/node/commit/53338fe65c)] - **stream**: allow returning null from pipeline tail (Robert Nagy) [#42078](https://github.com/nodejs/node/pull/42078)
173
+ * \[[`8431fb90dc`](https://github.com/nodejs/node/commit/8431fb90dc)] - **stream**: port more test262 tests (Benjamin Gruenbaum) [#41974](https://github.com/nodejs/node/pull/41974)
174
+ * \[[`0be3c61ae9`](https://github.com/nodejs/node/commit/0be3c61ae9)] - **test**: cover 32-bit sizes in generatePrime (Tobias Nießen) [#42207](https://github.com/nodejs/node/pull/42207)
175
+ * \[[`ceb47d13ff`](https://github.com/nodejs/node/commit/ceb47d13ff)] - **test**: fix test-process-env-tz.js by using RegExp (Khaidi Chu) [#42113](https://github.com/nodejs/node/pull/42113)
176
+ * \[[`f21fbeec2e`](https://github.com/nodejs/node/commit/f21fbeec2e)] - **test**: update V8 trace events test expectations (Nikolaos Papaspyrou) [#42120](https://github.com/nodejs/node/pull/42120)
177
+ * \[[`d0f68a398e`](https://github.com/nodejs/node/commit/d0f68a398e)] - **test**: deflake test-common-expect-warning (Luigi Pinca) [#42046](https://github.com/nodejs/node/pull/42046)
178
+ * \[[`482b2205b2`](https://github.com/nodejs/node/commit/482b2205b2)] - **test**: validate `EventEmitterAsyncResource` methods throw on invalid this (Yoshiki Kurihara) [#42041](https://github.com/nodejs/node/pull/42041)
179
+ * \[[`99301469ed`](https://github.com/nodejs/node/commit/99301469ed)] - **test**: increase Fibonacci argument to 40 (Rich Trott) [#42055](https://github.com/nodejs/node/pull/42055)
180
+ * \[[`c01134ed27`](https://github.com/nodejs/node/commit/c01134ed27)] - **tools**: update lint-md-dependencies to rollup\@2.69.1 (Node.js GitHub Bot) [#42226](https://github.com/nodejs/node/pull/42226)
181
+ * \[[`41b6d9e95a`](https://github.com/nodejs/node/commit/41b6d9e95a)] - **tools**: update lint-md rollup dependencies (Node.js GitHub Bot) [#42141](https://github.com/nodejs/node/pull/42141)
182
+ * \[[`28f636422e`](https://github.com/nodejs/node/commit/28f636422e)] - **tools**: update eslint to 8.10.0 (Node.js GitHub Bot) [#42143](https://github.com/nodejs/node/pull/42143)
183
+ * \[[`9aeda47d9c`](https://github.com/nodejs/node/commit/9aeda47d9c)] - **url**: fix url.parse() for @hostname (Rich Trott) [#42136](https://github.com/nodejs/node/pull/42136)
184
+ * \[[`ecb5980e2f`](https://github.com/nodejs/node/commit/ecb5980e2f)] - **url, src**: modify one `special_back_slash` (Khaidi Chu) [#42112](https://github.com/nodejs/node/pull/42112)
185
+
43
186
  <a id="17.6.0"></a>
44
187
 
45
188
  ## 2022-02-22, Version 17.6.0 (Current), @BethGriggs prepared by @bengl
package/README.md CHANGED
@@ -294,6 +294,8 @@ For information about the governance of the Node.js project, see
294
294
  **Bradley Farias** <<bradley.meck@gmail.com>>
295
295
  * [bnb](https://github.com/bnb) -
296
296
  **Tierney Cyren** <<hello@bnb.im>> (they/he)
297
+ * [bnoordhuis](https://github.com/bnoordhuis) -
298
+ **Ben Noordhuis** <<info@bnoordhuis.nl>>
297
299
  * [boneskull](https://github.com/boneskull) -
298
300
  **Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
299
301
  * [BridgeAR](https://github.com/BridgeAR) -
@@ -312,8 +314,6 @@ For information about the governance of the Node.js project, see
312
314
  **Daniel Bevenius** <<daniel.bevenius@gmail.com>> (he/him)
313
315
  * [danielleadams](https://github.com/danielleadams) -
314
316
  **Danielle Adams** <<adamzdanielle@gmail.com>> (she/her)
315
- * [DerekNonGeneric](https://github.com/DerekNonGeneric) -
316
- **Derek Lewis** <<DerekNonGeneric@inf.is>> (he/him)
317
317
  * [devnexen](https://github.com/devnexen) -
318
318
  **David Carlier** <<devnexen@gmail.com>>
319
319
  * [devsnek](https://github.com/devsnek) -
@@ -354,12 +354,12 @@ For information about the governance of the Node.js project, see
354
354
  **Fedor Indutny** <<fedor@indutny.com>>
355
355
  * [JacksonTian](https://github.com/JacksonTian) -
356
356
  **Jackson Tian** <<shyvo1987@gmail.com>>
357
+ * [JakobJingleheimer](https://github.com/JakobJingleheimer) -
358
+ **Jacob Smith** <<jacob@frende.me>> (he/him)
357
359
  * [jasnell](https://github.com/jasnell) -
358
360
  **James M Snell** <<jasnell@gmail.com>> (he/him)
359
361
  * [jkrems](https://github.com/jkrems) -
360
362
  **Jan Krems** <<jan.krems@gmail.com>> (he/him)
361
- * [joaocgreis](https://github.com/joaocgreis) -
362
- **João Reis** <<reis@janeasystems.com>>
363
363
  * [joesepi](https://github.com/joesepi) -
364
364
  **Joe Sepi** <<sepi@joesepi.com>> (he/him)
365
365
  * [joyeecheung](https://github.com/joyeecheung) -
@@ -478,8 +478,6 @@ For information about the governance of the Node.js project, see
478
478
  **Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
479
479
  * [bmeurer](https://github.com/bmeurer) -
480
480
  **Benedikt Meurer** <<benedikt.meurer@gmail.com>>
481
- * [bnoordhuis](https://github.com/bnoordhuis) -
482
- **Ben Noordhuis** <<info@bnoordhuis.nl>>
483
481
  * [brendanashworth](https://github.com/brendanashworth) -
484
482
  **Brendan Ashworth** <<brendan.ashworth@me.com>>
485
483
  * [calvinmetcalf](https://github.com/calvinmetcalf) -
@@ -530,6 +528,8 @@ For information about the governance of the Node.js project, see
530
528
  **John-David Dalton** <<john.david.dalton@gmail.com>>
531
529
  * [jhamhader](https://github.com/jhamhader) -
532
530
  **Yuval Brik** <<yuval@brik.org.il>>
531
+ * [joaocgreis](https://github.com/joaocgreis) -
532
+ **João Reis** <<reis@janeasystems.com>>
533
533
  * [joshgav](https://github.com/joshgav) -
534
534
  **Josh Gavant** <<josh.gavant@outlook.com>>
535
535
  * [julianduque](https://github.com/julianduque) -
@@ -652,6 +652,8 @@ maintaining the Node.js project.
652
652
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
653
653
  * [marsonya](https://github.com/marsonya) -
654
654
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
655
+ * [meixg](https://github.com/meixg) -
656
+ **Xuguang Mei** <<meixg@foxmail.com>> (he/him)
655
657
  * [Mesteery](https://github.com/Mesteery) -
656
658
  **Mestery** <<mestery@protonmail.com>> (he/him)
657
659
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
@@ -667,6 +669,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
667
669
 
668
670
  * **Beth Griggs** <<bgriggs@redhat.com>>
669
671
  `4ED778F539E3634C779C87C6D7062848A1AB005C`
672
+ * **Bryan English** <<bryan@bryanenglish.com>>
673
+ `141F07595B7B3FFE74309A937405533BE57C7D57`
670
674
  * **Colin Ihrig** <<cjihrig@gmail.com>>
671
675
  `94AE36675C464D64BAFA68DD7434390BDBE9B9C5`
672
676
  * **Danielle Adams** <<adamzdanielle@gmail.com>>
@@ -693,6 +697,7 @@ to sign releases):
693
697
 
694
698
  ```bash
695
699
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 4ED778F539E3634C779C87C6D7062848A1AB005C
700
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys 141F07595B7B3FFE74309A937405533BE57C7D57
696
701
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 94AE36675C464D64BAFA68DD7434390BDBE9B9C5
697
702
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 74F12602B6F1C4E913FAA37AD3A89613643B6201
698
703
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 71DCFD284A79C3B38668286BC97EC7A07EDE3FC1
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.13',
39
+ 'v8_embedder_string': '-node.15',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -5945,7 +5945,7 @@ _GLOBAL__I_65535_0_.._deps_v8_src_init_vm_cage.cc_3723FE55_0x267e6e701939846f
5945
5945
  _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xb9f0f745d8e4216c
5946
5946
  _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x2e76f112beb8615a
5947
5947
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xc71dd10b77028ccd
5948
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x97c45df347918b67
5948
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x5ab622b2b3c99789
5949
5949
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5950
5950
  _GLOBAL__I_65535_0__Z16_register_configv
5951
5951
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -45726,6 +45726,7 @@ _ZN4node5http219Http2StreamListenerD0Ev
45726
45726
  _ZN4node5http219Http2StreamListenerD1Ev
45727
45727
  _ZN4node5http220SetCallbackFunctionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45728
45728
  _ZN4node5http222RefreshDefaultSettingsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45729
+ _ZN4node5http225TranslateNghttp2ErrorCodeEi
45729
45730
  _ZN4node5http233Http2StreamPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
45730
45731
  _ZN4node5http234Http2SessionPerformanceEntryTraits10GetDetailsEPNS_11EnvironmentERKNS_11performance16PerformanceEntryIS1_EE
45731
45732
  _ZN4node5http27OriginsC1EPNS_11EnvironmentEN2v85LocalINS4_6StringEEEm
@@ -45977,7 +45978,6 @@ _ZN4node6crypto13GetCipherInfoEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15Fu
45977
45978
  _ZN4node6crypto13GetCipherNameEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
45978
45979
  _ZN4node6crypto13GetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
45979
45980
  _ZN4node6crypto13GetServerNameEP6ssl_st
45980
- _ZN4node6crypto13GetTLSSessionEN2v85LocalINS1_5ValueEEE
45981
45981
  _ZN4node6crypto13GetTLSSessionEPKhm
45982
45982
  _ZN4node6crypto13KeyObjectData12CreateSecretENS0_10ByteSourceE
45983
45983
  _ZN4node6crypto13KeyObjectData16CreateAsymmetricENS0_7KeyTypeERKNS0_14ManagedEVPPKeyE
@@ -46035,7 +46035,6 @@ _ZN4node6crypto13SecureContextD0Ev
46035
46035
  _ZN4node6crypto13SecureContextD1Ev
46036
46036
  _ZN4node6crypto13SecureContextD2Ev
46037
46037
  _ZN4node6crypto13SetFipsCryptoERKN2v820FunctionCallbackInfoINS1_5ValueEEE
46038
- _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEEPKhm
46039
46038
  _ZN4node6crypto13SetTLSSessionERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEERKS1_I14ssl_session_stNS3_IS8_XadL_Z16SSL_SESSION_freeEEEEE
46040
46039
  _ZN4node6crypto13UseSNIContextERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEENS_17BaseObjectPtrImplINS0_13SecureContextELb0EEE
46041
46040
  _ZN4node6crypto13X509ErrorCodeEl
@@ -46104,6 +46103,7 @@ _ZN4node6crypto15KeyObjectHandle3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46104
46103
  _ZN4node6crypto15KeyObjectHandle4DataEv
46105
46104
  _ZN4node6crypto15KeyObjectHandle4InitERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46106
46105
  _ZN4node6crypto15KeyObjectHandle6CreateEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEE
46106
+ _ZN4node6crypto15KeyObjectHandle6EqualsERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46107
46107
  _ZN4node6crypto15KeyObjectHandle6ExportERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46108
46108
  _ZN4node6crypto15KeyObjectHandle7InitJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
46109
46109
  _ZN4node6crypto15KeyObjectHandle9ExportJWKERKN2v820FunctionCallbackInfoINS2_5ValueEEE
@@ -62145,6 +62145,11 @@ _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_E
62145
62145
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
62146
62146
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
62147
62147
  _ZNSt19_Sp_counted_deleterIPN4node20ArrayBufferAllocatorESt14default_deleteIS1_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
62148
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
62149
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
62150
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
62151
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED0Ev
62152
+ _ZNSt19_Sp_counted_deleterIPN4node9inspector13WorkerManagerESt14default_deleteIS2_ESaIvELN9__gnu_cxx12_Lock_policyE2EED1Ev
62148
62153
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_destroyEv
62149
62154
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE10_M_disposeEv
62150
62155
  _ZNSt19_Sp_counted_deleterIPN4node9inspector8protocol11NodeRuntime8FrontendESt14default_deleteIS4_ESaIvELN9__gnu_cxx12_Lock_policyE2EE14_M_get_deleterERKSt9type_info
@@ -73863,6 +73868,7 @@ tls13_generate_secret
73863
73868
  tls13_hkdf_expand
73864
73869
  tls13_restore_handshake_digest_for_pha
73865
73870
  tls13_save_handshake_digest_for_pha
73871
+ tls13_set_encoded_pub_key
73866
73872
  tls13_setup_key_block
73867
73873
  tls13_update_key
73868
73874
  tls1_alert_code
@@ -439,7 +439,12 @@ enum Flags : uint64_t {
439
439
  // $HOME/.node_modules and $NODE_PATH. This is used by standalone apps that
440
440
  // do not expect to have their behaviors changed because of globally
441
441
  // installed modules.
442
- kNoGlobalSearchPaths = 1 << 7
442
+ kNoGlobalSearchPaths = 1 << 7,
443
+ // Controls whether or not the Environment should call V8Inspector::create().
444
+ // This control is needed by embedders who may not want to initialize the V8
445
+ // inspector in situations where one has already been created,
446
+ // e.g. Blink's in Chromium.
447
+ kNoCreateInspector = 1 << 9
443
448
  };
444
449
  } // namespace EnvironmentFlags
445
450
 
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
- #define NODE_MINOR_VERSION 6
27
- #define NODE_PATCH_VERSION 0
26
+ #define NODE_MINOR_VERSION 7
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
30
30
  #define NODE_VERSION_LTS_CODENAME ""
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 22:49:16 2021 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:51:37 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/bio.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -208,6 +208,8 @@ extern "C" {
208
208
  # define BIO_FLAGS_NONCLEAR_RST 0x400
209
209
  # define BIO_FLAGS_IN_EOF 0x800
210
210
 
211
+ /* the BIO FLAGS values 0x1000 to 0x4000 are reserved for internal KTLS flags */
212
+
211
213
  typedef union bio_addr_st BIO_ADDR;
212
214
  typedef struct bio_addrinfo_st BIO_ADDRINFO;
213
215
 
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -124,7 +124,7 @@ int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
124
124
  size_t OPENSSL_strlcpy(char *dst, const char *src, size_t siz);
125
125
  size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
126
126
  size_t OPENSSL_strnlen(const char *str, size_t maxlen);
127
- int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlen,
127
+ int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength,
128
128
  const unsigned char *buf, size_t buflen,
129
129
  const char sep);
130
130
  char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen);
@@ -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 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.2+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 "14 Dec 2021"
85
+ # define OPENSSL_RELEASE_DATE "15 Mar 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -1380,6 +1380,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1380
1380
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
+ # define SSL_CTRL_SET_RETRY_VERIFY 136
1383
1384
  # define SSL_CERT_SET_FIRST 1
1384
1385
  # define SSL_CERT_SET_NEXT 2
1385
1386
  # define SSL_CERT_SET_SERVER 3
@@ -2202,6 +2203,8 @@ __owur int SSL_get_ex_data_X509_STORE_CTX_idx(void);
2202
2203
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_PIPELINES,m,NULL)
2203
2204
  # define SSL_set_max_pipelines(ssl,m) \
2204
2205
  SSL_ctrl(ssl,SSL_CTRL_SET_MAX_PIPELINES,m,NULL)
2206
+ # define SSL_set_retry_verify(ssl) \
2207
+ (SSL_ctrl(ssl,SSL_CTRL_SET_RETRY_VERIFY,0,NULL) > 0)
2205
2208
 
2206
2209
  void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len);
2207
2210
  void SSL_set_default_read_buffer_len(SSL *s, size_t len);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 22:49:37 2021 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:51:50 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/bio.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -208,6 +208,8 @@ extern "C" {
208
208
  # define BIO_FLAGS_NONCLEAR_RST 0x400
209
209
  # define BIO_FLAGS_IN_EOF 0x800
210
210
 
211
+ /* the BIO FLAGS values 0x1000 to 0x4000 are reserved for internal KTLS flags */
212
+
211
213
  typedef union bio_addr_st BIO_ADDR;
212
214
  typedef struct bio_addrinfo_st BIO_ADDRINFO;
213
215
 
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/crypto.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  *
8
8
  * Licensed under the Apache License 2.0 (the "License"). You may not use
@@ -124,7 +124,7 @@ int CRYPTO_atomic_load(uint64_t *val, uint64_t *ret, CRYPTO_RWLOCK *lock);
124
124
  size_t OPENSSL_strlcpy(char *dst, const char *src, size_t siz);
125
125
  size_t OPENSSL_strlcat(char *dst, const char *src, size_t siz);
126
126
  size_t OPENSSL_strnlen(const char *str, size_t maxlen);
127
- int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlen,
127
+ int OPENSSL_buf2hexstr_ex(char *str, size_t str_n, size_t *strlength,
128
128
  const unsigned char *buf, size_t buflen,
129
129
  const char sep);
130
130
  char *OPENSSL_buf2hexstr(const unsigned char *buf, long buflen);
@@ -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 1
32
+ # define OPENSSL_VERSION_PATCH 2
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.1"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.1+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.2"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.2+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 "14 Dec 2021"
85
+ # define OPENSSL_RELEASE_DATE "15 Mar 2022"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.1+quic 14 Dec 2021"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/ssl.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
7
7
  * Copyright 2005 Nokia. All rights reserved.
8
8
  *
@@ -1380,6 +1380,7 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1380
1380
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1381
1381
  # define SSL_CTRL_GET_TMP_KEY 133
1382
1382
  # define SSL_CTRL_GET_NEGOTIATED_GROUP 134
1383
+ # define SSL_CTRL_SET_RETRY_VERIFY 136
1383
1384
  # define SSL_CERT_SET_FIRST 1
1384
1385
  # define SSL_CERT_SET_NEXT 2
1385
1386
  # define SSL_CERT_SET_SERVER 3
@@ -2202,6 +2203,8 @@ __owur int SSL_get_ex_data_X509_STORE_CTX_idx(void);
2202
2203
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_MAX_PIPELINES,m,NULL)
2203
2204
  # define SSL_set_max_pipelines(ssl,m) \
2204
2205
  SSL_ctrl(ssl,SSL_CTRL_SET_MAX_PIPELINES,m,NULL)
2206
+ # define SSL_set_retry_verify(ssl) \
2207
+ (SSL_ctrl(ssl,SSL_CTRL_SET_RETRY_VERIFY,0,NULL) > 0)
2205
2208
 
2206
2209
  void SSL_CTX_set_default_read_buffer_len(SSL_CTX *ctx, size_t len);
2207
2210
  void SSL_set_default_read_buffer_len(SSL *s, size_t len);
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 22:49:57 2021 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:52:04 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/bio.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the Apache License 2.0 (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -208,6 +208,8 @@ extern "C" {
208
208
  # define BIO_FLAGS_NONCLEAR_RST 0x400
209
209
  # define BIO_FLAGS_IN_EOF 0x800
210
210
 
211
+ /* the BIO FLAGS values 0x1000 to 0x4000 are reserved for internal KTLS flags */
212
+
211
213
  typedef union bio_addr_st BIO_ADDR;
212
214
  typedef struct bio_addrinfo_st BIO_ADDRINFO;
213
215