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