node-aix-ppc64 17.7.1 → 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 (453) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/bin/node +0 -0
  3. package/include/node/node.exp +2 -1
  4. package/include/node/node_version.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +3 -1
  7. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +2 -2
  8. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +4 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +3 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/crypto.h +2 -2
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +4 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +3 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/crypto.h +2 -2
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +4 -1
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +3 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/crypto.h +2 -2
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +4 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  34. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +3 -1
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/crypto.h +2 -2
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +4 -1
  40. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +3 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +4 -1
  46. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +3 -1
  49. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/crypto.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +4 -1
  52. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +3 -1
  55. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/crypto.h +2 -2
  56. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +4 -1
  58. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +3 -1
  61. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/crypto.h +2 -2
  62. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +4 -1
  64. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +3 -1
  67. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +2 -2
  68. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +4 -1
  70. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  71. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +3 -1
  73. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/crypto.h +2 -2
  74. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  75. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +4 -1
  76. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  77. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +3 -1
  79. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/crypto.h +2 -2
  80. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +4 -1
  82. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  83. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +3 -1
  85. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +2 -2
  86. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +4 -1
  88. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +3 -1
  91. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  92. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  94. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  95. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +3 -1
  97. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +2 -2
  98. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
  99. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +4 -1
  100. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  101. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +3 -1
  103. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/crypto.h +2 -2
  104. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +4 -1
  106. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  107. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +3 -1
  109. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/crypto.h +2 -2
  110. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +4 -1
  112. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +3 -1
  115. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/crypto.h +2 -2
  116. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +4 -1
  118. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +3 -1
  121. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/crypto.h +2 -2
  122. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +4 -1
  124. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +3 -1
  127. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/crypto.h +2 -2
  128. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +4 -1
  130. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  131. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +3 -1
  133. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/crypto.h +2 -2
  134. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  135. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +4 -1
  136. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  137. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +3 -1
  139. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/crypto.h +2 -2
  140. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +4 -1
  142. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  143. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +3 -1
  145. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  146. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  148. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  149. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +3 -1
  151. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/crypto.h +2 -2
  152. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +4 -1
  154. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  155. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +3 -1
  157. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h +2 -2
  158. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  159. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +4 -1
  160. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  161. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +3 -1
  163. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/crypto.h +2 -2
  164. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +4 -1
  166. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  167. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +3 -1
  169. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/crypto.h +2 -2
  170. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +4 -1
  172. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +3 -1
  175. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +2 -2
  176. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +4 -1
  178. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  179. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +3 -1
  181. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/crypto.h +2 -2
  182. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +4 -1
  184. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +3 -1
  187. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/crypto.h +2 -2
  188. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +4 -1
  190. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  191. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  192. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +3 -1
  193. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +2 -2
  194. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  195. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +4 -1
  196. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  197. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +3 -1
  199. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/crypto.h +2 -2
  200. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +4 -1
  202. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  203. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  204. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +3 -1
  205. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/crypto.h +2 -2
  206. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +4 -1
  208. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  209. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +3 -1
  211. package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +2 -2
  212. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +4 -1
  214. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  215. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  216. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +3 -1
  217. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/crypto.h +2 -2
  218. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  219. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +4 -1
  220. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  221. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +3 -1
  223. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/crypto.h +2 -2
  224. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  225. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +4 -1
  226. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  227. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  228. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +3 -1
  229. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +2 -2
  230. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +4 -1
  232. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  233. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  234. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +3 -1
  235. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +2 -2
  236. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
  237. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +4 -1
  238. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  239. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  240. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +3 -1
  241. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +2 -2
  242. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
  243. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +4 -1
  244. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  245. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  246. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +3 -1
  247. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +2 -2
  248. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
  249. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +4 -1
  250. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  251. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  252. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +3 -1
  253. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +2 -2
  254. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
  255. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +4 -1
  256. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  257. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  258. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +3 -1
  259. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +2 -2
  260. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
  261. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +4 -1
  262. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  263. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  264. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +3 -1
  265. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +2 -2
  266. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  267. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +4 -1
  268. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  269. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  270. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +3 -1
  271. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/crypto.h +2 -2
  272. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  273. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +4 -1
  274. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  275. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  276. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +3 -1
  277. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/crypto.h +2 -2
  278. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  279. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +4 -1
  280. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  281. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  282. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +3 -1
  283. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/crypto.h +2 -2
  284. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  285. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +4 -1
  286. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  287. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  288. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +3 -1
  289. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/crypto.h +2 -2
  290. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  291. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +4 -1
  292. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  293. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  294. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +3 -1
  295. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/crypto.h +2 -2
  296. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  297. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +4 -1
  298. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  299. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  300. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +3 -1
  301. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +2 -2
  302. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  303. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +4 -1
  304. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  305. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  306. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +3 -1
  307. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  308. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  309. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  310. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  311. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  312. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +3 -1
  313. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/crypto.h +2 -2
  314. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  315. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +4 -1
  316. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  317. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  318. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +3 -1
  319. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +2 -2
  320. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  321. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +4 -1
  322. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  323. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  324. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +3 -1
  325. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/crypto.h +2 -2
  326. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  327. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +4 -1
  328. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  329. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  330. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +3 -1
  331. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/crypto.h +2 -2
  332. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  333. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +4 -1
  334. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  335. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  336. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +3 -1
  337. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/crypto.h +2 -2
  338. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  339. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +4 -1
  340. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  341. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  342. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +3 -1
  343. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +2 -2
  344. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  345. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +4 -1
  346. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  347. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  348. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +3 -1
  349. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/crypto.h +2 -2
  350. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  351. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +4 -1
  352. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  353. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  354. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +3 -1
  355. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/crypto.h +2 -2
  356. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  357. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +4 -1
  358. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  359. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  360. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +3 -1
  361. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/crypto.h +2 -2
  362. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  363. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +4 -1
  364. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  365. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  366. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +3 -1
  367. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  368. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  369. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  370. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  371. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  372. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +3 -1
  373. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/crypto.h +2 -2
  374. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  375. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +4 -1
  376. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  377. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  378. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +3 -1
  379. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/crypto.h +2 -2
  380. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  381. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +4 -1
  382. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  383. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  384. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +3 -1
  385. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/crypto.h +2 -2
  386. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  387. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +4 -1
  388. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  389. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  390. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +3 -1
  391. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/crypto.h +2 -2
  392. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  393. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +4 -1
  394. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  395. package/include/node/openssl/asn1_asm.h +2 -0
  396. package/include/node/openssl/asn1_no-asm.h +2 -0
  397. package/include/node/openssl/asn1t_asm.h +2 -0
  398. package/include/node/openssl/asn1t_no-asm.h +2 -0
  399. package/include/node/openssl/bio_asm.h +2 -0
  400. package/include/node/openssl/bio_no-asm.h +2 -0
  401. package/include/node/openssl/bn_conf_asm.h +2 -0
  402. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  403. package/include/node/openssl/cmp_asm.h +2 -0
  404. package/include/node/openssl/cmp_no-asm.h +2 -0
  405. package/include/node/openssl/cms_asm.h +2 -0
  406. package/include/node/openssl/cms_no-asm.h +2 -0
  407. package/include/node/openssl/conf_asm.h +2 -0
  408. package/include/node/openssl/conf_no-asm.h +2 -0
  409. package/include/node/openssl/configuration_asm.h +2 -0
  410. package/include/node/openssl/configuration_no-asm.h +2 -0
  411. package/include/node/openssl/crmf_asm.h +2 -0
  412. package/include/node/openssl/crmf_no-asm.h +2 -0
  413. package/include/node/openssl/crypto_asm.h +2 -0
  414. package/include/node/openssl/crypto_no-asm.h +2 -0
  415. package/include/node/openssl/ct_asm.h +2 -0
  416. package/include/node/openssl/ct_no-asm.h +2 -0
  417. package/include/node/openssl/dso_conf_asm.h +2 -0
  418. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  419. package/include/node/openssl/ec.h +4 -1
  420. package/include/node/openssl/engine.h +2 -1
  421. package/include/node/openssl/err_asm.h +2 -0
  422. package/include/node/openssl/err_no-asm.h +2 -0
  423. package/include/node/openssl/ess_asm.h +2 -0
  424. package/include/node/openssl/ess_no-asm.h +2 -0
  425. package/include/node/openssl/evp.h +3 -3
  426. package/include/node/openssl/fipskey_asm.h +2 -0
  427. package/include/node/openssl/fipskey_no-asm.h +2 -0
  428. package/include/node/openssl/lhash_asm.h +2 -0
  429. package/include/node/openssl/lhash_no-asm.h +2 -0
  430. package/include/node/openssl/ocsp_asm.h +2 -0
  431. package/include/node/openssl/ocsp_no-asm.h +2 -0
  432. package/include/node/openssl/opensslv_asm.h +2 -0
  433. package/include/node/openssl/opensslv_no-asm.h +2 -0
  434. package/include/node/openssl/pkcs12_asm.h +2 -0
  435. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  436. package/include/node/openssl/pkcs7_asm.h +2 -0
  437. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  438. package/include/node/openssl/safestack_asm.h +2 -0
  439. package/include/node/openssl/safestack_no-asm.h +2 -0
  440. package/include/node/openssl/self_test.h +4 -5
  441. package/include/node/openssl/srp_asm.h +2 -0
  442. package/include/node/openssl/srp_no-asm.h +2 -0
  443. package/include/node/openssl/ssl_asm.h +2 -0
  444. package/include/node/openssl/ssl_no-asm.h +2 -0
  445. package/include/node/openssl/ui_asm.h +2 -0
  446. package/include/node/openssl/ui_no-asm.h +2 -0
  447. package/include/node/openssl/x509_asm.h +2 -0
  448. package/include/node/openssl/x509_no-asm.h +2 -0
  449. package/include/node/openssl/x509_vfy_asm.h +2 -0
  450. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  451. package/include/node/openssl/x509v3_asm.h +2 -0
  452. package/include/node/openssl/x509v3_no-asm.h +2 -0
  453. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  </tr>
9
9
  <tr>
10
10
  <td>
11
+ <a href="#17.7.2">17.7.2</a><br/>
11
12
  <a href="#17.7.1">17.7.1</a><br/>
12
13
  <a href="#17.7.0">17.7.0</a><br/>
13
14
  <a href="#17.6.0">17.6.0</a><br/>
@@ -42,6 +43,26 @@
42
43
  * [io.js](CHANGELOG_IOJS.md)
43
44
  * [Archive](CHANGELOG_ARCHIVE.md)
44
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
+
45
66
  <a id="17.7.1"></a>
46
67
 
47
68
  ## 2022-03-10, Version 17.7.1 (Current), @BethGriggs prepared by @sxa
package/bin/node CHANGED
Binary file
@@ -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_0xcd12f8c068219958
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
@@ -73868,6 +73868,7 @@ tls13_generate_secret
73868
73868
  tls13_hkdf_expand
73869
73869
  tls13_restore_handshake_digest_for_pha
73870
73870
  tls13_save_handshake_digest_for_pha
73871
+ tls13_set_encoded_pub_key
73871
73872
  tls13_setup_key_block
73872
73873
  tls13_update_key
73873
73874
  tls1_alert_code
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 17
26
26
  #define NODE_MINOR_VERSION 7
27
- #define NODE_PATCH_VERSION 1
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
 
@@ -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_64"
14
- #define DATE "built on: Tue Dec 14 22:50:15 2021 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:52:16 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_64"
14
- #define DATE "built on: Tue Dec 14 22:50:43 2021 UTC"
14
+ #define DATE "built on: Wed Mar 16 04:52:34 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