node-linux-arm64 19.5.0 → 19.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (293) hide show
  1. package/CHANGELOG.md +272 -1
  2. package/LICENSE +22 -0
  3. package/README.md +12 -8
  4. package/bin/node +0 -0
  5. package/include/node/config.gypi +9 -3
  6. package/include/node/node.h +170 -1
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +10 -6
  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/x509v3.h +2 -2
  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/cmp.h +10 -6
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h +2 -2
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +10 -6
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509v3.h +2 -2
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h +2 -2
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  33. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  39. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  53. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  56. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h +2 -2
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  58. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  59. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +10 -6
  60. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
  62. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +10 -6
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h +2 -2
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  68. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +10 -6
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  71. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h +2 -2
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h +2 -2
  77. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h +2 -2
  82. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  83. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h +2 -2
  87. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  88. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h +2 -2
  92. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  96. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  97. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  98. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +10 -9
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h +2 -2
  102. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  103. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h +2 -2
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  111. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  112. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  116. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h +2 -2
  117. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  118. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h +2 -2
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  131. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h +2 -2
  132. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
  135. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
  137. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  138. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h +2 -2
  142. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  143. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h +2 -2
  147. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  148. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
  150. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
  152. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  153. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  156. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h +2 -2
  157. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  158. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
  160. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h +2 -2
  162. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  163. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
  165. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
  167. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  168. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  171. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h +2 -2
  172. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  173. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
  175. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  176. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h +2 -2
  177. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  178. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
  180. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
  182. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  183. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h +2 -2
  187. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  188. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  191. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h +2 -2
  192. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  193. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
  195. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  196. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h +2 -2
  197. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  198. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  202. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  203. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  207. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  208. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  209. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
  210. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  211. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
  212. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  213. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  216. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  217. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  218. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  221. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h +2 -2
  222. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  223. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  224. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
  225. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  226. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
  227. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  228. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
  230. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  231. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h +2 -2
  232. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  233. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  234. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
  235. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  236. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h +2 -2
  237. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  238. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  239. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
  240. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  241. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h +2 -2
  242. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  243. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  244. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
  245. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  246. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
  247. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  248. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  249. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  250. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  251. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  252. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  253. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  254. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
  255. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  256. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h +2 -2
  257. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  258. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  259. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
  260. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h +2 -2
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  266. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  267. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  268. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  269. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
  270. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  271. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h +2 -2
  272. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  273. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  274. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
  275. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h +2 -2
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  286. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h +2 -2
  287. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  288. package/include/node/openssl/cmperr.h +3 -1
  289. package/include/node/openssl/cmserr.h +1 -0
  290. package/include/node/openssl/sslerr.h +1 -0
  291. package/include/node/openssl/trace.h +3 -5
  292. package/package.json +1 -1
  293. package/share/man/man1/node.1 +3 -0
@@ -127,6 +127,8 @@ struct napi_module;
127
127
  // terminally confused when it's done in node_internals.h
128
128
  namespace node {
129
129
 
130
+ struct SnapshotData;
131
+
130
132
  namespace tracing {
131
133
 
132
134
  class TracingController;
@@ -274,6 +276,15 @@ enum Flags : uint64_t {
274
276
  // TODO(addaleax): Make this the canonical name, as it is more descriptive.
275
277
  namespace ProcessInitializationFlags = ProcessFlags;
276
278
 
279
+ namespace StopFlags {
280
+ enum Flags : uint32_t {
281
+ kNoFlags = 0,
282
+ // Do not explicitly terminate the Isolate
283
+ // when exiting the Environment.
284
+ kDoNotTerminateIsolate = 1 << 0,
285
+ };
286
+ } // namespace StopFlags
287
+
277
288
  class NODE_EXTERN InitializationResult {
278
289
  public:
279
290
  virtual ~InitializationResult();
@@ -310,6 +321,7 @@ NODE_EXTERN int Start(int argc, char* argv[]);
310
321
  // Tear down Node.js while it is running (there are active handles
311
322
  // in the loop and / or actively executing JavaScript code).
312
323
  NODE_EXTERN int Stop(Environment* env);
324
+ NODE_EXTERN int Stop(Environment* env, StopFlags::Flags flags);
313
325
 
314
326
  // Set up per-process state needed to run Node.js. This will consume arguments
315
327
  // from argv, fill exec_argv, and possibly add errors resulting from parsing
@@ -453,7 +465,8 @@ enum IsolateSettingsFlags {
453
465
  MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
454
466
  DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1,
455
467
  SHOULD_NOT_SET_PROMISE_REJECTION_CALLBACK = 1 << 2,
456
- SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3
468
+ SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3,
469
+ ALLOW_MODIFY_CODE_GENERATION_FROM_STRINGS_CALLBACK = 1 << 4,
457
470
  };
458
471
 
459
472
  struct IsolateSettings {
@@ -471,6 +484,75 @@ struct IsolateSettings {
471
484
  v8::PromiseRejectCallback promise_reject_callback = nullptr;
472
485
  v8::AllowWasmCodeGenerationCallback
473
486
  allow_wasm_code_generation_callback = nullptr;
487
+ v8::ModifyCodeGenerationFromStringsCallback2
488
+ modify_code_generation_from_strings_callback = nullptr;
489
+ };
490
+
491
+ // Represents a startup snapshot blob, e.g. created by passing
492
+ // --node-snapshot-main=entry.js to the configure script at build time,
493
+ // or by running Node.js with the --build-snapshot option.
494
+ //
495
+ // If used, the snapshot *must* have been built with the same Node.js
496
+ // version and V8 flags as the version that is currently running, and will
497
+ // be rejected otherwise.
498
+ // The same EmbedderSnapshotData instance *must* be passed to both
499
+ // `NewIsolate()` and `CreateIsolateData()`. The first `Environment` instance
500
+ // should be created with an empty `context` argument and will then
501
+ // use the main context included in the snapshot blob. It can be retrieved
502
+ // using `GetMainContext()`. `LoadEnvironment` can receive an empty
503
+ // `StartExecutionCallback` in this case.
504
+ // If V8 was configured with the shared-readonly-heap option, it requires
505
+ // all snapshots used to create `Isolate` instances to be identical.
506
+ // This option *must* be unset by embedders who wish to use the startup
507
+ // feature during the build step by passing the --disable-shared-readonly-heap
508
+ // flag to the configure script.
509
+ //
510
+ // Snapshots are an *experimental* feature. In particular, the embedder API
511
+ // exposed through this class is subject to change or removal between Node.js
512
+ // versions, including possible API and ABI breakage.
513
+ class EmbedderSnapshotData {
514
+ public:
515
+ struct DeleteSnapshotData {
516
+ void operator()(const EmbedderSnapshotData*) const;
517
+ };
518
+ using Pointer =
519
+ std::unique_ptr<const EmbedderSnapshotData, DeleteSnapshotData>;
520
+
521
+ // Return an EmbedderSnapshotData object that refers to the built-in
522
+ // snapshot of Node.js. This can have been configured through e.g.
523
+ // --node-snapshot-main=entry.js.
524
+ static Pointer BuiltinSnapshotData();
525
+
526
+ // Return an EmbedderSnapshotData object that is based on an input file.
527
+ // Calling this method will consume but not close the FILE* handle.
528
+ // The FILE* handle can be closed immediately following this call.
529
+ // If the snapshot is invalid, this returns an empty pointer.
530
+ static Pointer FromFile(FILE* in);
531
+ static Pointer FromBlob(const std::vector<char>& in);
532
+
533
+ // Write this EmbedderSnapshotData object to an output file.
534
+ // Calling this method will not close the FILE* handle.
535
+ // The FILE* handle can be closed immediately following this call.
536
+ void ToFile(FILE* out) const;
537
+ std::vector<char> ToBlob() const;
538
+
539
+ // Returns whether custom snapshots can be used. Currently, this means
540
+ // that V8 was configured without the shared-readonly-heap feature.
541
+ static bool CanUseCustomSnapshotPerIsolate();
542
+
543
+ EmbedderSnapshotData(const EmbedderSnapshotData&) = delete;
544
+ EmbedderSnapshotData& operator=(const EmbedderSnapshotData&) = delete;
545
+ EmbedderSnapshotData(EmbedderSnapshotData&&) = delete;
546
+ EmbedderSnapshotData& operator=(EmbedderSnapshotData&&) = delete;
547
+
548
+ protected:
549
+ EmbedderSnapshotData(const SnapshotData* impl, bool owns_impl);
550
+
551
+ private:
552
+ const SnapshotData* impl_;
553
+ bool owns_impl_;
554
+ friend struct SnapshotData;
555
+ friend class CommonEnvironmentSetup;
474
556
  };
475
557
 
476
558
  // Overriding IsolateSettings may produce unexpected behavior
@@ -489,10 +571,23 @@ NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate);
489
571
  NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
490
572
  struct uv_loop_s* event_loop,
491
573
  MultiIsolatePlatform* platform = nullptr);
574
+ // TODO(addaleax): Merge with the function definition above.
575
+ NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
576
+ struct uv_loop_s* event_loop,
577
+ MultiIsolatePlatform* platform,
578
+ const EmbedderSnapshotData* snapshot_data,
579
+ const IsolateSettings& settings = {});
492
580
  NODE_EXTERN v8::Isolate* NewIsolate(
493
581
  std::shared_ptr<ArrayBufferAllocator> allocator,
494
582
  struct uv_loop_s* event_loop,
495
583
  MultiIsolatePlatform* platform);
584
+ // TODO(addaleax): Merge with the function definition above.
585
+ NODE_EXTERN v8::Isolate* NewIsolate(
586
+ std::shared_ptr<ArrayBufferAllocator> allocator,
587
+ struct uv_loop_s* event_loop,
588
+ MultiIsolatePlatform* platform,
589
+ const EmbedderSnapshotData* snapshot_data,
590
+ const IsolateSettings& settings = {});
496
591
 
497
592
  // Creates a new context with Node.js-specific tweaks.
498
593
  NODE_EXTERN v8::Local<v8::Context> NewContext(
@@ -512,6 +607,13 @@ NODE_EXTERN IsolateData* CreateIsolateData(
512
607
  struct uv_loop_s* loop,
513
608
  MultiIsolatePlatform* platform = nullptr,
514
609
  ArrayBufferAllocator* allocator = nullptr);
610
+ // TODO(addaleax): Merge with the function definition above.
611
+ NODE_EXTERN IsolateData* CreateIsolateData(
612
+ v8::Isolate* isolate,
613
+ struct uv_loop_s* loop,
614
+ MultiIsolatePlatform* platform,
615
+ ArrayBufferAllocator* allocator,
616
+ const EmbedderSnapshotData* snapshot_data);
515
617
  NODE_EXTERN void FreeIsolateData(IsolateData* isolate_data);
516
618
 
517
619
  struct ThreadId {
@@ -571,6 +673,8 @@ struct InspectorParentHandle {
571
673
  // TODO(addaleax): Maybe move per-Environment options parsing here.
572
674
  // Returns nullptr when the Environment cannot be created e.g. there are
573
675
  // pending JavaScript exceptions.
676
+ // `context` may be empty if an `EmbedderSnapshotData` instance was provided
677
+ // to `NewIsolate()` and `CreateIsolateData()`.
574
678
  NODE_EXTERN Environment* CreateEnvironment(
575
679
  IsolateData* isolate_data,
576
680
  v8::Local<v8::Context> context,
@@ -624,6 +728,9 @@ NODE_EXTERN void DefaultProcessExitHandler(Environment* env, int exit_code);
624
728
  NODE_EXTERN Environment* GetCurrentEnvironment(v8::Local<v8::Context> context);
625
729
  NODE_EXTERN IsolateData* GetEnvironmentIsolateData(Environment* env);
626
730
  NODE_EXTERN ArrayBufferAllocator* GetArrayBufferAllocator(IsolateData* data);
731
+ // This is mostly useful for Environment* instances that were created through
732
+ // a snapshot and have a main context that was read from that snapshot.
733
+ NODE_EXTERN v8::Local<v8::Context> GetMainContext(Environment* env);
627
734
 
628
735
  NODE_EXTERN void OnFatalError(const char* location, const char* message);
629
736
  NODE_EXTERN void PromiseRejectCallback(v8::PromiseRejectMessage message);
@@ -730,8 +837,36 @@ class NODE_EXTERN CommonEnvironmentSetup {
730
837
  MultiIsolatePlatform* platform,
731
838
  std::vector<std::string>* errors,
732
839
  EnvironmentArgs&&... env_args);
840
+ template <typename... EnvironmentArgs>
841
+ static std::unique_ptr<CommonEnvironmentSetup> CreateFromSnapshot(
842
+ MultiIsolatePlatform* platform,
843
+ std::vector<std::string>* errors,
844
+ const EmbedderSnapshotData* snapshot_data,
845
+ EnvironmentArgs&&... env_args);
846
+
847
+ // Create an embedding setup which will be used for creating a snapshot
848
+ // using CreateSnapshot().
849
+ //
850
+ // This will create and attach a v8::SnapshotCreator to this instance,
851
+ // and the same restrictions apply to this instance that also apply to
852
+ // other V8 snapshotting environments.
853
+ // Not all Node.js APIs are supported in this case. Currently, there is
854
+ // no support for native/host objects other than Node.js builtins
855
+ // in the snapshot.
856
+ //
857
+ // Snapshots are an *experimental* feature. In particular, the embedder API
858
+ // exposed through this class is subject to change or removal between Node.js
859
+ // versions, including possible API and ABI breakage.
860
+ static std::unique_ptr<CommonEnvironmentSetup> CreateForSnapshotting(
861
+ MultiIsolatePlatform* platform,
862
+ std::vector<std::string>* errors,
863
+ const std::vector<std::string>& args = {},
864
+ const std::vector<std::string>& exec_args = {});
865
+ EmbedderSnapshotData::Pointer CreateSnapshot();
733
866
 
734
867
  struct uv_loop_s* event_loop() const;
868
+ v8::SnapshotCreator* snapshot_creator();
869
+ // Empty for snapshotting environments.
735
870
  std::shared_ptr<ArrayBufferAllocator> array_buffer_allocator() const;
736
871
  v8::Isolate* isolate() const;
737
872
  IsolateData* isolate_data() const;
@@ -744,11 +879,23 @@ class NODE_EXTERN CommonEnvironmentSetup {
744
879
  CommonEnvironmentSetup& operator=(CommonEnvironmentSetup&&) = delete;
745
880
 
746
881
  private:
882
+ enum Flags : uint32_t {
883
+ kNoFlags = 0,
884
+ kIsForSnapshotting = 1,
885
+ };
886
+
747
887
  struct Impl;
748
888
  Impl* impl_;
889
+
890
+ CommonEnvironmentSetup(
891
+ MultiIsolatePlatform*,
892
+ std::vector<std::string>*,
893
+ std::function<Environment*(const CommonEnvironmentSetup*)>);
749
894
  CommonEnvironmentSetup(
750
895
  MultiIsolatePlatform*,
751
896
  std::vector<std::string>*,
897
+ const EmbedderSnapshotData*,
898
+ uint32_t flags,
752
899
  std::function<Environment*(const CommonEnvironmentSetup*)>);
753
900
  };
754
901
 
@@ -768,6 +915,28 @@ std::unique_ptr<CommonEnvironmentSetup> CommonEnvironmentSetup::Create(
768
915
  if (!errors->empty()) ret.reset();
769
916
  return ret;
770
917
  }
918
+ // Implementation for ::CreateFromSnapshot -- the ::Create() method
919
+ // could call this with a nullptr snapshot_data in a major version.
920
+ template <typename... EnvironmentArgs>
921
+ std::unique_ptr<CommonEnvironmentSetup>
922
+ CommonEnvironmentSetup::CreateFromSnapshot(
923
+ MultiIsolatePlatform* platform,
924
+ std::vector<std::string>* errors,
925
+ const EmbedderSnapshotData* snapshot_data,
926
+ EnvironmentArgs&&... env_args) {
927
+ auto ret = std::unique_ptr<CommonEnvironmentSetup>(new CommonEnvironmentSetup(
928
+ platform,
929
+ errors,
930
+ snapshot_data,
931
+ Flags::kNoFlags,
932
+ [&](const CommonEnvironmentSetup* setup) -> Environment* {
933
+ return CreateEnvironment(setup->isolate_data(),
934
+ setup->context(),
935
+ std::forward<EnvironmentArgs>(env_args)...);
936
+ }));
937
+ if (!errors->empty()) ret.reset();
938
+ return ret;
939
+ }
771
940
 
772
941
  /* Converts a unixtime to V8 Date */
773
942
  NODE_DEPRECATED("Use v8::Date::New() directly",
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 19
26
- #define NODE_MINOR_VERSION 5
26
+ #define NODE_MINOR_VERSION 7
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:13:54 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:28 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:14:03 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:40 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Thu Nov 3 02:14:11 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:13:52 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,14 +19,14 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f','P',
23
- 'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a','l',
24
- 'l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r','a',
25
- 'm','e','-','p','o','i','n','t','e','r',' ','-','D','L','_','E',
26
- 'N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_',
27
- 'P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S','A',
28
- 'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
29
- '-','D','O','P','E','N','S','S','L','_','B','U','I','L','D','I',
30
- 'N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D','E',
31
- 'B','U','G','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
23
+ 'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
24
+ 'l','l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
25
+ 'a','m','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
26
+ 'E','N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
27
+ '_','P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
28
+ 'A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
29
+ ' ','-','D','O','P','E','N','S','S','L','_','B','U','I','L','D',
30
+ 'I','N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D',
31
+ 'E','B','U','G','\0'
32
32
  };
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */
@@ -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 7
32
+ # define OPENSSL_VERSION_PATCH 8
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.7"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.7+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.8"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.8+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 Nov 2022"
85
+ # define OPENSSL_RELEASE_DATE "7 Feb 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.7+quic 1 Nov 2022"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
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/x509v3.h.in
4
4
  *
5
- * Copyright 1999-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1999-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
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
177
177
  OTHERNAME *otherName; /* otherName */
178
178
  ASN1_IA5STRING *rfc822Name;
179
179
  ASN1_IA5STRING *dNSName;
180
- ASN1_TYPE *x400Address;
180
+ ASN1_STRING *x400Address;
181
181
  X509_NAME *directoryName;
182
182
  EDIPARTYNAME *ediPartyName;
183
183
  ASN1_IA5STRING *uniformResourceIdentifier;
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 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
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Thu Nov 3 02:14:19 2022 UTC"
14
+ #define DATE "built on: Sun Feb 12 18:14:03 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
193
193
  * -- CertReqMsg
194
194
  * }
195
195
  */
196
- # define OSSL_CMP_PKISTATUS_accepted 0
197
- # define OSSL_CMP_PKISTATUS_grantedWithMods 1
198
- # define OSSL_CMP_PKISTATUS_rejection 2
199
- # define OSSL_CMP_PKISTATUS_waiting 3
200
- # define OSSL_CMP_PKISTATUS_revocationWarning 4
196
+ # define OSSL_CMP_PKISTATUS_request -3
197
+ # define OSSL_CMP_PKISTATUS_trans -2
198
+ # define OSSL_CMP_PKISTATUS_unspecified -1
199
+ # define OSSL_CMP_PKISTATUS_accepted 0
200
+ # define OSSL_CMP_PKISTATUS_grantedWithMods 1
201
+ # define OSSL_CMP_PKISTATUS_rejection 2
202
+ # define OSSL_CMP_PKISTATUS_waiting 3
203
+ # define OSSL_CMP_PKISTATUS_revocationWarning 4
201
204
  # define OSSL_CMP_PKISTATUS_revocationNotification 5
202
- # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
205
+ # define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
203
206
 
204
207
  typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
205
208
  DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
444
447
  /* CMP message header and extra certificates: */
445
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
446
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
450
+ int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
447
451
  int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
448
452
  STACK_OF(X509) *extraCertsOut);
449
453
  /* certificate template: */