node-linux-x64 18.2.0 → 18.5.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 +235 -0
- package/README.md +11 -6
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +107 -105
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- 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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux32-s390x/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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -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/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/bnerr.h +2 -1
- package/include/node/openssl/core_names.h +4 -4
- package/include/node/v8-version.h +3 -3
- package/package.json +1 -1
package/include/node/config.gypi
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
|
-
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
|
|
2
|
+
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
|
|
3
3
|
'variables': { 'asan': 0,
|
|
4
4
|
'coverage': 'false',
|
|
5
5
|
'dcheck_always_on': 0,
|
|
@@ -27,86 +27,76 @@
|
|
|
27
27
|
'node_fipsinstall': 'false',
|
|
28
28
|
'node_install_corepack': 'true',
|
|
29
29
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
31
|
-
'lib/
|
|
32
|
-
'lib/
|
|
33
|
-
'lib/
|
|
34
|
-
'lib/
|
|
35
|
-
'lib/_http_server.js',
|
|
30
|
+
'node_library_files': [ 'lib/_http_outgoing.js',
|
|
31
|
+
'lib/buffer.js',
|
|
32
|
+
'lib/https.js',
|
|
33
|
+
'lib/net.js',
|
|
34
|
+
'lib/tls.js',
|
|
36
35
|
'lib/_stream_duplex.js',
|
|
37
36
|
'lib/_stream_passthrough.js',
|
|
38
37
|
'lib/_stream_readable.js',
|
|
39
38
|
'lib/_stream_transform.js',
|
|
40
39
|
'lib/_stream_wrap.js',
|
|
41
40
|
'lib/_stream_writable.js',
|
|
42
|
-
'lib/_tls_common.js',
|
|
43
|
-
'lib/_tls_wrap.js',
|
|
44
|
-
'lib/assert.js',
|
|
45
|
-
'lib/async_hooks.js',
|
|
46
|
-
'lib/buffer.js',
|
|
47
|
-
'lib/child_process.js',
|
|
48
41
|
'lib/cluster.js',
|
|
49
42
|
'lib/console.js',
|
|
50
43
|
'lib/constants.js',
|
|
51
|
-
'lib/crypto.js',
|
|
52
|
-
'lib/dgram.js',
|
|
53
44
|
'lib/diagnostics_channel.js',
|
|
54
|
-
'lib/dns.js',
|
|
55
|
-
'lib/domain.js',
|
|
56
|
-
'lib/events.js',
|
|
57
|
-
'lib/fs.js',
|
|
58
|
-
'lib/http.js',
|
|
59
45
|
'lib/http2.js',
|
|
60
|
-
'lib/https.js',
|
|
61
|
-
'lib/inspector.js',
|
|
62
46
|
'lib/module.js',
|
|
63
|
-
'lib/net.js',
|
|
64
|
-
'lib/os.js',
|
|
65
47
|
'lib/path.js',
|
|
66
|
-
'lib/perf_hooks.js',
|
|
67
48
|
'lib/process.js',
|
|
68
49
|
'lib/punycode.js',
|
|
69
50
|
'lib/querystring.js',
|
|
70
|
-
'lib/readline.js',
|
|
71
|
-
'lib/repl.js',
|
|
72
|
-
'lib/stream.js',
|
|
73
|
-
'lib/string_decoder.js',
|
|
74
51
|
'lib/sys.js',
|
|
75
|
-
'lib/test.js',
|
|
76
|
-
'lib/timers.js',
|
|
77
|
-
'lib/tls.js',
|
|
78
52
|
'lib/trace_events.js',
|
|
79
53
|
'lib/tty.js',
|
|
80
54
|
'lib/url.js',
|
|
81
|
-
'lib/util.js',
|
|
82
|
-
'lib/v8.js',
|
|
83
|
-
'lib/vm.js',
|
|
84
|
-
'lib/wasi.js',
|
|
85
55
|
'lib/worker_threads.js',
|
|
56
|
+
'lib/_tls_common.js',
|
|
57
|
+
'lib/events.js',
|
|
58
|
+
'lib/os.js',
|
|
59
|
+
'lib/wasi.js',
|
|
60
|
+
'lib/inspector.js',
|
|
61
|
+
'lib/repl.js',
|
|
62
|
+
'lib/test.js',
|
|
63
|
+
'lib/v8.js',
|
|
64
|
+
'lib/_http_incoming.js',
|
|
65
|
+
'lib/child_process.js',
|
|
66
|
+
'lib/dns.js',
|
|
67
|
+
'lib/crypto.js',
|
|
68
|
+
'lib/dgram.js',
|
|
69
|
+
'lib/domain.js',
|
|
70
|
+
'lib/http.js',
|
|
71
|
+
'lib/perf_hooks.js',
|
|
72
|
+
'lib/stream.js',
|
|
73
|
+
'lib/string_decoder.js',
|
|
74
|
+
'lib/timers.js',
|
|
75
|
+
'lib/util.js',
|
|
86
76
|
'lib/zlib.js',
|
|
77
|
+
'lib/_tls_wrap.js',
|
|
78
|
+
'lib/assert.js',
|
|
79
|
+
'lib/fs.js',
|
|
80
|
+
'lib/async_hooks.js',
|
|
81
|
+
'lib/_http_server.js',
|
|
82
|
+
'lib/vm.js',
|
|
83
|
+
'lib/readline.js',
|
|
84
|
+
'lib/_http_agent.js',
|
|
85
|
+
'lib/_http_client.js',
|
|
86
|
+
'lib/_http_common.js',
|
|
87
87
|
'lib/assert/strict.js',
|
|
88
88
|
'lib/dns/promises.js',
|
|
89
89
|
'lib/fs/promises.js',
|
|
90
|
-
'lib/internal/abort_controller.js',
|
|
91
90
|
'lib/internal/assert.js',
|
|
92
|
-
'lib/internal/async_hooks.js',
|
|
93
|
-
'lib/internal/blob.js',
|
|
94
91
|
'lib/internal/blocklist.js',
|
|
95
92
|
'lib/internal/buffer.js',
|
|
96
|
-
'lib/internal/child_process.js',
|
|
97
93
|
'lib/internal/cli_table.js',
|
|
98
94
|
'lib/internal/constants.js',
|
|
99
95
|
'lib/internal/dgram.js',
|
|
100
96
|
'lib/internal/dtrace.js',
|
|
101
|
-
'lib/internal/encoding.js',
|
|
102
|
-
'lib/internal/error_serdes.js',
|
|
103
|
-
'lib/internal/event_target.js',
|
|
104
97
|
'lib/internal/fixed_queue.js',
|
|
105
98
|
'lib/internal/freelist.js',
|
|
106
|
-
'lib/internal/freeze_intrinsics.js',
|
|
107
99
|
'lib/internal/heap_utils.js',
|
|
108
|
-
'lib/internal/histogram.js',
|
|
109
|
-
'lib/internal/http.js',
|
|
110
100
|
'lib/internal/idna.js',
|
|
111
101
|
'lib/internal/inspector_async_hook.js',
|
|
112
102
|
'lib/internal/js_stream_socket.js',
|
|
@@ -114,7 +104,6 @@
|
|
|
114
104
|
'lib/internal/net.js',
|
|
115
105
|
'lib/internal/options.js',
|
|
116
106
|
'lib/internal/priority_queue.js',
|
|
117
|
-
'lib/internal/promise_hooks.js',
|
|
118
107
|
'lib/internal/querystring.js',
|
|
119
108
|
'lib/internal/repl.js',
|
|
120
109
|
'lib/internal/socket_list.js',
|
|
@@ -123,184 +112,197 @@
|
|
|
123
112
|
'lib/internal/structured_clone.js',
|
|
124
113
|
'lib/internal/timers.js',
|
|
125
114
|
'lib/internal/trace_events_async_hooks.js',
|
|
126
|
-
'lib/internal/tty.js',
|
|
127
|
-
'lib/internal/url.js',
|
|
128
|
-
'lib/internal/util.js',
|
|
129
115
|
'lib/internal/v8_prof_polyfill.js',
|
|
130
116
|
'lib/internal/v8_prof_processor.js',
|
|
131
|
-
'lib/internal/validators.js',
|
|
132
117
|
'lib/internal/wasm_web_api.js',
|
|
133
118
|
'lib/internal/watchdog.js',
|
|
119
|
+
'lib/internal/abort_controller.js',
|
|
120
|
+
'lib/internal/async_hooks.js',
|
|
121
|
+
'lib/internal/child_process.js',
|
|
122
|
+
'lib/internal/error_serdes.js',
|
|
123
|
+
'lib/internal/url.js',
|
|
124
|
+
'lib/internal/encoding.js',
|
|
125
|
+
'lib/internal/histogram.js',
|
|
126
|
+
'lib/internal/promise_hooks.js',
|
|
127
|
+
'lib/internal/tty.js',
|
|
128
|
+
'lib/internal/util.js',
|
|
129
|
+
'lib/internal/validators.js',
|
|
134
130
|
'lib/internal/worker.js',
|
|
131
|
+
'lib/internal/blob.js',
|
|
135
132
|
'lib/internal/errors.js',
|
|
136
|
-
'lib/internal/
|
|
133
|
+
'lib/internal/event_target.js',
|
|
134
|
+
'lib/internal/freeze_intrinsics.js',
|
|
135
|
+
'lib/internal/http.js',
|
|
137
136
|
'lib/internal/assert/calltracker.js',
|
|
138
|
-
'lib/internal/
|
|
137
|
+
'lib/internal/assert/assertion_error.js',
|
|
139
138
|
'lib/internal/bootstrap/environment.js',
|
|
140
139
|
'lib/internal/bootstrap/loaders.js',
|
|
140
|
+
'lib/internal/bootstrap/browser.js',
|
|
141
141
|
'lib/internal/bootstrap/node.js',
|
|
142
142
|
'lib/internal/bootstrap/pre_execution.js',
|
|
143
143
|
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
144
144
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
145
|
-
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
146
145
|
'lib/internal/bootstrap/switches/is_not_main_thread.js',
|
|
146
|
+
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
147
147
|
'lib/internal/child_process/serialization.js',
|
|
148
148
|
'lib/internal/cluster/child.js',
|
|
149
|
-
'lib/internal/cluster/primary.js',
|
|
150
149
|
'lib/internal/cluster/round_robin_handle.js',
|
|
151
150
|
'lib/internal/cluster/shared_handle.js',
|
|
152
151
|
'lib/internal/cluster/utils.js',
|
|
153
152
|
'lib/internal/cluster/worker.js',
|
|
154
|
-
'lib/internal/
|
|
153
|
+
'lib/internal/cluster/primary.js',
|
|
155
154
|
'lib/internal/console/global.js',
|
|
156
|
-
'lib/internal/
|
|
155
|
+
'lib/internal/console/constructor.js',
|
|
157
156
|
'lib/internal/crypto/certificate.js',
|
|
158
157
|
'lib/internal/crypto/cipher.js',
|
|
159
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
160
|
-
'lib/internal/crypto/dsa.js',
|
|
161
|
-
'lib/internal/crypto/ec.js',
|
|
162
|
-
'lib/internal/crypto/hash.js',
|
|
163
|
-
'lib/internal/crypto/hashnames.js',
|
|
164
158
|
'lib/internal/crypto/hkdf.js',
|
|
165
|
-
'lib/internal/crypto/
|
|
159
|
+
'lib/internal/crypto/pbkdf2.js',
|
|
160
|
+
'lib/internal/crypto/sig.js',
|
|
166
161
|
'lib/internal/crypto/keys.js',
|
|
162
|
+
'lib/internal/crypto/hashnames.js',
|
|
163
|
+
'lib/internal/crypto/keygen.js',
|
|
167
164
|
'lib/internal/crypto/mac.js',
|
|
168
|
-
'lib/internal/crypto/pbkdf2.js',
|
|
169
165
|
'lib/internal/crypto/random.js',
|
|
170
|
-
'lib/internal/crypto/rsa.js',
|
|
171
166
|
'lib/internal/crypto/scrypt.js',
|
|
172
|
-
'lib/internal/crypto/sig.js',
|
|
173
167
|
'lib/internal/crypto/util.js',
|
|
174
|
-
'lib/internal/crypto/webcrypto.js',
|
|
175
168
|
'lib/internal/crypto/x509.js',
|
|
176
|
-
'lib/internal/
|
|
169
|
+
'lib/internal/crypto/cfrg.js',
|
|
170
|
+
'lib/internal/crypto/ec.js',
|
|
171
|
+
'lib/internal/crypto/aes.js',
|
|
172
|
+
'lib/internal/crypto/diffiehellman.js',
|
|
173
|
+
'lib/internal/crypto/hash.js',
|
|
174
|
+
'lib/internal/crypto/rsa.js',
|
|
175
|
+
'lib/internal/crypto/webcrypto.js',
|
|
177
176
|
'lib/internal/debugger/inspect_client.js',
|
|
177
|
+
'lib/internal/debugger/inspect.js',
|
|
178
178
|
'lib/internal/debugger/inspect_repl.js',
|
|
179
179
|
'lib/internal/dns/promises.js',
|
|
180
180
|
'lib/internal/dns/utils.js',
|
|
181
|
-
'lib/internal/fs/dir.js',
|
|
182
|
-
'lib/internal/fs/promises.js',
|
|
183
181
|
'lib/internal/fs/read_file_context.js',
|
|
184
182
|
'lib/internal/fs/rimraf.js',
|
|
183
|
+
'lib/internal/fs/dir.js',
|
|
184
|
+
'lib/internal/fs/watchers.js',
|
|
185
|
+
'lib/internal/fs/promises.js',
|
|
185
186
|
'lib/internal/fs/streams.js',
|
|
186
187
|
'lib/internal/fs/sync_write_stream.js',
|
|
187
188
|
'lib/internal/fs/utils.js',
|
|
188
|
-
'lib/internal/fs/watchers.js',
|
|
189
189
|
'lib/internal/fs/cp/cp-sync.js',
|
|
190
190
|
'lib/internal/fs/cp/cp.js',
|
|
191
191
|
'lib/internal/http2/compat.js',
|
|
192
|
-
'lib/internal/http2/core.js',
|
|
193
192
|
'lib/internal/http2/util.js',
|
|
193
|
+
'lib/internal/http2/core.js',
|
|
194
194
|
'lib/internal/legacy/processbinding.js',
|
|
195
195
|
'lib/internal/main/check_syntax.js',
|
|
196
196
|
'lib/internal/main/eval_stdin.js',
|
|
197
197
|
'lib/internal/main/eval_string.js',
|
|
198
198
|
'lib/internal/main/inspect.js',
|
|
199
|
-
'lib/internal/main/mksnapshot.js',
|
|
200
|
-
'lib/internal/main/print_help.js',
|
|
201
199
|
'lib/internal/main/prof_process.js',
|
|
202
200
|
'lib/internal/main/repl.js',
|
|
203
201
|
'lib/internal/main/run_main_module.js',
|
|
204
|
-
'lib/internal/main/test_runner.js',
|
|
205
202
|
'lib/internal/main/worker_thread.js',
|
|
203
|
+
'lib/internal/main/mksnapshot.js',
|
|
204
|
+
'lib/internal/main/print_help.js',
|
|
205
|
+
'lib/internal/main/test_runner.js',
|
|
206
206
|
'lib/internal/modules/package_json_reader.js',
|
|
207
207
|
'lib/internal/modules/run_main.js',
|
|
208
208
|
'lib/internal/modules/cjs/helpers.js',
|
|
209
209
|
'lib/internal/modules/cjs/loader.js',
|
|
210
210
|
'lib/internal/modules/esm/assert.js',
|
|
211
211
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
212
|
+
'lib/internal/modules/esm/get_format.js',
|
|
213
|
+
'lib/internal/modules/esm/handle_process_exit.js',
|
|
214
|
+
'lib/internal/modules/esm/module_map.js',
|
|
212
215
|
'lib/internal/modules/esm/fetch_module.js',
|
|
213
216
|
'lib/internal/modules/esm/formats.js',
|
|
214
|
-
'lib/internal/modules/esm/get_format.js',
|
|
215
217
|
'lib/internal/modules/esm/get_source.js',
|
|
216
|
-
'lib/internal/modules/esm/handle_process_exit.js',
|
|
217
218
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
218
219
|
'lib/internal/modules/esm/load.js',
|
|
220
|
+
'lib/internal/modules/esm/loader.js',
|
|
219
221
|
'lib/internal/modules/esm/module_job.js',
|
|
220
|
-
'lib/internal/modules/esm/module_map.js',
|
|
221
222
|
'lib/internal/modules/esm/resolve.js',
|
|
222
223
|
'lib/internal/modules/esm/translators.js',
|
|
223
|
-
'lib/internal/modules/esm/loader.js',
|
|
224
|
-
'lib/internal/per_context/domexception.js',
|
|
225
224
|
'lib/internal/per_context/messageport.js',
|
|
225
|
+
'lib/internal/per_context/domexception.js',
|
|
226
226
|
'lib/internal/per_context/primordials.js',
|
|
227
|
-
'lib/internal/perf/event_loop_delay.js',
|
|
228
227
|
'lib/internal/perf/event_loop_utilization.js',
|
|
228
|
+
'lib/internal/perf/performance_entry.js',
|
|
229
|
+
'lib/internal/perf/utils.js',
|
|
229
230
|
'lib/internal/perf/nodetiming.js',
|
|
230
|
-
'lib/internal/perf/observe.js',
|
|
231
231
|
'lib/internal/perf/performance.js',
|
|
232
|
-
'lib/internal/perf/
|
|
233
|
-
'lib/internal/perf/
|
|
234
|
-
'lib/internal/perf/timerify.js',
|
|
232
|
+
'lib/internal/perf/event_loop_delay.js',
|
|
233
|
+
'lib/internal/perf/observe.js',
|
|
235
234
|
'lib/internal/perf/usertiming.js',
|
|
236
|
-
'lib/internal/perf/
|
|
235
|
+
'lib/internal/perf/timerify.js',
|
|
236
|
+
'lib/internal/perf/resource_timing.js',
|
|
237
237
|
'lib/internal/policy/manifest.js',
|
|
238
238
|
'lib/internal/policy/sri.js',
|
|
239
239
|
'lib/internal/process/execution.js',
|
|
240
|
-
'lib/internal/process/per_thread.js',
|
|
241
240
|
'lib/internal/process/policy.js',
|
|
242
|
-
'lib/internal/process/promises.js',
|
|
243
241
|
'lib/internal/process/report.js',
|
|
244
242
|
'lib/internal/process/signal.js',
|
|
245
243
|
'lib/internal/process/task_queues.js',
|
|
246
244
|
'lib/internal/process/warning.js',
|
|
247
245
|
'lib/internal/process/worker_thread_only.js',
|
|
246
|
+
'lib/internal/process/promises.js',
|
|
248
247
|
'lib/internal/process/esm_loader.js',
|
|
248
|
+
'lib/internal/process/per_thread.js',
|
|
249
249
|
'lib/internal/readline/callbacks.js',
|
|
250
250
|
'lib/internal/readline/emitKeypressEvents.js',
|
|
251
|
-
'lib/internal/readline/interface.js',
|
|
252
251
|
'lib/internal/readline/promises.js',
|
|
252
|
+
'lib/internal/readline/interface.js',
|
|
253
253
|
'lib/internal/readline/utils.js',
|
|
254
254
|
'lib/internal/repl/await.js',
|
|
255
255
|
'lib/internal/repl/history.js',
|
|
256
256
|
'lib/internal/repl/utils.js',
|
|
257
|
-
'lib/internal/source_map/prepare_stack_trace.js',
|
|
258
257
|
'lib/internal/source_map/source_map.js',
|
|
258
|
+
'lib/internal/source_map/prepare_stack_trace.js',
|
|
259
259
|
'lib/internal/source_map/source_map_cache.js',
|
|
260
260
|
'lib/internal/streams/add-abort-signal.js',
|
|
261
261
|
'lib/internal/streams/buffer_list.js',
|
|
262
262
|
'lib/internal/streams/compose.js',
|
|
263
|
-
'lib/internal/streams/destroy.js',
|
|
264
|
-
'lib/internal/streams/duplex.js',
|
|
265
263
|
'lib/internal/streams/duplexify.js',
|
|
266
|
-
'lib/internal/streams/end-of-stream.js',
|
|
267
264
|
'lib/internal/streams/from.js',
|
|
268
|
-
'lib/internal/streams/lazy_transform.js',
|
|
269
265
|
'lib/internal/streams/legacy.js',
|
|
270
|
-
'lib/internal/streams/operators.js',
|
|
271
266
|
'lib/internal/streams/passthrough.js',
|
|
272
267
|
'lib/internal/streams/pipeline.js',
|
|
273
|
-
'lib/internal/streams/readable.js',
|
|
274
268
|
'lib/internal/streams/state.js',
|
|
275
269
|
'lib/internal/streams/transform.js',
|
|
276
270
|
'lib/internal/streams/utils.js',
|
|
271
|
+
'lib/internal/streams/duplex.js',
|
|
272
|
+
'lib/internal/streams/lazy_transform.js',
|
|
273
|
+
'lib/internal/streams/readable.js',
|
|
277
274
|
'lib/internal/streams/writable.js',
|
|
275
|
+
'lib/internal/streams/end-of-stream.js',
|
|
276
|
+
'lib/internal/streams/destroy.js',
|
|
277
|
+
'lib/internal/streams/operators.js',
|
|
278
278
|
'lib/internal/test/binding.js',
|
|
279
279
|
'lib/internal/test/transfer.js',
|
|
280
280
|
'lib/internal/test_runner/harness.js',
|
|
281
281
|
'lib/internal/test_runner/tap_stream.js',
|
|
282
282
|
'lib/internal/test_runner/test.js',
|
|
283
283
|
'lib/internal/test_runner/utils.js',
|
|
284
|
-
'lib/internal/tls/secure-context.js',
|
|
285
284
|
'lib/internal/tls/secure-pair.js',
|
|
285
|
+
'lib/internal/tls/secure-context.js',
|
|
286
286
|
'lib/internal/util/comparisons.js',
|
|
287
|
+
'lib/internal/util/iterable_weak_map.js',
|
|
287
288
|
'lib/internal/util/debuglog.js',
|
|
288
|
-
'lib/internal/util/inspect.js',
|
|
289
289
|
'lib/internal/util/inspector.js',
|
|
290
|
-
'lib/internal/util/
|
|
290
|
+
'lib/internal/util/inspect.js',
|
|
291
291
|
'lib/internal/util/types.js',
|
|
292
|
+
'lib/internal/util/parse_args/parse_args.js',
|
|
293
|
+
'lib/internal/util/parse_args/utils.js',
|
|
292
294
|
'lib/internal/vm/module.js',
|
|
293
|
-
'lib/internal/webstreams/adapters.js',
|
|
294
295
|
'lib/internal/webstreams/compression.js',
|
|
295
|
-
'lib/internal/webstreams/encoding.js',
|
|
296
296
|
'lib/internal/webstreams/queuingstrategies.js',
|
|
297
|
-
'lib/internal/webstreams/readablestream.js',
|
|
298
|
-
'lib/internal/webstreams/transfer.js',
|
|
299
297
|
'lib/internal/webstreams/transformstream.js',
|
|
300
|
-
'lib/internal/webstreams/util.js',
|
|
301
298
|
'lib/internal/webstreams/writablestream.js',
|
|
302
|
-
'lib/internal/
|
|
299
|
+
'lib/internal/webstreams/transfer.js',
|
|
300
|
+
'lib/internal/webstreams/adapters.js',
|
|
301
|
+
'lib/internal/webstreams/encoding.js',
|
|
302
|
+
'lib/internal/webstreams/readablestream.js',
|
|
303
|
+
'lib/internal/webstreams/util.js',
|
|
303
304
|
'lib/internal/worker/js_transferable.js',
|
|
305
|
+
'lib/internal/worker/io.js',
|
|
304
306
|
'lib/path/posix.js',
|
|
305
307
|
'lib/path/win32.js',
|
|
306
308
|
'lib/readline/promises.js',
|
|
@@ -173,9 +173,9 @@ extern "C" {
|
|
|
173
173
|
|
|
174
174
|
# ifndef OPENSSL_NO_KTLS
|
|
175
175
|
# define BIO_get_ktls_send(b) \
|
|
176
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
|
|
176
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
|
|
177
177
|
# define BIO_get_ktls_recv(b) \
|
|
178
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
|
|
178
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
|
|
179
179
|
# else
|
|
180
180
|
# define BIO_get_ktls_send(b) (0)
|
|
181
181
|
# define BIO_get_ktls_recv(b) (0)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* WARNING: do not edit!
|
|
3
|
-
* Generated by
|
|
3
|
+
* Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
|
|
4
|
+
* via Makefile.in
|
|
4
5
|
*
|
|
5
6
|
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
7
|
*
|
|
@@ -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 5
|
|
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.5"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -173,9 +173,9 @@ extern "C" {
|
|
|
173
173
|
|
|
174
174
|
# ifndef OPENSSL_NO_KTLS
|
|
175
175
|
# define BIO_get_ktls_send(b) \
|
|
176
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
|
|
176
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
|
|
177
177
|
# define BIO_get_ktls_recv(b) \
|
|
178
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
|
|
178
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
|
|
179
179
|
# else
|
|
180
180
|
# define BIO_get_ktls_send(b) (0)
|
|
181
181
|
# define BIO_get_ktls_recv(b) (0)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* WARNING: do not edit!
|
|
3
|
-
* Generated by
|
|
3
|
+
* Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
|
|
4
|
+
* via Makefile.in
|
|
4
5
|
*
|
|
5
6
|
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
7
|
*
|
|
@@ -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 5
|
|
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.5"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -173,9 +173,9 @@ extern "C" {
|
|
|
173
173
|
|
|
174
174
|
# ifndef OPENSSL_NO_KTLS
|
|
175
175
|
# define BIO_get_ktls_send(b) \
|
|
176
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL)
|
|
176
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_SEND, 0, NULL) > 0)
|
|
177
177
|
# define BIO_get_ktls_recv(b) \
|
|
178
|
-
BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL)
|
|
178
|
+
(BIO_ctrl(b, BIO_CTRL_GET_KTLS_RECV, 0, NULL) > 0)
|
|
179
179
|
# else
|
|
180
180
|
# define BIO_get_ktls_send(b) (0)
|
|
181
181
|
# define BIO_get_ktls_recv(b) (0)
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* WARNING: do not edit!
|
|
3
|
-
* Generated by
|
|
3
|
+
* Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
|
|
4
|
+
* via Makefile.in
|
|
4
5
|
*
|
|
5
6
|
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
7
|
*
|
|
@@ -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 5
|
|
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.5"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.5+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 "5 Jul 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.5+quic 5 Jul 2022"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|