node-linux-armv7l 17.9.1 → 18.0.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 +219 -1570
- package/LICENSE +111 -9
- package/README.md +4 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -2
- package/include/node/config.gypi +10 -5
- package/include/node/libplatform/libplatform.h +0 -11
- package/include/node/libplatform/v8-tracing.h +0 -1
- package/include/node/node.h +7 -3
- package/include/node/node_api.h +17 -0
- package/include/node/node_version.h +4 -4
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- 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/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- 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/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- 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/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- 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/asm_avx2/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509.h +4 -4
- 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/crypto.h +0 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -11
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h +4 -4
- package/include/node/openssl/ecerr.h +1 -2
- package/include/node/v8-array-buffer.h +2 -2
- package/include/node/v8-callbacks.h +26 -6
- package/include/node/v8-context.h +3 -14
- package/include/node/v8-data.h +15 -0
- package/include/node/v8-debug.h +21 -4
- package/include/node/v8-embedder-heap.h +10 -30
- package/include/node/v8-embedder-state-scope.h +51 -0
- package/include/node/v8-exception.h +0 -7
- package/include/node/v8-function.h +3 -0
- package/include/node/v8-initialization.h +64 -31
- package/include/node/v8-internal.h +189 -102
- package/include/node/v8-isolate.h +49 -2
- package/include/node/v8-local-handle.h +0 -4
- package/include/node/v8-locker.h +2 -1
- package/include/node/v8-message.h +19 -44
- package/include/node/v8-object.h +11 -6
- package/include/node/v8-platform.h +365 -6
- package/include/node/v8-primitive.h +14 -6
- package/include/node/v8-profiler.h +78 -2
- package/include/node/v8-script.h +27 -51
- package/include/node/v8-snapshot.h +0 -2
- package/include/node/v8-statistics.h +2 -0
- package/include/node/v8-template.h +31 -4
- package/include/node/v8-traced-handle.h +39 -224
- package/include/node/v8-unwinder.h +10 -7
- package/include/node/v8-value-serializer.h +32 -2
- package/include/node/v8-version.h +4 -4
- package/include/node/v8-wasm.h +13 -1
- package/include/node/v8-weak-callback-info.h +20 -6
- package/include/node/v8.h +0 -1
- package/include/node/v8config.h +56 -11
- package/package.json +1 -1
- package/share/doc/node/gdbinit +14 -6
- package/share/man/man1/node.1 +7 -3
package/LICENSE
CHANGED
|
@@ -109,9 +109,22 @@ The externally maintained libraries used by Node.js are:
|
|
|
109
109
|
|
|
110
110
|
- ICU, located at deps/icu-small, is licensed as follows:
|
|
111
111
|
"""
|
|
112
|
-
|
|
112
|
+
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
See Terms of Use
|
|
115
|
+
for definitions of Unicode Inc.’s Data Files and Software.
|
|
116
|
+
|
|
117
|
+
NOTICE TO USER: Carefully read the following legal agreement.
|
|
118
|
+
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
|
|
119
|
+
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
|
|
120
|
+
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
|
|
121
|
+
TERMS AND CONDITIONS OF THIS AGREEMENT.
|
|
122
|
+
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
|
|
123
|
+
THE DATA FILES OR SOFTWARE.
|
|
124
|
+
|
|
125
|
+
COPYRIGHT AND PERMISSION NOTICE
|
|
126
|
+
|
|
127
|
+
Copyright © 1991-2022 Unicode, Inc. All rights reserved.
|
|
115
128
|
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
|
|
116
129
|
|
|
117
130
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
@@ -143,7 +156,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
143
156
|
use or other dealings in these Data Files or Software without prior
|
|
144
157
|
written authorization of the copyright holder.
|
|
145
158
|
|
|
146
|
-
|
|
159
|
+
----------------------------------------------------------------------
|
|
147
160
|
|
|
148
161
|
Third-Party Software Licenses
|
|
149
162
|
|
|
@@ -151,7 +164,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
151
164
|
terms for licensed third-party software components included within ICU
|
|
152
165
|
libraries.
|
|
153
166
|
|
|
154
|
-
|
|
167
|
+
----------------------------------------------------------------------
|
|
168
|
+
|
|
169
|
+
ICU License - ICU 1.8.1 to ICU 57.1
|
|
155
170
|
|
|
156
171
|
COPYRIGHT AND PERMISSION NOTICE
|
|
157
172
|
|
|
@@ -186,7 +201,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
186
201
|
All trademarks and registered trademarks mentioned herein are the
|
|
187
202
|
property of their respective owners.
|
|
188
203
|
|
|
189
|
-
|
|
204
|
+
----------------------------------------------------------------------
|
|
205
|
+
|
|
206
|
+
Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
|
|
190
207
|
|
|
191
208
|
# The Google Chrome software developed by Google is licensed under
|
|
192
209
|
# the BSD license. Other software included in this distribution is
|
|
@@ -390,7 +407,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
390
407
|
#
|
|
391
408
|
# ---------------COPYING.ipadic-----END----------------------------------
|
|
392
409
|
|
|
393
|
-
|
|
410
|
+
----------------------------------------------------------------------
|
|
411
|
+
|
|
412
|
+
Lao Word Break Dictionary Data (laodict.txt)
|
|
394
413
|
|
|
395
414
|
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
396
415
|
# License & terms of use: http://www.unicode.org/copyright.html
|
|
@@ -430,7 +449,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
430
449
|
# OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
431
450
|
# --------------------------------------------------------------------------
|
|
432
451
|
|
|
433
|
-
|
|
452
|
+
----------------------------------------------------------------------
|
|
453
|
+
|
|
454
|
+
Burmese Word Break Dictionary Data (burmesedict.txt)
|
|
434
455
|
|
|
435
456
|
# Copyright (c) 2014 International Business Machines Corporation
|
|
436
457
|
# and others. All Rights Reserved.
|
|
@@ -470,7 +491,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
470
491
|
# SUCH DAMAGE.
|
|
471
492
|
# --------------------------------------------------------------------------
|
|
472
493
|
|
|
473
|
-
|
|
494
|
+
----------------------------------------------------------------------
|
|
495
|
+
|
|
496
|
+
Time Zone Database
|
|
474
497
|
|
|
475
498
|
ICU uses the public domain data and code derived from Time Zone
|
|
476
499
|
Database for its time zone support. The ownership of the TZ database
|
|
@@ -493,7 +516,9 @@ The externally maintained libraries used by Node.js are:
|
|
|
493
516
|
# making a contribution to the database or code waives all rights to
|
|
494
517
|
# future claims in that contribution or in the TZ Database.
|
|
495
518
|
|
|
496
|
-
|
|
519
|
+
----------------------------------------------------------------------
|
|
520
|
+
|
|
521
|
+
Google double-conversion
|
|
497
522
|
|
|
498
523
|
Copyright 2006-2011, the V8 project authors. All rights reserved.
|
|
499
524
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -521,6 +546,83 @@ The externally maintained libraries used by Node.js are:
|
|
|
521
546
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
522
547
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
523
548
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
549
|
+
|
|
550
|
+
----------------------------------------------------------------------
|
|
551
|
+
|
|
552
|
+
File: aclocal.m4 (only for ICU4C)
|
|
553
|
+
Section: pkg.m4 - Macros to locate and utilise pkg-config.
|
|
554
|
+
|
|
555
|
+
Copyright © 2004 Scott James Remnant .
|
|
556
|
+
Copyright © 2012-2015 Dan Nicholson
|
|
557
|
+
|
|
558
|
+
This program is free software; you can redistribute it and/or modify
|
|
559
|
+
it under the terms of the GNU General Public License as published by
|
|
560
|
+
the Free Software Foundation; either version 2 of the License, or
|
|
561
|
+
(at your option) any later version.
|
|
562
|
+
|
|
563
|
+
This program is distributed in the hope that it will be useful, but
|
|
564
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
565
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
566
|
+
General Public License for more details.
|
|
567
|
+
|
|
568
|
+
You should have received a copy of the GNU General Public License
|
|
569
|
+
along with this program; if not, write to the Free Software
|
|
570
|
+
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
571
|
+
02111-1307, USA.
|
|
572
|
+
|
|
573
|
+
As a special exception to the GNU General Public License, if you
|
|
574
|
+
distribute this file as part of a program that contains a
|
|
575
|
+
configuration script generated by Autoconf, you may include it under
|
|
576
|
+
the same distribution terms that you use for the rest of that
|
|
577
|
+
program.
|
|
578
|
+
|
|
579
|
+
(The condition for the exception is fulfilled because
|
|
580
|
+
ICU4C includes a configuration script generated by Autoconf,
|
|
581
|
+
namely the `configure` script.)
|
|
582
|
+
|
|
583
|
+
----------------------------------------------------------------------
|
|
584
|
+
|
|
585
|
+
File: config.guess (only for ICU4C)
|
|
586
|
+
|
|
587
|
+
This file is free software; you can redistribute it and/or modify it
|
|
588
|
+
under the terms of the GNU General Public License as published by
|
|
589
|
+
the Free Software Foundation; either version 3 of the License, or
|
|
590
|
+
(at your option) any later version.
|
|
591
|
+
|
|
592
|
+
This program is distributed in the hope that it will be useful, but
|
|
593
|
+
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
594
|
+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
595
|
+
General Public License for more details.
|
|
596
|
+
|
|
597
|
+
You should have received a copy of the GNU General Public License
|
|
598
|
+
along with this program; if not, see .
|
|
599
|
+
|
|
600
|
+
As a special exception to the GNU General Public License, if you
|
|
601
|
+
distribute this file as part of a program that contains a
|
|
602
|
+
configuration script generated by Autoconf, you may include it under
|
|
603
|
+
the same distribution terms that you use for the rest of that
|
|
604
|
+
program. This Exception is an additional permission under section 7
|
|
605
|
+
of the GNU General Public License, version 3 ("GPLv3").
|
|
606
|
+
|
|
607
|
+
(The condition for the exception is fulfilled because
|
|
608
|
+
ICU4C includes a configuration script generated by Autoconf,
|
|
609
|
+
namely the `configure` script.)
|
|
610
|
+
|
|
611
|
+
----------------------------------------------------------------------
|
|
612
|
+
|
|
613
|
+
File: install-sh (only for ICU4C)
|
|
614
|
+
|
|
615
|
+
Copyright 1991 by the Massachusetts Institute of Technology
|
|
616
|
+
|
|
617
|
+
Permission to use, copy, modify, distribute, and sell this software and its
|
|
618
|
+
documentation for any purpose is hereby granted without fee, provided that
|
|
619
|
+
the above copyright notice appear in all copies and that both that
|
|
620
|
+
copyright notice and this permission notice appear in supporting
|
|
621
|
+
documentation, and that the name of M.I.T. not be used in advertising or
|
|
622
|
+
publicity pertaining to distribution of the software without specific,
|
|
623
|
+
written prior permission. M.I.T. makes no representations about the
|
|
624
|
+
suitability of this software for any purpose. It is provided "as is"
|
|
625
|
+
without express or implied warranty.
|
|
524
626
|
"""
|
|
525
627
|
|
|
526
628
|
- libuv, located at deps/uv, is licensed as follows:
|
package/README.md
CHANGED
|
@@ -286,8 +286,6 @@ For information about the governance of the Node.js project, see
|
|
|
286
286
|
**Tierney Cyren** <<hello@bnb.im>> (they/he)
|
|
287
287
|
* [bnoordhuis](https://github.com/bnoordhuis) -
|
|
288
288
|
**Ben Noordhuis** <<info@bnoordhuis.nl>>
|
|
289
|
-
* [boneskull](https://github.com/boneskull) -
|
|
290
|
-
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
291
289
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
292
290
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
293
291
|
* [bzoz](https://github.com/bzoz) -
|
|
@@ -398,6 +396,8 @@ For information about the governance of the Node.js project, see
|
|
|
398
396
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
399
397
|
* [Qard](https://github.com/Qard) -
|
|
400
398
|
**Stephen Belanger** <<admin@stephenbelanger.com>> (he/him)
|
|
399
|
+
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
400
|
+
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
401
401
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
402
402
|
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
|
|
403
403
|
* [rexagod](https://github.com/rexagod) -
|
|
@@ -470,6 +470,8 @@ For information about the governance of the Node.js project, see
|
|
|
470
470
|
**Alexey Orlenko** <<eaglexrlnk@gmail.com>> (he/him)
|
|
471
471
|
* [bmeurer](https://github.com/bmeurer) -
|
|
472
472
|
**Benedikt Meurer** <<benedikt.meurer@gmail.com>>
|
|
473
|
+
* [boneskull](https://github.com/boneskull) -
|
|
474
|
+
**Christopher Hiller** <<boneskull@boneskull.com>> (he/him)
|
|
473
475
|
* [brendanashworth](https://github.com/brendanashworth) -
|
|
474
476
|
**Brendan Ashworth** <<brendan.ashworth@me.com>>
|
|
475
477
|
* [calvinmetcalf](https://github.com/calvinmetcalf) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -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.
|
|
39
|
+
'v8_embedder_string': '-node.13',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -501,7 +501,7 @@
|
|
|
501
501
|
'GCC_ENABLE_CPP_RTTI': 'NO', # -fno-rtti
|
|
502
502
|
'GCC_ENABLE_PASCAL_STRINGS': 'NO', # No -mpascal-strings
|
|
503
503
|
'PREBINDING': 'NO', # No -Wl,-prebind
|
|
504
|
-
'MACOSX_DEPLOYMENT_TARGET': '10.
|
|
504
|
+
'MACOSX_DEPLOYMENT_TARGET': '10.15', # -mmacosx-version-min=10.15
|
|
505
505
|
'USE_HEADERMAP': 'NO',
|
|
506
506
|
'OTHER_CFLAGS': [
|
|
507
507
|
'-fno-strict-aliasing',
|
package/include/node/config.gypi
CHANGED
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
'force_dynamic_crt': 0,
|
|
17
17
|
'gas_version': '2.28',
|
|
18
18
|
'host_arch': 'ia32',
|
|
19
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
19
|
+
'icu_data_in': '../../deps/icu-tmp/icudt71l.dat',
|
|
20
20
|
'icu_endianness': 'l',
|
|
21
21
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
22
22
|
'icu_path': 'deps/icu-small',
|
|
23
23
|
'icu_small': 'false',
|
|
24
|
-
'icu_ver_major': '
|
|
24
|
+
'icu_ver_major': '71',
|
|
25
25
|
'is_debug': 0,
|
|
26
26
|
'llvm_version': '0.0',
|
|
27
27
|
'napi_build_version': '8',
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
'lib/http.js',
|
|
60
60
|
'lib/path.js',
|
|
61
61
|
'lib/process.js',
|
|
62
|
+
'lib/test.js',
|
|
62
63
|
'lib/v8.js',
|
|
63
64
|
'lib/wasi.js',
|
|
64
65
|
'lib/string_decoder.js',
|
|
@@ -137,6 +138,9 @@
|
|
|
137
138
|
'lib/internal/querystring.js',
|
|
138
139
|
'lib/internal/errors.js',
|
|
139
140
|
'lib/internal/constants.js',
|
|
141
|
+
'lib/internal/test_runner/harness.js',
|
|
142
|
+
'lib/internal/test_runner/test.js',
|
|
143
|
+
'lib/internal/test_runner/tap_stream.js',
|
|
140
144
|
'lib/internal/process/warning.js',
|
|
141
145
|
'lib/internal/process/per_thread.js',
|
|
142
146
|
'lib/internal/process/execution.js',
|
|
@@ -170,7 +174,6 @@
|
|
|
170
174
|
'lib/internal/fs/cp/cp-sync.js',
|
|
171
175
|
'lib/internal/tls/secure-pair.js',
|
|
172
176
|
'lib/internal/tls/secure-context.js',
|
|
173
|
-
'lib/internal/tls/parse-cert-string.js',
|
|
174
177
|
'lib/internal/test/binding.js',
|
|
175
178
|
'lib/internal/test/transfer.js',
|
|
176
179
|
'lib/internal/vm/module.js',
|
|
@@ -204,6 +207,7 @@
|
|
|
204
207
|
'lib/internal/perf/utils.js',
|
|
205
208
|
'lib/internal/perf/observe.js',
|
|
206
209
|
'lib/internal/bootstrap/node.js',
|
|
210
|
+
'lib/internal/bootstrap/browser.js',
|
|
207
211
|
'lib/internal/bootstrap/pre_execution.js',
|
|
208
212
|
'lib/internal/bootstrap/environment.js',
|
|
209
213
|
'lib/internal/bootstrap/loaders.js',
|
|
@@ -305,7 +309,7 @@
|
|
|
305
309
|
'lib/timers/promises.js',
|
|
306
310
|
'lib/util/types.js',
|
|
307
311
|
'lib/dns/promises.js'],
|
|
308
|
-
'node_module_version':
|
|
312
|
+
'node_module_version': 108,
|
|
309
313
|
'node_no_browser_globals': 'false',
|
|
310
314
|
'node_prefix': '/',
|
|
311
315
|
'node_release_urlbase': 'https://nodejs.org/download/release/',
|
|
@@ -334,13 +338,14 @@
|
|
|
334
338
|
'openssl_is_fips': 'false',
|
|
335
339
|
'openssl_quic': 'true',
|
|
336
340
|
'ossfuzz': 'false',
|
|
337
|
-
'shlib_suffix': 'so.
|
|
341
|
+
'shlib_suffix': 'so.108',
|
|
338
342
|
'target_arch': 'arm',
|
|
339
343
|
'v8_enable_31bit_smis_on_64bit_arch': 0,
|
|
340
344
|
'v8_enable_gdbjit': 0,
|
|
341
345
|
'v8_enable_hugepage': 0,
|
|
342
346
|
'v8_enable_i18n_support': 1,
|
|
343
347
|
'v8_enable_inspector': 1,
|
|
348
|
+
'v8_enable_javascript_promise_hooks': 1,
|
|
344
349
|
'v8_enable_lite_mode': 0,
|
|
345
350
|
'v8_enable_object_print': 1,
|
|
346
351
|
'v8_enable_pointer_compression': 0,
|
|
@@ -89,17 +89,6 @@ V8_PLATFORM_EXPORT void RunIdleTasks(v8::Platform* platform,
|
|
|
89
89
|
v8::Isolate* isolate,
|
|
90
90
|
double idle_time_in_seconds);
|
|
91
91
|
|
|
92
|
-
/**
|
|
93
|
-
* Attempts to set the tracing controller for the given platform.
|
|
94
|
-
*
|
|
95
|
-
* The |platform| has to be created using |NewDefaultPlatform|.
|
|
96
|
-
*
|
|
97
|
-
*/
|
|
98
|
-
V8_DEPRECATE_SOON("Access the DefaultPlatform directly")
|
|
99
|
-
V8_PLATFORM_EXPORT void SetTracingController(
|
|
100
|
-
v8::Platform* platform,
|
|
101
|
-
v8::platform::tracing::TracingController* tracing_controller);
|
|
102
|
-
|
|
103
92
|
/**
|
|
104
93
|
* Notifies the given platform about the Isolate getting deleted soon. Has to be
|
|
105
94
|
* called for all Isolates which are deleted - unless we're shutting down the
|
package/include/node/node.h
CHANGED
|
@@ -440,6 +440,8 @@ enum Flags : uint64_t {
|
|
|
440
440
|
// do not expect to have their behaviors changed because of globally
|
|
441
441
|
// installed modules.
|
|
442
442
|
kNoGlobalSearchPaths = 1 << 7,
|
|
443
|
+
// Do not export browser globals like setTimeout, console, etc.
|
|
444
|
+
kNoBrowserGlobals = 1 << 8,
|
|
443
445
|
// Controls whether or not the Environment should call V8Inspector::create().
|
|
444
446
|
// This control is needed by embedders who may not want to initialize the V8
|
|
445
447
|
// inspector in situations where one has already been created,
|
|
@@ -825,11 +827,13 @@ extern "C" NODE_EXTERN void node_module_register(void* mod);
|
|
|
825
827
|
#endif
|
|
826
828
|
|
|
827
829
|
#if defined(_MSC_VER)
|
|
828
|
-
#pragma section(".CRT$XCU", read)
|
|
829
830
|
#define NODE_C_CTOR(fn) \
|
|
830
831
|
NODE_CTOR_PREFIX void __cdecl fn(void); \
|
|
831
|
-
|
|
832
|
-
|
|
832
|
+
namespace { \
|
|
833
|
+
struct fn##_ { \
|
|
834
|
+
fn##_() { fn(); }; \
|
|
835
|
+
} fn##_v_; \
|
|
836
|
+
} \
|
|
833
837
|
NODE_CTOR_PREFIX void __cdecl fn(void)
|
|
834
838
|
#else
|
|
835
839
|
#define NODE_C_CTOR(fn) \
|
package/include/node/node_api.h
CHANGED
|
@@ -44,12 +44,29 @@ typedef struct napi_module {
|
|
|
44
44
|
#define NAPI_MODULE_VERSION 1
|
|
45
45
|
|
|
46
46
|
#if defined(_MSC_VER)
|
|
47
|
+
#if defined(__cplusplus)
|
|
48
|
+
#define NAPI_C_CTOR(fn) \
|
|
49
|
+
static void __cdecl fn(void); \
|
|
50
|
+
namespace { \
|
|
51
|
+
struct fn##_ { \
|
|
52
|
+
fn##_() { fn(); } \
|
|
53
|
+
} fn##_v_; \
|
|
54
|
+
} \
|
|
55
|
+
static void __cdecl fn(void)
|
|
56
|
+
#else // !defined(__cplusplus)
|
|
47
57
|
#pragma section(".CRT$XCU", read)
|
|
58
|
+
// The NAPI_C_CTOR macro defines a function fn that is called during CRT
|
|
59
|
+
// initialization.
|
|
60
|
+
// C does not support dynamic initialization of static variables and this code
|
|
61
|
+
// simulates C++ behavior. Exporting the function pointer prevents it from being
|
|
62
|
+
// optimized. See for details:
|
|
63
|
+
// https://docs.microsoft.com/en-us/cpp/c-runtime-library/crt-initialization?view=msvc-170
|
|
48
64
|
#define NAPI_C_CTOR(fn) \
|
|
49
65
|
static void __cdecl fn(void); \
|
|
50
66
|
__declspec(dllexport, allocate(".CRT$XCU")) void(__cdecl * fn##_)(void) = \
|
|
51
67
|
fn; \
|
|
52
68
|
static void __cdecl fn(void)
|
|
69
|
+
#endif // defined(__cplusplus)
|
|
53
70
|
#else
|
|
54
71
|
#define NAPI_C_CTOR(fn) \
|
|
55
72
|
static void fn(void) __attribute__((constructor)); \
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
#ifndef SRC_NODE_VERSION_H_
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
|
-
#define NODE_MAJOR_VERSION
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
25
|
+
#define NODE_MAJOR_VERSION 18
|
|
26
|
+
#define NODE_MINOR_VERSION 0
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
* version matching should open a pull request to reserve a number in this
|
|
90
90
|
* registry.
|
|
91
91
|
*/
|
|
92
|
-
#define NODE_MODULE_VERSION
|
|
92
|
+
#define NODE_MODULE_VERSION 108
|
|
93
93
|
|
|
94
94
|
// The NAPI_VERSION provided by this version of the runtime. This is the version
|
|
95
95
|
// which the Node binary being built supports.
|
|
@@ -132,8 +132,6 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
|
|
|
132
132
|
const char *str, const char sep);
|
|
133
133
|
unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
|
|
134
134
|
int OPENSSL_hexchar2int(unsigned char c);
|
|
135
|
-
int OPENSSL_strcasecmp(const char *s1, const char *s2);
|
|
136
|
-
int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
|
|
137
135
|
|
|
138
136
|
# define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
|
|
139
137
|
|
|
@@ -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
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 2
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.2"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.2+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 "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "15 Mar 2022"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -1381,8 +1381,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1381
1381
|
# define SSL_CTRL_GET_TMP_KEY 133
|
|
1382
1382
|
# define SSL_CTRL_GET_NEGOTIATED_GROUP 134
|
|
1383
1383
|
# define SSL_CTRL_SET_RETRY_VERIFY 136
|
|
1384
|
-
# define SSL_CTRL_GET_VERIFY_CERT_STORE 137
|
|
1385
|
-
# define SSL_CTRL_GET_CHAIN_CERT_STORE 138
|
|
1386
1384
|
# define SSL_CERT_SET_FIRST 1
|
|
1387
1385
|
# define SSL_CERT_SET_NEXT 2
|
|
1388
1386
|
# define SSL_CERT_SET_SERVER 3
|
|
@@ -1444,14 +1442,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1444
1442
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1445
1443
|
# define SSL_CTX_set1_verify_cert_store(ctx,st) \
|
|
1446
1444
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1447
|
-
# define SSL_CTX_get0_verify_cert_store(ctx,st) \
|
|
1448
|
-
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1449
1445
|
# define SSL_CTX_set0_chain_cert_store(ctx,st) \
|
|
1450
1446
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1451
1447
|
# define SSL_CTX_set1_chain_cert_store(ctx,st) \
|
|
1452
1448
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1453
|
-
# define SSL_CTX_get0_chain_cert_store(ctx,st) \
|
|
1454
|
-
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1455
1449
|
# define SSL_set0_chain(s,sk) \
|
|
1456
1450
|
SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
|
|
1457
1451
|
# define SSL_set1_chain(s,sk) \
|
|
@@ -1474,15 +1468,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1474
1468
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1475
1469
|
# define SSL_set1_verify_cert_store(s,st) \
|
|
1476
1470
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1477
|
-
#define SSL_get0_verify_cert_store(s,st) \
|
|
1478
|
-
SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1479
1471
|
# define SSL_set0_chain_cert_store(s,st) \
|
|
1480
1472
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1481
1473
|
# define SSL_set1_chain_cert_store(s,st) \
|
|
1482
1474
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1483
|
-
#define SSL_get0_chain_cert_store(s,st) \
|
|
1484
|
-
SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1485
|
-
|
|
1486
1475
|
# define SSL_get1_groups(s, glist) \
|
|
1487
1476
|
SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
|
|
1488
1477
|
# define SSL_CTX_set1_groups(ctx, glist, glistlen) \
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
*
|
|
8
8
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
|
|
|
552
552
|
X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
|
|
553
553
|
X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
|
|
554
554
|
# ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
555
|
-
# include <openssl/
|
|
555
|
+
# include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
|
|
556
556
|
# define X509_http_nbio(rctx, pcert) \
|
|
557
|
-
|
|
557
|
+
OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
|
|
558
558
|
# define X509_CRL_http_nbio(rctx, pcrl) \
|
|
559
|
-
|
|
559
|
+
OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
|
|
560
560
|
# endif
|
|
561
561
|
|
|
562
562
|
# ifndef OPENSSL_NO_STDIO
|
|
@@ -132,8 +132,6 @@ int OPENSSL_hexstr2buf_ex(unsigned char *buf, size_t buf_n, size_t *buflen,
|
|
|
132
132
|
const char *str, const char sep);
|
|
133
133
|
unsigned char *OPENSSL_hexstr2buf(const char *str, long *buflen);
|
|
134
134
|
int OPENSSL_hexchar2int(unsigned char c);
|
|
135
|
-
int OPENSSL_strcasecmp(const char *s1, const char *s2);
|
|
136
|
-
int OPENSSL_strncasecmp(const char *s1, const char *s2, size_t n);
|
|
137
135
|
|
|
138
136
|
# define OPENSSL_MALLOC_MAX_NELEMS(type) (((1U<<(sizeof(int)*8-1))-1)/sizeof(type))
|
|
139
137
|
|
|
@@ -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
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 2
|
|
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.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.2"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.2+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 "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "15 Mar 2022"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.2+quic 15 Mar 2022"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -1381,8 +1381,6 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1381
1381
|
# define SSL_CTRL_GET_TMP_KEY 133
|
|
1382
1382
|
# define SSL_CTRL_GET_NEGOTIATED_GROUP 134
|
|
1383
1383
|
# define SSL_CTRL_SET_RETRY_VERIFY 136
|
|
1384
|
-
# define SSL_CTRL_GET_VERIFY_CERT_STORE 137
|
|
1385
|
-
# define SSL_CTRL_GET_CHAIN_CERT_STORE 138
|
|
1386
1384
|
# define SSL_CERT_SET_FIRST 1
|
|
1387
1385
|
# define SSL_CERT_SET_NEXT 2
|
|
1388
1386
|
# define SSL_CERT_SET_SERVER 3
|
|
@@ -1444,14 +1442,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1444
1442
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1445
1443
|
# define SSL_CTX_set1_verify_cert_store(ctx,st) \
|
|
1446
1444
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1447
|
-
# define SSL_CTX_get0_verify_cert_store(ctx,st) \
|
|
1448
|
-
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1449
1445
|
# define SSL_CTX_set0_chain_cert_store(ctx,st) \
|
|
1450
1446
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1451
1447
|
# define SSL_CTX_set1_chain_cert_store(ctx,st) \
|
|
1452
1448
|
SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1453
|
-
# define SSL_CTX_get0_chain_cert_store(ctx,st) \
|
|
1454
|
-
SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1455
1449
|
# define SSL_set0_chain(s,sk) \
|
|
1456
1450
|
SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
|
|
1457
1451
|
# define SSL_set1_chain(s,sk) \
|
|
@@ -1474,15 +1468,10 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
|
|
|
1474
1468
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1475
1469
|
# define SSL_set1_verify_cert_store(s,st) \
|
|
1476
1470
|
SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
|
|
1477
|
-
#define SSL_get0_verify_cert_store(s,st) \
|
|
1478
|
-
SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
|
|
1479
1471
|
# define SSL_set0_chain_cert_store(s,st) \
|
|
1480
1472
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1481
1473
|
# define SSL_set1_chain_cert_store(s,st) \
|
|
1482
1474
|
SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
|
|
1483
|
-
#define SSL_get0_chain_cert_store(s,st) \
|
|
1484
|
-
SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
|
|
1485
|
-
|
|
1486
1475
|
# define SSL_get1_groups(s, glist) \
|
|
1487
1476
|
SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
|
|
1488
1477
|
# define SSL_CTX_set1_groups(ctx, glist, glistlen) \
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
*
|
|
8
8
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
@@ -552,11 +552,11 @@ int X509_NAME_digest(const X509_NAME *data, const EVP_MD *type,
|
|
|
552
552
|
X509 *X509_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
|
|
553
553
|
X509_CRL *X509_CRL_load_http(const char *url, BIO *bio, BIO *rbio, int timeout);
|
|
554
554
|
# ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
555
|
-
# include <openssl/
|
|
555
|
+
# include <openssl/ocsp.h> /* OCSP_REQ_CTX_nbio_d2i */
|
|
556
556
|
# define X509_http_nbio(rctx, pcert) \
|
|
557
|
-
|
|
557
|
+
OCSP_REQ_CTX_nbio_d2i(rctx, pcert, ASN1_ITEM_rptr(X509))
|
|
558
558
|
# define X509_CRL_http_nbio(rctx, pcrl) \
|
|
559
|
-
|
|
559
|
+
OCSP_REQ_CTX_nbio_d2i(rctx, pcrl, ASN1_ITEM_rptr(X509_CRL))
|
|
560
560
|
# endif
|
|
561
561
|
|
|
562
562
|
# ifndef OPENSSL_NO_STDIO
|