node-linux-s390x 20.3.0 → 20.4.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 (221) hide show
  1. package/CHANGELOG.md +230 -1
  2. package/LICENSE +515 -520
  3. package/README.md +6 -2
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +2 -1
  7. package/include/node/js_native_api.h +18 -0
  8. package/include/node/node.h +10 -0
  9. package/include/node/node_version.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +4 -3
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  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 +4 -3
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +11 -11
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +4 -3
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +4 -3
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +9 -9
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +4 -3
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +24 -24
  29. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +4 -3
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +24 -24
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +4 -3
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +24 -24
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +4 -3
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +4 -3
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
  41. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +4 -3
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +4 -3
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +4 -3
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +4 -3
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +4 -3
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +4 -3
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +4 -3
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +4 -3
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +9 -10
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +4 -3
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +4 -3
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +4 -3
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +9 -9
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +4 -3
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +4 -3
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +4 -3
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +9 -9
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +4 -3
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +4 -3
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +4 -3
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +4 -3
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +4 -3
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +4 -3
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +4 -3
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +4 -3
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +4 -3
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +4 -3
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +4 -3
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +4 -3
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +4 -3
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +4 -3
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +4 -3
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +4 -3
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +4 -3
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +4 -3
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +4 -3
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +4 -3
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +9 -8
  143. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +4 -3
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +9 -8
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +4 -3
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +4 -3
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +4 -3
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +4 -3
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +4 -3
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +4 -3
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +4 -3
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +4 -3
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +4 -3
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +4 -3
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +4 -3
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +4 -3
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/asn1_no-asm.h +2 -0
  182. package/include/node/openssl/asn1t_no-asm.h +2 -0
  183. package/include/node/openssl/bio_no-asm.h +2 -0
  184. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  185. package/include/node/openssl/cmp_no-asm.h +2 -0
  186. package/include/node/openssl/cmperr.h +3 -1
  187. package/include/node/openssl/cms_no-asm.h +2 -0
  188. package/include/node/openssl/conf_no-asm.h +2 -0
  189. package/include/node/openssl/configuration_no-asm.h +2 -0
  190. package/include/node/openssl/crmf_no-asm.h +2 -0
  191. package/include/node/openssl/crypto_no-asm.h +2 -0
  192. package/include/node/openssl/ct_no-asm.h +2 -0
  193. package/include/node/openssl/dsaerr.h +2 -1
  194. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  195. package/include/node/openssl/ecerr.h +2 -1
  196. package/include/node/openssl/err_no-asm.h +2 -0
  197. package/include/node/openssl/ess_no-asm.h +2 -0
  198. package/include/node/openssl/fipskey_no-asm.h +2 -0
  199. package/include/node/openssl/lhash_no-asm.h +2 -0
  200. package/include/node/openssl/ocsp_no-asm.h +2 -0
  201. package/include/node/openssl/opensslv_no-asm.h +2 -0
  202. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  203. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  204. package/include/node/openssl/safestack_no-asm.h +2 -0
  205. package/include/node/openssl/srp_no-asm.h +2 -0
  206. package/include/node/openssl/ssl_no-asm.h +2 -0
  207. package/include/node/openssl/ui_no-asm.h +2 -0
  208. package/include/node/openssl/x509_no-asm.h +2 -0
  209. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  210. package/include/node/openssl/x509v3_no-asm.h +2 -0
  211. package/include/node/uv/darwin.h +3 -3
  212. package/include/node/uv/errno.h +6 -0
  213. package/include/node/uv/linux.h +1 -1
  214. package/include/node/uv/threadpool.h +1 -1
  215. package/include/node/uv/unix.h +25 -23
  216. package/include/node/uv/version.h +1 -1
  217. package/include/node/uv/win.h +2 -2
  218. package/include/node/uv.h +25 -4
  219. package/include/node/zconf.h +1 -1
  220. package/include/node/zlib.h +175 -175
  221. package/package.json +1 -1
package/README.md CHANGED
@@ -377,6 +377,8 @@ For information about the governance of the Node.js project, see
377
377
  **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
378
378
  * [kuriyosh](https://github.com/kuriyosh) -
379
379
  **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
380
+ * [kvakil](https://github.com/kvakil) -
381
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
380
382
  * [legendecas](https://github.com/legendecas) -
381
383
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
382
384
  * [Leko](https://github.com/Leko) -
@@ -461,6 +463,8 @@ For information about the governance of the Node.js project, see
461
463
  **Rich Trott** <<rtrott@gmail.com>> (he/him)
462
464
  * [vdeturckheim](https://github.com/vdeturckheim) -
463
465
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
466
+ * [vmoroz](https://github.com/vmoroz) -
467
+ **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
464
468
  * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
465
469
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
466
470
  * [watilde](https://github.com/watilde) -
@@ -705,14 +709,14 @@ maintaining the Node.js project.
705
709
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
706
710
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
707
711
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
708
- * [kvakil](https://github.com/kvakil) -
709
- **Keyhan Vakil** <<kvakil@sylph.kvakil.me>> (they/them)
710
712
  * [marsonya](https://github.com/marsonya) -
711
713
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
712
714
  * [meixg](https://github.com/meixg) -
713
715
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
714
716
  * [Mesteery](https://github.com/Mesteery) -
715
717
  **Mestery** <<mestery@protonmail.com>> (he/him)
718
+ * [preveen-stack](https://github.com/preveen-stack) -
719
+ **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
716
720
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
717
721
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
718
722
  * [RaisinTen](https://github.com/RaisinTen) -
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.9',
39
+ 'v8_embedder_string': '-node.10',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -259,7 +259,8 @@
259
259
  'lib/internal/test/transfer.js',
260
260
  'lib/internal/test_runner/coverage.js',
261
261
  'lib/internal/test_runner/harness.js',
262
- 'lib/internal/test_runner/mock.js',
262
+ 'lib/internal/test_runner/mock/mock.js',
263
+ 'lib/internal/test_runner/mock/mock_timers.js',
263
264
  'lib/internal/test_runner/reporter/dot.js',
264
265
  'lib/internal/test_runner/reporter/spec.js',
265
266
  'lib/internal/test_runner/reporter/tap.js',
@@ -92,6 +92,24 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
92
92
  const char16_t* str,
93
93
  size_t length,
94
94
  napi_value* result);
95
+ #ifdef NAPI_EXPERIMENTAL
96
+ NAPI_EXTERN napi_status NAPI_CDECL
97
+ node_api_create_external_string_latin1(napi_env env,
98
+ char* str,
99
+ size_t length,
100
+ napi_finalize finalize_callback,
101
+ void* finalize_hint,
102
+ napi_value* result,
103
+ bool* copied);
104
+ NAPI_EXTERN napi_status NAPI_CDECL
105
+ node_api_create_external_string_utf16(napi_env env,
106
+ char16_t* str,
107
+ size_t length,
108
+ napi_finalize finalize_callback,
109
+ void* finalize_hint,
110
+ napi_value* result,
111
+ bool* copied);
112
+ #endif // NAPI_EXPERIMENTAL
95
113
  NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
96
114
  napi_value description,
97
115
  napi_value* result);
@@ -816,6 +816,8 @@ NODE_EXTERN struct uv_loop_s* GetCurrentEventLoop(v8::Isolate* isolate);
816
816
  // This function only works if `env` has an associated `MultiIsolatePlatform`.
817
817
  NODE_EXTERN v8::Maybe<int> SpinEventLoop(Environment* env);
818
818
 
819
+ NODE_EXTERN std::string GetAnonymousMainPath();
820
+
819
821
  class NODE_EXTERN CommonEnvironmentSetup {
820
822
  public:
821
823
  ~CommonEnvironmentSetup();
@@ -848,6 +850,13 @@ class NODE_EXTERN CommonEnvironmentSetup {
848
850
  // no support for native/host objects other than Node.js builtins
849
851
  // in the snapshot.
850
852
  //
853
+ // If the embedder wants to use LoadEnvironment() later to run a snapshot
854
+ // builder script they should make sure args[1] contains the path of the
855
+ // snapshot script, which will be used to create __filename and __dirname
856
+ // in the context where the builder script is run. If they do not want to
857
+ // include the build-time paths into the snapshot, use the string returned
858
+ // by GetAnonymousMainPath() as args[1] to anonymize the script.
859
+ //
851
860
  // Snapshots are an *experimental* feature. In particular, the embedder API
852
861
  // exposed through this class is subject to change or removal between Node.js
853
862
  // versions, including possible API and ABI breakage.
@@ -909,6 +918,7 @@ std::unique_ptr<CommonEnvironmentSetup> CommonEnvironmentSetup::Create(
909
918
  if (!errors->empty()) ret.reset();
910
919
  return ret;
911
920
  }
921
+
912
922
  // Implementation for ::CreateFromSnapshot -- the ::Create() method
913
923
  // could call this with a nullptr snapshot_data in a major version.
914
924
  template <typename... EnvironmentArgs>
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
- #define NODE_MINOR_VERSION 3
26
+ #define NODE_MINOR_VERSION 4
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: Mon Feb 13 14:04:08 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 11:58:46 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Feb 13 14:04:20 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 11:59:07 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Mon Feb 13 14:04:32 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 11:59:26 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',':',' ','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'
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'
32
32
  };
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Feb 13 14:04:42 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 11:59:45 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Feb 13 14:04:56 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 12:00:09 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Mon Feb 13 14:05:10 2023 UTC"
14
+ #define DATE "built on: Fri Jun 9 12:00:34 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -19,12 +19,12 @@
19
19
  * literal
20
20
  */
21
21
  static const char compiler_flags[] = {
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',' ','-','D','L','_','E','N','D','I','A',
25
- 'N',' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ',
26
- '-','D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-',
27
- 'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','O','P',
28
- 'E','N','S','S','L','_','B','U','I','L','D','I','N','G','_','O',
29
- 'P','E','N','S','S','L',' ','-','D','N','D','E','B','U','G','\0'
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',' ','-','D','L','_','E','N','D','I','A','N',
25
+ ' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ','-',
26
+ 'D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-','D',
27
+ '_','R','E','E','N','T','R','A','N','T',' ','-','D','O','P','E',
28
+ 'N','S','S','L','_','B','U','I','L','D','I','N','G','_','O','P',
29
+ 'E','N','S','S','L',' ','-','D','N','D','E','B','U','G','\0'
30
30
  };
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by Makefile from include/openssl/cmp.h.in
4
4
  *
5
- * Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 2007-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  * Copyright Nokia 2007-2019
7
7
  * Copyright Siemens AG 2015-2019
8
8
  *
@@ -442,8 +442,8 @@ int OSSL_CMP_CTX_build_cert_chain(OSSL_CMP_CTX *ctx, X509_STORE *own_trusted,
442
442
  int OSSL_CMP_CTX_set1_pkey(OSSL_CMP_CTX *ctx, EVP_PKEY *pkey);
443
443
  int OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx,
444
444
  const unsigned char *ref, int len);
445
- int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
446
- const int len);
445
+ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx,
446
+ const unsigned char *sec, int len);
447
447
  /* CMP message header and extra certificates: */
448
448
  int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
449
449
  int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
@@ -503,6 +503,7 @@ ASN1_OCTET_STRING *OSSL_CMP_HDR_get0_recipNonce(const OSSL_CMP_PKIHEADER *hdr);
503
503
  OSSL_CMP_PKIHEADER *OSSL_CMP_MSG_get0_header(const OSSL_CMP_MSG *msg);
504
504
  int OSSL_CMP_MSG_get_bodytype(const OSSL_CMP_MSG *msg);
505
505
  int OSSL_CMP_MSG_update_transactionID(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
+ int OSSL_CMP_MSG_update_recipNonce(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg);
506
507
  OSSL_CRMF_MSG *OSSL_CMP_CTX_setup_CRM(OSSL_CMP_CTX *ctx, int for_KUR, int rid);
507
508
  OSSL_CMP_MSG *OSSL_CMP_MSG_read(const char *file, OSSL_LIB_CTX *libctx,
508
509
  const char *propq);
@@ -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 8
32
+ # define OPENSSL_VERSION_PATCH 9
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.8"
78
- # define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
77
+ # define OPENSSL_VERSION_STR "3.0.9"
78
+ # define OPENSSL_FULL_VERSION_STR "3.0.9+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 "7 Feb 2023"
85
+ # define OPENSSL_RELEASE_DATE "30 May 2023"
86
86
 
87
87
  /*
88
88
  * SECTION 4: BACKWARD COMPATIBILITY
89
89
  */
90
90
 
91
- # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.8+quic 7 Feb 2023"
91
+ # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.9+quic 30 May 2023"
92
92
 
93
93
  /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
94
94
  # ifdef OPENSSL_VERSION_PRE_RELEASE