node-linux-arm64 18.13.0 → 18.14.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 (294) hide show
  1. package/CHANGELOG.md +325 -0
  2. package/LICENSE +262 -0
  3. package/README.md +9 -4
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +2 -2
  7. package/include/node/js_native_api.h +1 -1
  8. package/include/node/node_version.h +2 -2
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +10 -6
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h +2 -2
  13. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +10 -6
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509v3.h +2 -2
  18. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +10 -6
  21. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509v3.h +2 -2
  23. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
  26. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  27. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509v3.h +2 -2
  28. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  31. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  33. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  34. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  35. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
  36. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  38. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  40. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
  41. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
  43. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  44. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  45. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
  46. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509v3.h +2 -2
  48. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  50. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
  51. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509v3.h +2 -2
  53. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  54. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
  56. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h +2 -2
  58. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  59. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  60. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +10 -6
  61. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
  63. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  64. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  65. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +10 -6
  66. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509v3.h +2 -2
  68. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  69. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  70. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +10 -6
  71. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  72. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509v3.h +2 -2
  73. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
  76. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509v3.h +2 -2
  78. package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
  79. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
  81. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509v3.h +2 -2
  83. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
  84. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
  86. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  87. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h +2 -2
  88. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
  89. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
  91. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  92. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509v3.h +2 -2
  93. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  94. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
  96. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  98. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  99. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +10 -9
  100. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
  101. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h +2 -2
  103. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
  106. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  107. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h +2 -2
  108. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  111. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  113. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  114. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  115. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
  116. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h +2 -2
  118. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  119. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
  121. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h +2 -2
  123. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  124. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
  126. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h +2 -2
  128. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  129. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  130. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
  131. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  132. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h +2 -2
  133. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  134. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
  136. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
  138. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  139. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
  141. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509v3.h +2 -2
  143. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  144. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  145. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
  146. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  147. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509v3.h +2 -2
  148. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  149. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
  151. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  152. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
  153. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  154. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
  156. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509v3.h +2 -2
  158. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  159. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  160. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
  161. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509v3.h +2 -2
  163. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  164. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
  166. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  167. package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
  168. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  169. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
  171. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509v3.h +2 -2
  173. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  174. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  175. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
  176. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509v3.h +2 -2
  178. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  179. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
  181. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
  183. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  184. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  185. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
  186. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  187. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509v3.h +2 -2
  188. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  189. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
  191. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  192. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509v3.h +2 -2
  193. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  194. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
  196. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  197. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509v3.h +2 -2
  198. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  199. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  200. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
  201. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509v3.h +2 -2
  203. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  204. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  205. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
  206. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  207. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509v3.h +2 -2
  208. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  209. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
  211. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  212. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
  213. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  214. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  216. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  217. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  218. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  219. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  220. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
  221. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  222. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509v3.h +2 -2
  223. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  224. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  225. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
  226. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  227. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
  228. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  229. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  230. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
  231. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  232. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509v3.h +2 -2
  233. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  234. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  235. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
  236. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  237. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509v3.h +2 -2
  238. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  239. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  240. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
  241. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  242. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509v3.h +2 -2
  243. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  244. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  245. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
  246. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  247. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
  248. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  249. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  250. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
  251. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  252. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509v3.h +2 -2
  253. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  254. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  255. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
  256. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  257. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509v3.h +2 -2
  258. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  259. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  260. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
  261. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  262. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509v3.h +2 -2
  263. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  264. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  265. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  266. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  267. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  268. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  269. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  270. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
  271. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  272. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h +2 -2
  273. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  274. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  275. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
  276. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  277. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h +2 -2
  278. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  279. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  280. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
  281. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  282. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509v3.h +2 -2
  283. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  284. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  285. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
  286. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  287. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h +2 -2
  288. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  289. package/include/node/openssl/cmperr.h +3 -1
  290. package/include/node/openssl/cmserr.h +1 -0
  291. package/include/node/openssl/sslerr.h +1 -0
  292. package/include/node/openssl/trace.h +3 -5
  293. package/package.json +1 -1
  294. package/share/man/man1/node.1 +0 -3
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Thu Nov 3 02:20:58 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:30:55 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,27 +19,27 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ','/','Z','i',
23
- ' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c','.',
24
- 'p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_','I',
25
- 'A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N','D',
26
- 'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P','I',
27
- 'C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U','I',
28
- 'D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L','_',
29
- 'B','N','_','A','S','M','_','P','A','R','T','_','W','O','R','D',
30
- 'S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3','2',
31
- '_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L','_',
32
- 'B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O','P',
33
- 'E','N','S','S','L','_','B','N','_','A','S','M','_','G','F','2',
34
- 'm',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D','S',
35
- 'H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A','5',
36
- '1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S','M',
37
- ' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M','D',
38
- '1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A','S',
39
- 'M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-','D',
40
- 'W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-','D',
41
- 'G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P','_',
42
- 'N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','P',
43
- 'A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O','L',
44
- 'Y','1','3','0','5','_','A','S','M','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','/','Z',
23
+ 'i',' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
24
+ '.','p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
25
+ 'I','A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
26
+ 'D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
27
+ 'I','C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
28
+ 'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
29
+ '_','B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
30
+ 'D','S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
31
+ '2','_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
32
+ '_','B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
33
+ 'P','E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
34
+ '2','m',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
35
+ 'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
36
+ '5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
37
+ 'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
38
+ 'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
39
+ 'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
40
+ 'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
41
+ 'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
42
+ '_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
43
+ 'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
44
+ 'L','Y','1','3','0','5','_','A','S','M','\0'
45
45
  };
@@ -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: "
14
- #define DATE "built on: Thu Nov 3 02:21:06 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:31:08 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,27 +19,27 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ','/','Z','i',
23
- ' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c','.',
24
- 'p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_','I',
25
- 'A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N','D',
26
- 'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P','I',
27
- 'C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U','I',
28
- 'D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L','_',
29
- 'B','N','_','A','S','M','_','P','A','R','T','_','W','O','R','D',
30
- 'S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3','2',
31
- '_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L','_',
32
- 'B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O','P',
33
- 'E','N','S','S','L','_','B','N','_','A','S','M','_','G','F','2',
34
- 'm',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D','S',
35
- 'H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A','5',
36
- '1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S','M',
37
- ' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M','D',
38
- '1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A','S',
39
- 'M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-','D',
40
- 'W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-','D',
41
- 'G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P','_',
42
- 'N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','P',
43
- 'A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O','L',
44
- 'Y','1','3','0','5','_','A','S','M','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','/','Z',
23
+ 'i',' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
24
+ '.','p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
25
+ 'I','A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
26
+ 'D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
27
+ 'I','C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
28
+ 'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
29
+ '_','B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
30
+ 'D','S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
31
+ '2','_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
32
+ '_','B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
33
+ 'P','E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
34
+ '2','m',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
35
+ 'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
36
+ '5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
37
+ 'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
38
+ 'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
39
+ 'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
40
+ 'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
41
+ 'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
42
+ '_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
43
+ 'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
44
+ 'L','Y','1','3','0','5','_','A','S','M','\0'
45
45
  };
@@ -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: VC-WIN64-ARM"
14
- #define DATE "built on: Thu Nov 3 02:21:13 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:31:19 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: "
14
- #define DATE "built on: Thu Nov 3 02:20:22 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:29:56 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,5 +19,5 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ',' ','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ',' ','\0'
23
23
  };
@@ -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: "
14
- #define DATE "built on: Thu Nov 3 02:20:33 2022 UTC"
14
+ #define DATE "built on: Mon Feb 13 14:30:13 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,5 +19,5 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
22
- 'c','o','m','p','i','l','e','r',':',' ','c','c',' ',' ','\0'
22
+ 'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ',' ','\0'
23
23
  };
@@ -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: */