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
|
@@ -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 */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Apr 7 19:17:03 2026 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-
|
|
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 */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Apr 7 19:17:27 2026 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-
|
|
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 */
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on: Tue
|
|
14
|
+
#define DATE "built on: Tue Apr 7 19:17:47 2026 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-
|
|
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 */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2019-
|
|
2
|
+
* Copyright 2019-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -162,16 +162,16 @@ OSSL_CORE_MAKE_FUNC(void,
|
|
|
162
162
|
|
|
163
163
|
OSSL_CORE_MAKE_FUNC(OSSL_CORE_BIO *, BIO_new_file, (const char *filename, const char *mode))
|
|
164
164
|
OSSL_CORE_MAKE_FUNC(OSSL_CORE_BIO *, BIO_new_membuf, (const void *buf, int len))
|
|
165
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *
|
|
166
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_write_ex, (OSSL_CORE_BIO *
|
|
167
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_gets, (OSSL_CORE_BIO *
|
|
168
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_puts, (OSSL_CORE_BIO *
|
|
169
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *
|
|
170
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_free, (OSSL_CORE_BIO *
|
|
171
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *
|
|
165
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_read_ex, (OSSL_CORE_BIO *bio, void *data, size_t data_len, size_t *bytes_read))
|
|
166
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_write_ex, (OSSL_CORE_BIO *bio, const void *data, size_t data_len, size_t *written))
|
|
167
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_gets, (OSSL_CORE_BIO *bio, char *buf, int size))
|
|
168
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_puts, (OSSL_CORE_BIO *bio, const char *str))
|
|
169
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_up_ref, (OSSL_CORE_BIO *bio))
|
|
170
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_free, (OSSL_CORE_BIO *bio))
|
|
171
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_vprintf, (OSSL_CORE_BIO *bio, const char *format, va_list args))
|
|
172
172
|
OSSL_CORE_MAKE_FUNC(int, BIO_vsnprintf,
|
|
173
173
|
(char *buf, size_t n, const char *fmt, va_list args))
|
|
174
|
-
OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO *
|
|
174
|
+
OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO *bio, int cmd, long num, void *ptr))
|
|
175
175
|
|
|
176
176
|
/* New seeding functions prototypes with the 101-104 series */
|
|
177
177
|
#define OSSL_FUNC_CLEANUP_USER_ENTROPY 96
|
|
@@ -180,9 +180,9 @@ OSSL_CORE_MAKE_FUNC(int, BIO_ctrl, (OSSL_CORE_BIO * bio, int cmd, long num, void
|
|
|
180
180
|
#define OSSL_FUNC_GET_USER_NONCE 99
|
|
181
181
|
|
|
182
182
|
#define OSSL_FUNC_INDICATOR_CB 95
|
|
183
|
-
OSSL_CORE_MAKE_FUNC(void, indicator_cb, (OPENSSL_CORE_CTX *
|
|
183
|
+
OSSL_CORE_MAKE_FUNC(void, indicator_cb, (OPENSSL_CORE_CTX *ctx, OSSL_INDICATOR_CALLBACK **cb))
|
|
184
184
|
#define OSSL_FUNC_SELF_TEST_CB 100
|
|
185
|
-
OSSL_CORE_MAKE_FUNC(void, self_test_cb, (OPENSSL_CORE_CTX *
|
|
185
|
+
OSSL_CORE_MAKE_FUNC(void, self_test_cb, (OPENSSL_CORE_CTX *ctx, OSSL_CALLBACK **cb, void **cbarg))
|
|
186
186
|
|
|
187
187
|
/* Functions to get seed material from the operating system */
|
|
188
188
|
#define OSSL_FUNC_GET_ENTROPY 101
|
|
@@ -257,26 +257,26 @@ OSSL_CORE_MAKE_FUNC(int, provider_random_bytes, (void *provctx, int which, void
|
|
|
257
257
|
/* Libssl related functions */
|
|
258
258
|
#define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_SEND 2001
|
|
259
259
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_send,
|
|
260
|
-
(SSL *
|
|
260
|
+
(SSL *s, const unsigned char *buf, size_t buf_len,
|
|
261
261
|
size_t *consumed, void *arg))
|
|
262
262
|
#define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_RECV_RCD 2002
|
|
263
263
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_recv_rcd,
|
|
264
|
-
(SSL *
|
|
264
|
+
(SSL *s, const unsigned char **buf, size_t *bytes_read,
|
|
265
265
|
void *arg))
|
|
266
266
|
#define OSSL_FUNC_SSL_QUIC_TLS_CRYPTO_RELEASE_RCD 2003
|
|
267
267
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_crypto_release_rcd,
|
|
268
|
-
(SSL *
|
|
268
|
+
(SSL *s, size_t bytes_read, void *arg))
|
|
269
269
|
#define OSSL_FUNC_SSL_QUIC_TLS_YIELD_SECRET 2004
|
|
270
270
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_yield_secret,
|
|
271
|
-
(SSL *
|
|
271
|
+
(SSL *s, uint32_t prot_level, int direction,
|
|
272
272
|
const unsigned char *secret, size_t secret_len, void *arg))
|
|
273
273
|
#define OSSL_FUNC_SSL_QUIC_TLS_GOT_TRANSPORT_PARAMS 2005
|
|
274
274
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_got_transport_params,
|
|
275
|
-
(SSL *
|
|
275
|
+
(SSL *s, const unsigned char *params, size_t params_len,
|
|
276
276
|
void *arg))
|
|
277
277
|
#define OSSL_FUNC_SSL_QUIC_TLS_ALERT 2006
|
|
278
278
|
OSSL_CORE_MAKE_FUNC(int, SSL_QUIC_TLS_alert,
|
|
279
|
-
(SSL *
|
|
279
|
+
(SSL *s, unsigned char alert_code, void *arg))
|
|
280
280
|
|
|
281
281
|
/* Operations */
|
|
282
282
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Generated by util/mkerr.pl DO NOT EDIT
|
|
3
|
-
* Copyright 1995-
|
|
3
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
6
6
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
#define HTTP_R_ASN1_LEN_EXCEEDS_MAX_RESP_LEN 108
|
|
23
23
|
#define HTTP_R_CONNECT_FAILURE 100
|
|
24
|
+
#define HTTP_R_CONTENT_TYPE_MISMATCH 131
|
|
24
25
|
#define HTTP_R_ERROR_PARSING_ASN1_LENGTH 109
|
|
25
26
|
#define HTTP_R_ERROR_PARSING_CONTENT_LENGTH 119
|
|
26
27
|
#define HTTP_R_ERROR_PARSING_URL 101
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2019-
|
|
2
|
+
* Copyright 2019-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
* 'no-deprecated'.
|
|
169
169
|
*/
|
|
170
170
|
|
|
171
|
+
#undef OPENSSL_NO_DEPRECATED_3_5
|
|
171
172
|
#undef OPENSSL_NO_DEPRECATED_3_4
|
|
172
173
|
#undef OPENSSL_NO_DEPRECATED_3_1
|
|
173
174
|
#undef OPENSSL_NO_DEPRECATED_3_0
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 1995-
|
|
2
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -334,13 +334,13 @@ struct rsa_pss_params_st {
|
|
|
334
334
|
DECLARE_ASN1_FUNCTIONS(RSA_PSS_PARAMS)
|
|
335
335
|
DECLARE_ASN1_DUP_FUNCTION(RSA_PSS_PARAMS)
|
|
336
336
|
|
|
337
|
-
|
|
337
|
+
struct rsa_oaep_params_st {
|
|
338
338
|
X509_ALGOR *hashFunc;
|
|
339
339
|
X509_ALGOR *maskGenFunc;
|
|
340
340
|
X509_ALGOR *pSourceFunc;
|
|
341
341
|
/* Decoded hash algorithm from maskGenFunc */
|
|
342
342
|
X509_ALGOR *maskHash;
|
|
343
|
-
}
|
|
343
|
+
};
|
|
344
344
|
|
|
345
345
|
DECLARE_ASN1_FUNCTIONS(RSA_OAEP_PARAMS)
|
|
346
346
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright 2001-
|
|
2
|
+
* Copyright 2001-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
3
|
*
|
|
4
4
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
5
5
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -155,7 +155,9 @@ typedef struct dsa_method DSA_METHOD;
|
|
|
155
155
|
typedef struct rsa_st RSA;
|
|
156
156
|
typedef struct rsa_meth_st RSA_METHOD;
|
|
157
157
|
#endif
|
|
158
|
+
|
|
158
159
|
typedef struct rsa_pss_params_st RSA_PSS_PARAMS;
|
|
160
|
+
typedef struct rsa_oaep_params_st RSA_OAEP_PARAMS;
|
|
159
161
|
|
|
160
162
|
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
161
163
|
typedef struct ec_key_st EC_KEY;
|
package/include/node/uv/unix.h
CHANGED
|
@@ -85,13 +85,10 @@
|
|
|
85
85
|
struct uv__io_s;
|
|
86
86
|
struct uv_loop_s;
|
|
87
87
|
|
|
88
|
-
typedef void (*uv__io_cb)(struct uv_loop_s* loop,
|
|
89
|
-
struct uv__io_s* w,
|
|
90
|
-
unsigned int events);
|
|
91
88
|
typedef struct uv__io_s uv__io_t;
|
|
92
89
|
|
|
93
90
|
struct uv__io_s {
|
|
94
|
-
|
|
91
|
+
uintptr_t bits;
|
|
95
92
|
struct uv__queue pending_queue;
|
|
96
93
|
struct uv__queue watcher_queue;
|
|
97
94
|
unsigned int pevents; /* Pending event mask i.e. mask at next tick. */
|
package/include/node/uv/win.h
CHANGED
package/include/node/uv.h
CHANGED
|
@@ -44,10 +44,8 @@ extern "C" {
|
|
|
44
44
|
/* Building static library. */
|
|
45
45
|
# define UV_EXTERN /* nothing */
|
|
46
46
|
# endif
|
|
47
|
-
#elif __GNUC__
|
|
47
|
+
#elif defined(__GNUC__)
|
|
48
48
|
# define UV_EXTERN __attribute__((visibility("default")))
|
|
49
|
-
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550) /* Sun Studio >= 8 */
|
|
50
|
-
# define UV_EXTERN __global
|
|
51
49
|
#else
|
|
52
50
|
# define UV_EXTERN /* nothing */
|
|
53
51
|
#endif
|
|
@@ -604,6 +602,11 @@ UV_EXTERN int uv_tcp_nodelay(uv_tcp_t* handle, int enable);
|
|
|
604
602
|
UV_EXTERN int uv_tcp_keepalive(uv_tcp_t* handle,
|
|
605
603
|
int enable,
|
|
606
604
|
unsigned int delay);
|
|
605
|
+
UV_EXTERN int uv_tcp_keepalive_ex(uv_tcp_t* handle,
|
|
606
|
+
int on,
|
|
607
|
+
unsigned int idle,
|
|
608
|
+
unsigned int intvl,
|
|
609
|
+
unsigned int cnt);
|
|
607
610
|
UV_EXTERN int uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable);
|
|
608
611
|
|
|
609
612
|
enum uv_tcp_flags {
|
|
@@ -741,6 +744,9 @@ struct uv_udp_send_s {
|
|
|
741
744
|
UV_EXTERN int uv_udp_init(uv_loop_t*, uv_udp_t* handle);
|
|
742
745
|
UV_EXTERN int uv_udp_init_ex(uv_loop_t*, uv_udp_t* handle, unsigned int flags);
|
|
743
746
|
UV_EXTERN int uv_udp_open(uv_udp_t* handle, uv_os_sock_t sock);
|
|
747
|
+
UV_EXTERN int uv_udp_open_ex(uv_udp_t* handle,
|
|
748
|
+
uv_os_sock_t sock,
|
|
749
|
+
unsigned int flags);
|
|
744
750
|
UV_EXTERN int uv_udp_bind(uv_udp_t* handle,
|
|
745
751
|
const struct sockaddr* addr,
|
|
746
752
|
unsigned int flags);
|
|
@@ -1203,7 +1209,7 @@ struct uv_cpu_times_s {
|
|
|
1203
1209
|
};
|
|
1204
1210
|
|
|
1205
1211
|
struct uv_cpu_info_s {
|
|
1206
|
-
char* model;
|
|
1212
|
+
const char* model;
|
|
1207
1213
|
int speed;
|
|
1208
1214
|
struct uv_cpu_times_s cpu_times;
|
|
1209
1215
|
};
|
|
@@ -1254,7 +1260,8 @@ struct uv_statfs_s {
|
|
|
1254
1260
|
uint64_t f_bavail;
|
|
1255
1261
|
uint64_t f_files;
|
|
1256
1262
|
uint64_t f_ffree;
|
|
1257
|
-
uint64_t
|
|
1263
|
+
uint64_t f_frsize;
|
|
1264
|
+
uint64_t f_spare[3];
|
|
1258
1265
|
};
|
|
1259
1266
|
|
|
1260
1267
|
typedef enum {
|
|
@@ -1964,7 +1971,6 @@ UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
|
|
|
1964
1971
|
size_t utf16_len);
|
|
1965
1972
|
|
|
1966
1973
|
/* Don't export the private CPP symbols. */
|
|
1967
|
-
#undef UV_HANDLE_TYPE_PRIVATE
|
|
1968
1974
|
#undef UV_REQ_TYPE_PRIVATE
|
|
1969
1975
|
#undef UV_REQ_PRIVATE_FIELDS
|
|
1970
1976
|
#undef UV_STREAM_PRIVATE_FIELDS
|
|
@@ -1976,12 +1982,10 @@ UV_EXTERN void uv_wtf8_to_utf16(const char* wtf8,
|
|
|
1976
1982
|
#undef UV_TIMER_PRIVATE_FIELDS
|
|
1977
1983
|
#undef UV_GETADDRINFO_PRIVATE_FIELDS
|
|
1978
1984
|
#undef UV_GETNAMEINFO_PRIVATE_FIELDS
|
|
1979
|
-
#undef UV_FS_REQ_PRIVATE_FIELDS
|
|
1980
1985
|
#undef UV_WORK_PRIVATE_FIELDS
|
|
1981
1986
|
#undef UV_FS_EVENT_PRIVATE_FIELDS
|
|
1982
1987
|
#undef UV_SIGNAL_PRIVATE_FIELDS
|
|
1983
1988
|
#undef UV_LOOP_PRIVATE_FIELDS
|
|
1984
|
-
#undef UV_LOOP_PRIVATE_PLATFORM_FIELDS
|
|
1985
1989
|
#undef UV__ERR
|
|
1986
1990
|
|
|
1987
1991
|
#ifdef __cplusplus
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -213,6 +213,9 @@ Disable top-level await keyword support in REPL.
|
|
|
213
213
|
.It Fl -no-experimental-sqlite
|
|
214
214
|
Disable the experimental node:sqlite module.
|
|
215
215
|
.
|
|
216
|
+
.It Fl -no-require-module
|
|
217
|
+
Disable support for loading ECMAScript modules with require().
|
|
218
|
+
.
|
|
216
219
|
.It Fl -no-strip-types
|
|
217
220
|
Disable type-stripping for TypeScript files.
|
|
218
221
|
.
|
|
@@ -228,6 +231,10 @@ Enable the experimental QUIC support.
|
|
|
228
231
|
.
|
|
229
232
|
.It Fl -experimental-inspector-network-resource
|
|
230
233
|
Enable experimental support for inspector network resources.
|
|
234
|
+
|
|
235
|
+
.It Fl -experimental-storage-inspection
|
|
236
|
+
Enable experimental support for storage inspection.
|
|
237
|
+
|
|
231
238
|
.
|
|
232
239
|
.It Fl -force-context-aware
|
|
233
240
|
Disable loading native addons that are not context-aware.
|
|
@@ -491,6 +498,22 @@ Configures the type of test isolation used in the test runner.
|
|
|
491
498
|
A regular expression that configures the test runner to only execute tests
|
|
492
499
|
whose name matches the provided pattern.
|
|
493
500
|
.
|
|
501
|
+
.It Fl -test-random-seed
|
|
502
|
+
Set the seed used to randomize test execution order.
|
|
503
|
+
This applies to both test file execution order and queued tests within each file.
|
|
504
|
+
Providing this flag enables randomization implicitly, even without
|
|
505
|
+
\fB--test-randomize\fR.
|
|
506
|
+
The value must be an integer between 0 and 4294967295.
|
|
507
|
+
This flag cannot be used with \fB--watch\fR or \fB--test-rerun-failures\fR.
|
|
508
|
+
.
|
|
509
|
+
.It Fl -test-randomize
|
|
510
|
+
Randomize test execution order.
|
|
511
|
+
This applies to both test file execution order and queued tests within each file.
|
|
512
|
+
This can help detect tests that rely on shared state or execution order.
|
|
513
|
+
The seed used for randomization is printed in the test summary and can be
|
|
514
|
+
reused with \fB--test-random-seed\fR.
|
|
515
|
+
This flag cannot be used with \fB--watch\fR or \fB--test-rerun-failures\fR.
|
|
516
|
+
.
|
|
494
517
|
.It Fl -test-reporter
|
|
495
518
|
A test reporter to use when running tests.
|
|
496
519
|
.
|