node-linux-s390x 24.14.1 → 24.16.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.
- package/CHANGELOG.md +543 -0
- package/README.md +11 -15
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -2
- package/include/node/config.gypi +10 -6
- package/include/node/js_native_api.h +10 -0
- package/include/node/js_native_api_types.h +4 -0
- package/include/node/node.h +16 -0
- package/include/node/node_api_types.h +2 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +3 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/core_dispatch.h +17 -17
- package/include/node/openssl/httperr.h +2 -1
- package/include/node/openssl/macros.h +2 -1
- package/include/node/openssl/rsa.h +3 -3
- package/include/node/openssl/types.h +3 -1
- package/include/node/uv/unix.h +1 -4
- package/include/node/uv/version.h +2 -2
- package/include/node/uv/win.h +1 -1
- package/include/node/uv.h +12 -8
- package/package.json +1 -1
- package/share/man/man1/node.1 +23 -0
package/README.md
CHANGED
|
@@ -397,8 +397,6 @@ For information about the governance of the Node.js project, see
|
|
|
397
397
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him) - [Support me](https://github.com/sponsors/mcollina)
|
|
398
398
|
* [meixg](https://github.com/meixg) -
|
|
399
399
|
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
400
|
-
* [mhdawson](https://github.com/mhdawson) -
|
|
401
|
-
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
402
400
|
* [MoLow](https://github.com/MoLow) -
|
|
403
401
|
**Moshe Atlow** <<moshe@atlow.co.il>> (he/him)
|
|
404
402
|
* [MrJithil](https://github.com/MrJithil) -
|
|
@@ -453,8 +451,6 @@ For information about the governance of the Node.js project, see
|
|
|
453
451
|
**Ulises Gascón** <<ulisesgascongonzalez@gmail.com>> (he/him)
|
|
454
452
|
* [vmoroz](https://github.com/vmoroz) -
|
|
455
453
|
**Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
|
|
456
|
-
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
457
|
-
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
458
454
|
* [watilde](https://github.com/watilde) -
|
|
459
455
|
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
460
456
|
* [zcbenz](https://github.com/zcbenz) -
|
|
@@ -611,6 +607,8 @@ For information about the governance of the Node.js project, see
|
|
|
611
607
|
**Matthew Loring** <<mattloring@google.com>>
|
|
612
608
|
* [Mesteery](https://github.com/Mesteery) -
|
|
613
609
|
**Mestery** <<mestery@protonmail.com>> (he/him)
|
|
610
|
+
* [mhdawson](https://github.com/mhdawson) -
|
|
611
|
+
**Michael Dawson** <<midawson@redhat.com>> (he/him)
|
|
614
612
|
* [micnic](https://github.com/micnic) -
|
|
615
613
|
**Nicu Micleușanu** <<micnic90@gmail.com>> (he/him)
|
|
616
614
|
* [mikeal](https://github.com/mikeal) -
|
|
@@ -717,6 +715,8 @@ For information about the governance of the Node.js project, see
|
|
|
717
715
|
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
718
716
|
* [vkurchatkin](https://github.com/vkurchatkin) -
|
|
719
717
|
**Vladimir Kurchatkin** <<vladimir.kurchatkin@gmail.com>>
|
|
718
|
+
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
719
|
+
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
720
720
|
* [vsemozhetbyt](https://github.com/vsemozhetbyt) -
|
|
721
721
|
**Vse Mozhet Byt** <<vsemozhetbyt@gmail.com>> (he/him)
|
|
722
722
|
* [watson](https://github.com/watson) -
|
|
@@ -747,8 +747,6 @@ maintaining the Node.js project.
|
|
|
747
747
|
**Sangchul Lee** <<1ilsang.dev@gmail.com>> (he/him)
|
|
748
748
|
* [atlowChemi](https://github.com/atlowChemi) -
|
|
749
749
|
**Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
|
|
750
|
-
* [Ayase-252](https://github.com/Ayase-252) -
|
|
751
|
-
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
752
750
|
* [bjohansebas](https://github.com/bjohansebas) -
|
|
753
751
|
**Sebastian Beltran** <<bjohansebas@gmail.com>>
|
|
754
752
|
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
@@ -757,6 +755,8 @@ maintaining the Node.js project.
|
|
|
757
755
|
**Oliver Medhurst** <<honk@goose.icu>> (they/them)
|
|
758
756
|
* [daeyeon](https://github.com/daeyeon) -
|
|
759
757
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
758
|
+
* [efekrskl](https://github.com/efekrskl) -
|
|
759
|
+
**Efe Karasakal** <<hi@efe.dev>> (he/him)
|
|
760
760
|
* [gireeshpunathil](https://github.com/gireeshpunathil) -
|
|
761
761
|
**Gireesh Punathil** <<gpunathi@in.ibm.com>> (he/him)
|
|
762
762
|
* [gurgunday](https://github.com/gurgunday) -
|
|
@@ -771,16 +771,12 @@ maintaining the Node.js project.
|
|
|
771
771
|
**Kevin Eady** <<kevin.c.eady@gmail.com>> (he/him)
|
|
772
772
|
* [marsonya](https://github.com/marsonya) -
|
|
773
773
|
**Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
|
|
774
|
-
* [meixg](https://github.com/meixg) -
|
|
775
|
-
**Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
|
|
776
774
|
* [milesguicent](https://github.com/milesguicent) -
|
|
777
775
|
**Miles Guicent** <<guicent@pm.me>> (he/him)
|
|
778
776
|
* [preveen-stack](https://github.com/preveen-stack) -
|
|
779
777
|
**Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
|
|
780
778
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
781
779
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
782
|
-
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
783
|
-
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
784
780
|
|
|
785
781
|
Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
|
|
786
782
|
responding to new issues.
|
|
@@ -889,15 +885,15 @@ releases on a rotation basis as outlined in the
|
|
|
889
885
|
* [bengl](https://github.com/bengl) -
|
|
890
886
|
**Bryan English** <<bryan@bryanenglish.com>> (he/him)
|
|
891
887
|
* [HeroDevs](https://www.herodevs.com/)
|
|
892
|
-
* [
|
|
888
|
+
* [juanarbol](https://github.com/juanarbol) - OpenJS Slack handle: `juanarbol`
|
|
889
|
+
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
890
|
+
* [marco-ippolito](https://github.com/marco-ippolito) - OpenJS Slack handle: `Marco Ippolito`
|
|
893
891
|
**Marco Ippolito** <<marcoippolito54@gmail.com>> (he/him)
|
|
894
892
|
* [NodeSource](https://nodesource.com/)
|
|
895
|
-
* [
|
|
896
|
-
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
897
|
-
* [RafaelGSS](https://github.com/RafaelGSS) - OpenJSF handle: `RafaelGSS`
|
|
893
|
+
* [RafaelGSS](https://github.com/RafaelGSS) - OpenJS Slack handle: `RafaelGSS`
|
|
898
894
|
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
899
895
|
* [Platformatic](https://platformatic.dev/)
|
|
900
|
-
* [mcollina](https://github.com/mcollina) -
|
|
896
|
+
* [mcollina](https://github.com/mcollina) - OpenJS Slack handle: `mcollina`
|
|
901
897
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
902
898
|
* [Red Hat](https://redhat.com) / [IBM](https://ibm.com)
|
|
903
899
|
* [BethGriggs](https://github.com/BethGriggs) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
# Reset this number to 0 on major V8 upgrades.
|
|
40
40
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
41
|
-
'v8_embedder_string': '-node.
|
|
41
|
+
'v8_embedder_string': '-node.49',
|
|
42
42
|
|
|
43
43
|
##### V8 defaults for Node.js #####
|
|
44
44
|
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
['clang==1', {
|
|
193
193
|
'lto': ' -flto ', # Clang
|
|
194
194
|
}, {
|
|
195
|
-
'lto': ' -flto=4 -
|
|
195
|
+
'lto': ' -flto=4 -ffat-lto-objects ', # GCC
|
|
196
196
|
}],
|
|
197
197
|
],
|
|
198
198
|
},
|
package/include/node/config.gypi
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"control_flow_guard": "false",
|
|
12
12
|
"node_use_amaro": "true",
|
|
13
13
|
"debug_node": "false",
|
|
14
|
+
"debug_symbols": "false",
|
|
14
15
|
"error_on_warn": "false",
|
|
15
16
|
"suppress_all_error_on_warn": "false",
|
|
16
17
|
"use_prefix_to_find_headers": "false",
|
|
@@ -140,6 +141,8 @@
|
|
|
140
141
|
"lib/internal/data_url.js",
|
|
141
142
|
"lib/internal/debugger/inspect.js",
|
|
142
143
|
"lib/internal/debugger/inspect_client.js",
|
|
144
|
+
"lib/internal/debugger/inspect_helpers.js",
|
|
145
|
+
"lib/internal/debugger/inspect_probe.js",
|
|
143
146
|
"lib/internal/debugger/inspect_repl.js",
|
|
144
147
|
"lib/internal/dgram.js",
|
|
145
148
|
"lib/internal/dns/callback_resolver.js",
|
|
@@ -181,6 +184,7 @@
|
|
|
181
184
|
"lib/internal/inspector/network_http2.js",
|
|
182
185
|
"lib/internal/inspector/network_resources.js",
|
|
183
186
|
"lib/internal/inspector/network_undici.js",
|
|
187
|
+
"lib/internal/inspector/webstorage.js",
|
|
184
188
|
"lib/internal/inspector_async_hook.js",
|
|
185
189
|
"lib/internal/inspector_network_tracking.js",
|
|
186
190
|
"lib/internal/js_stream_socket.js",
|
|
@@ -205,7 +209,6 @@
|
|
|
205
209
|
"lib/internal/modules/customization_hooks.js",
|
|
206
210
|
"lib/internal/modules/esm/assert.js",
|
|
207
211
|
"lib/internal/modules/esm/create_dynamic_module.js",
|
|
208
|
-
"lib/internal/modules/esm/formats.js",
|
|
209
212
|
"lib/internal/modules/esm/get_format.js",
|
|
210
213
|
"lib/internal/modules/esm/hooks.js",
|
|
211
214
|
"lib/internal/modules/esm/initialize_import_meta.js",
|
|
@@ -333,7 +336,6 @@
|
|
|
333
336
|
"lib/internal/util/types.js",
|
|
334
337
|
"lib/internal/v8/startup_snapshot.js",
|
|
335
338
|
"lib/internal/v8_prof_polyfill.js",
|
|
336
|
-
"lib/internal/v8_prof_processor.js",
|
|
337
339
|
"lib/internal/validators.js",
|
|
338
340
|
"lib/internal/vm.js",
|
|
339
341
|
"lib/internal/vm/module.js",
|
|
@@ -405,6 +407,7 @@
|
|
|
405
407
|
"test/cctest/test_cppgc.cc",
|
|
406
408
|
"test/cctest/test_crypto_clienthello.cc",
|
|
407
409
|
"test/cctest/test_dataqueue.cc",
|
|
410
|
+
"test/cctest/test_diagnostics_channel.cc",
|
|
408
411
|
"test/cctest/test_environment.cc",
|
|
409
412
|
"test/cctest/test_inspector_socket.cc",
|
|
410
413
|
"test/cctest/test_inspector_socket_server.cc",
|
|
@@ -419,8 +422,10 @@
|
|
|
419
422
|
"test/cctest/test_path.cc",
|
|
420
423
|
"test/cctest/test_per_process.cc",
|
|
421
424
|
"test/cctest/test_platform.cc",
|
|
425
|
+
"test/cctest/test_quic_arena.cc",
|
|
422
426
|
"test/cctest/test_quic_cid.cc",
|
|
423
427
|
"test/cctest/test_quic_error.cc",
|
|
428
|
+
"test/cctest/test_quic_preferredaddress.cc",
|
|
424
429
|
"test/cctest/test_quic_tokens.cc",
|
|
425
430
|
"test/cctest/test_report.cc",
|
|
426
431
|
"test/cctest/test_sockaddr.cc",
|
|
@@ -476,10 +481,9 @@
|
|
|
476
481
|
"node_use_openssl": "true",
|
|
477
482
|
"node_shared_openssl": "false",
|
|
478
483
|
"openssl_is_fips": "false",
|
|
479
|
-
"node_quic": "false",
|
|
480
484
|
"node_fipsinstall": "false",
|
|
481
485
|
"node_without_node_options": "false",
|
|
482
|
-
"
|
|
486
|
+
"node_use_quic": "false",
|
|
483
487
|
"icu_small": "false",
|
|
484
488
|
"v8_enable_i18n_support": 1,
|
|
485
489
|
"icu_gyp_path": "tools/icu/icu-generic.gyp",
|
|
@@ -507,11 +511,11 @@
|
|
|
507
511
|
"configurations": {
|
|
508
512
|
"Release": {
|
|
509
513
|
"variables": {},
|
|
510
|
-
"v8_enable_v8_checks":
|
|
514
|
+
"v8_enable_v8_checks": 0
|
|
511
515
|
},
|
|
512
516
|
"Debug": {
|
|
513
517
|
"variables": {},
|
|
514
|
-
"v8_enable_v8_checks":
|
|
518
|
+
"v8_enable_v8_checks": 1
|
|
515
519
|
}
|
|
516
520
|
}
|
|
517
521
|
}
|
|
@@ -437,6 +437,16 @@ napi_create_external_arraybuffer(napi_env env,
|
|
|
437
437
|
node_api_basic_finalize finalize_cb,
|
|
438
438
|
void* finalize_hint,
|
|
439
439
|
napi_value* result);
|
|
440
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
441
|
+
#define NODE_API_EXPERIMENTAL_HAS_CREATE_EXTERNAL_SHAREDARRAYBUFFER
|
|
442
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
443
|
+
node_api_create_external_sharedarraybuffer(napi_env env,
|
|
444
|
+
void* external_data,
|
|
445
|
+
size_t byte_length,
|
|
446
|
+
node_api_noenv_finalize finalize_cb,
|
|
447
|
+
void* finalize_hint,
|
|
448
|
+
napi_value* result);
|
|
449
|
+
#endif // NAPI_EXPERIMENTAL
|
|
440
450
|
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
441
451
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_arraybuffer_info(
|
|
442
452
|
napi_env env, napi_value arraybuffer, void** data, size_t* byte_length);
|
|
@@ -176,6 +176,10 @@ typedef void(NAPI_CDECL* node_api_nogc_finalize)(node_api_nogc_env env,
|
|
|
176
176
|
#endif
|
|
177
177
|
typedef node_api_nogc_finalize node_api_basic_finalize;
|
|
178
178
|
|
|
179
|
+
// A finalizer that can be called from any thread and at any time.
|
|
180
|
+
typedef void(NAPI_CDECL* node_api_noenv_finalize)(void* finalize_data,
|
|
181
|
+
void* finalize_hint);
|
|
182
|
+
|
|
179
183
|
typedef struct {
|
|
180
184
|
// One of utf8name or name should be NULL.
|
|
181
185
|
const char* utf8name;
|
package/include/node/node.h
CHANGED
|
@@ -124,6 +124,8 @@
|
|
|
124
124
|
|
|
125
125
|
// Forward-declare libuv loop
|
|
126
126
|
struct uv_loop_s;
|
|
127
|
+
struct napi_module;
|
|
128
|
+
struct ssl_ctx_st; // Forward declaration of SSL_CTX for OpenSSL.
|
|
127
129
|
|
|
128
130
|
// Forward-declare these functions now to stop MSVS from becoming
|
|
129
131
|
// terminally confused when it's done in node_internals.h
|
|
@@ -1700,6 +1702,20 @@ NODE_DEPRECATED("Use v8::Object::Wrap()",
|
|
|
1700
1702
|
v8::Local<v8::Object> object,
|
|
1701
1703
|
void* wrappable));
|
|
1702
1704
|
|
|
1705
|
+
namespace crypto {
|
|
1706
|
+
|
|
1707
|
+
// Returns the SSL_CTX* from a SecureContext JS object, as returned by
|
|
1708
|
+
// tls.createSecureContext().
|
|
1709
|
+
// Returns nullptr if the value is not a SecureContext instance,
|
|
1710
|
+
// or if Node.js was built without OpenSSL.
|
|
1711
|
+
//
|
|
1712
|
+
// The returned pointer is not owned by the caller and must not be freed.
|
|
1713
|
+
// It is valid only while the SecureContext JS object remains alive.
|
|
1714
|
+
NODE_EXTERN struct ssl_ctx_st* GetSSLCtx(v8::Local<v8::Context> context,
|
|
1715
|
+
v8::Local<v8::Value> secure_context);
|
|
1716
|
+
|
|
1717
|
+
} // namespace crypto
|
|
1718
|
+
|
|
1703
1719
|
} // namespace node
|
|
1704
1720
|
|
|
1705
1721
|
#endif // SRC_NODE_H_
|
|
@@ -5,6 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
7
7
|
napi_value exports);
|
|
8
|
+
// False positive: https://github.com/cpplint/cpplint/issues/409
|
|
9
|
+
// NOLINTNEXTLINE (readability/casting)
|
|
8
10
|
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
9
11
|
|
|
10
12
|
typedef struct napi_callback_scope__* napi_callback_scope;
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 24
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 16
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Krypton"
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 6
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.6"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.6"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 6
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.6"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.6"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 6
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.6"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.6"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 6
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.6"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.6"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 6
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.6"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.6"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "7 Apr 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.6 7 Apr 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -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-
|
|
5
|
+
* Copyright 2007-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright Nokia 2007-2019
|
|
7
7
|
* Copyright Siemens AG 2015-2019
|
|
8
8
|
*
|
|
@@ -196,6 +196,8 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
196
196
|
* -- CertReqMsg
|
|
197
197
|
* }
|
|
198
198
|
*/
|
|
199
|
+
#define OSSL_CMP_PKISTATUS_rejected_by_client -5
|
|
200
|
+
#define OSSL_CMP_PKISTATUS_checking_response -4
|
|
199
201
|
#define OSSL_CMP_PKISTATUS_request -3
|
|
200
202
|
#define OSSL_CMP_PKISTATUS_trans -2
|
|
201
203
|
#define OSSL_CMP_PKISTATUS_unspecified -1
|