node-linux-arm64 18.18.2 → 18.19.1

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 (301) hide show
  1. package/CHANGELOG.md +500 -0
  2. package/LICENSE +22 -11
  3. package/README.md +8 -4
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +8 -3
  7. package/include/node/js_native_api.h +11 -1
  8. package/include/node/node_api.h +10 -9
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h +3 -3
  14. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h +3 -3
  19. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +1 -1
  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/pkcs7.h +3 -3
  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 +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h +3 -3
  29. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  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/pkcs7.h +3 -3
  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 +1 -1
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  39. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h +3 -3
  44. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +1 -1
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h +3 -3
  49. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
  54. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +1 -1
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
  59. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  60. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +1 -1
  62. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  63. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h +3 -3
  64. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +1 -1
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  68. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h +3 -3
  69. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +1 -1
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
  74. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +1 -1
  77. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h +3 -3
  79. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +1 -1
  82. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  83. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h +3 -3
  84. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +1 -1
  87. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
  89. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +1 -1
  92. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h +3 -3
  94. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +1 -1
  97. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  99. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +1 -1
  102. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
  104. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +1 -1
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h +3 -3
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +1 -1
  112. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  114. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +1 -1
  117. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  119. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +1 -1
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h +3 -3
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +1 -1
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +1 -1
  132. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  134. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +1 -1
  137. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h +3 -3
  139. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +1 -1
  142. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  143. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h +3 -3
  144. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +1 -1
  147. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
  149. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  150. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +1 -1
  152. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h +3 -3
  154. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +1 -1
  157. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h +3 -3
  159. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  160. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +1 -1
  162. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h +3 -3
  164. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  165. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +1 -1
  167. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  168. package/include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h +3 -3
  169. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +1 -1
  172. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h +3 -3
  174. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  175. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +1 -1
  177. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h +3 -3
  179. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  180. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  181. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +1 -1
  182. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  183. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h +3 -3
  184. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +1 -1
  187. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  188. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h +3 -3
  189. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +1 -1
  192. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
  194. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  195. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  196. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +1 -1
  197. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h +3 -3
  199. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  201. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +1 -1
  202. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  203. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  204. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +1 -1
  207. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  208. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  209. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  210. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +1 -1
  212. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h +3 -3
  214. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  216. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +1 -1
  217. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  219. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  221. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +1 -1
  222. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  223. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  224. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  225. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  226. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +1 -1
  227. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  228. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +3 -3
  229. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
  230. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  231. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +1 -1
  232. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  233. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h +3 -3
  234. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  235. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  236. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +1 -1
  237. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  238. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h +3 -3
  239. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  240. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  241. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +1 -1
  242. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  243. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h +3 -3
  244. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  245. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  246. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +1 -1
  247. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  248. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
  249. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  250. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  251. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +1 -1
  252. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  253. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h +3 -3
  254. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  255. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  256. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +1 -1
  257. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  258. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  259. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  260. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  261. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +1 -1
  262. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  263. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  264. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  266. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +1 -1
  267. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  268. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h +3 -3
  269. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  270. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  271. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +1 -1
  272. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  273. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  274. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  275. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  276. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +1 -1
  277. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  278. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  279. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +1 -1
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h +3 -3
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  286. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +1 -1
  287. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  288. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  289. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  290. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  291. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +1 -1
  292. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  293. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  294. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  295. package/include/node/openssl/cmserr.h +2 -1
  296. package/include/node/openssl/conferr.h +1 -0
  297. package/include/node/openssl/dh.h +3 -3
  298. package/include/node/openssl/dherr.h +2 -1
  299. package/include/node/openssl/evp.h +3 -1
  300. package/package.json +1 -1
  301. package/share/man/man1/node.1 +12 -0
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Sun Aug 6 00:29:30 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:00:08 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Sun Aug 6 00:29:49 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:00:21 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: Sun Aug 6 00:30:09 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:00:33 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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-x86_64-cc"
14
- #define DATE "built on: Sun Aug 6 00:27:25 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:58:49 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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-x86_64-cc"
14
- #define DATE "built on: Sun Aug 6 00:27:49 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:59:05 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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-x86_64-cc"
14
- #define DATE "built on: Sun Aug 6 00:28:13 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 12:59:20 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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: linux-aarch64"
14
- #define DATE "built on: Sun Aug 6 00:30:30 2023 UTC"
14
+ #define DATE "built on: Wed Jan 31 13:00:44 2024 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -867,7 +867,7 @@ int BIO_meth_set_puts(BIO_METHOD *biom,
867
867
  int (*puts) (BIO *, const char *));
868
868
  int (*BIO_meth_get_gets(const BIO_METHOD *biom)) (BIO *, char *, int);
869
869
  int BIO_meth_set_gets(BIO_METHOD *biom,
870
- int (*gets) (BIO *, char *, int));
870
+ int (*ossl_gets) (BIO *, char *, int));
871
871
  long (*BIO_meth_get_ctrl(const BIO_METHOD *biom)) (BIO *, int, long, void *);
872
872
  int BIO_meth_set_ctrl(BIO_METHOD *biom,
873
873
  long (*ctrl) (BIO *, int, long, void *));
@@ -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 10
32
+ # define OPENSSL_VERSION_PATCH 13
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.10"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.13"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.13+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 "1 Aug 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 Jan 2024"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.13+quic 30 Jan 2024"
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/pkcs7.h.in
4
4
  *
5
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 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
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
56
56
  PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
57
57
  X509_ALGOR *digest_alg;
58
58
  STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
59
- X509_ALGOR *digest_enc_alg;
60
- ASN1_OCTET_STRING *enc_digest;
59
+ X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
60
+ ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
61
61
  STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
62
62
  /* The private key to sign with */
63
63
  EVP_PKEY *pkey;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2024 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