node-linux-x64 18.4.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 +25 -0
- package/bin/node +0 -0
- package/include/node/config.gypi +49 -49
- 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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
+
<a href="#18.5.0">18.5.0</a><br/>
|
|
11
12
|
<a href="#18.4.0">18.4.0</a><br/>
|
|
12
13
|
<a href="#18.3.0">18.3.0</a><br/>
|
|
13
14
|
<a href="#18.2.0">18.2.0</a><br/>
|
|
@@ -37,6 +38,30 @@
|
|
|
37
38
|
* [io.js](CHANGELOG_IOJS.md)
|
|
38
39
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
39
40
|
|
|
41
|
+
<a id="18.5.0"></a>
|
|
42
|
+
|
|
43
|
+
## 2022-07-07, Version 18.5.0 (Current), @RafaelGSS
|
|
44
|
+
|
|
45
|
+
This is a security release.
|
|
46
|
+
|
|
47
|
+
### Notable Changes
|
|
48
|
+
|
|
49
|
+
* \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
50
|
+
* \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
51
|
+
* Node.js now reads `nodejs_conf` section in the `openssl` config
|
|
52
|
+
* \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
|
|
53
|
+
* \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
|
|
54
|
+
|
|
55
|
+
### Commits
|
|
56
|
+
|
|
57
|
+
* \[[`dc7af13486`](https://github.com/nodejs/node/commit/dc7af13486)] - **deps**: update archs files for quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
|
|
58
|
+
* \[[`fa72c534eb`](https://github.com/nodejs/node/commit/fa72c534eb)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.5+quic (RafaelGSS) [#43693](https://github.com/nodejs/node/pull/43693)
|
|
59
|
+
* \[[`a5fc2deb43`](https://github.com/nodejs/node/commit/a5fc2deb43)] - **deps**: update default openssl.cnf directory (Michael Dawson) [nodejs-private/node-private#335](https://github.com/nodejs-private/node-private/pull/335)
|
|
60
|
+
* \[[`f2407748e3`](https://github.com/nodejs/node/commit/f2407748e3)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#315](https://github.com/nodejs-private/node-private/pull/315)
|
|
61
|
+
* \[[`e4af5eba95`](https://github.com/nodejs/node/commit/e4af5eba95)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
|
|
62
|
+
* \[[`3f0c3e142d`](https://github.com/nodejs/node/commit/3f0c3e142d)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
63
|
+
* \[[`9578158ff8`](https://github.com/nodejs/node/commit/9578158ff8)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
64
|
+
|
|
40
65
|
<a id="18.4.0"></a>
|
|
41
66
|
|
|
42
67
|
## 2022-06-16, Version 18.4.0 (Current), @danielleadams
|
package/bin/node
CHANGED
|
Binary file
|
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,14 +27,17 @@
|
|
|
27
27
|
'node_fipsinstall': 'false',
|
|
28
28
|
'node_install_corepack': 'true',
|
|
29
29
|
'node_install_npm': 'true',
|
|
30
|
-
'node_library_files': [ 'lib/
|
|
30
|
+
'node_library_files': [ 'lib/_http_outgoing.js',
|
|
31
|
+
'lib/buffer.js',
|
|
32
|
+
'lib/https.js',
|
|
33
|
+
'lib/net.js',
|
|
34
|
+
'lib/tls.js',
|
|
31
35
|
'lib/_stream_duplex.js',
|
|
32
36
|
'lib/_stream_passthrough.js',
|
|
33
37
|
'lib/_stream_readable.js',
|
|
34
38
|
'lib/_stream_transform.js',
|
|
35
39
|
'lib/_stream_wrap.js',
|
|
36
40
|
'lib/_stream_writable.js',
|
|
37
|
-
'lib/assert.js',
|
|
38
41
|
'lib/cluster.js',
|
|
39
42
|
'lib/console.js',
|
|
40
43
|
'lib/constants.js',
|
|
@@ -46,21 +49,21 @@
|
|
|
46
49
|
'lib/punycode.js',
|
|
47
50
|
'lib/querystring.js',
|
|
48
51
|
'lib/sys.js',
|
|
49
|
-
'lib/test.js',
|
|
50
52
|
'lib/trace_events.js',
|
|
51
53
|
'lib/tty.js',
|
|
52
54
|
'lib/url.js',
|
|
53
|
-
'lib/v8.js',
|
|
54
55
|
'lib/worker_threads.js',
|
|
55
|
-
'lib/wasi.js',
|
|
56
56
|
'lib/_tls_common.js',
|
|
57
57
|
'lib/events.js',
|
|
58
58
|
'lib/os.js',
|
|
59
|
+
'lib/wasi.js',
|
|
59
60
|
'lib/inspector.js',
|
|
60
|
-
'lib/
|
|
61
|
+
'lib/repl.js',
|
|
62
|
+
'lib/test.js',
|
|
63
|
+
'lib/v8.js',
|
|
61
64
|
'lib/_http_incoming.js',
|
|
62
|
-
'lib/
|
|
63
|
-
'lib/
|
|
65
|
+
'lib/child_process.js',
|
|
66
|
+
'lib/dns.js',
|
|
64
67
|
'lib/crypto.js',
|
|
65
68
|
'lib/dgram.js',
|
|
66
69
|
'lib/domain.js',
|
|
@@ -69,21 +72,18 @@
|
|
|
69
72
|
'lib/stream.js',
|
|
70
73
|
'lib/string_decoder.js',
|
|
71
74
|
'lib/timers.js',
|
|
72
|
-
'lib/tls.js',
|
|
73
75
|
'lib/util.js',
|
|
74
76
|
'lib/zlib.js',
|
|
75
|
-
'lib/repl.js',
|
|
76
|
-
'lib/_http_agent.js',
|
|
77
|
-
'lib/_http_client.js',
|
|
78
77
|
'lib/_tls_wrap.js',
|
|
79
|
-
'lib/
|
|
80
|
-
'lib/child_process.js',
|
|
78
|
+
'lib/assert.js',
|
|
81
79
|
'lib/fs.js',
|
|
82
|
-
'lib/
|
|
80
|
+
'lib/async_hooks.js',
|
|
81
|
+
'lib/_http_server.js',
|
|
83
82
|
'lib/vm.js',
|
|
84
83
|
'lib/readline.js',
|
|
85
|
-
'lib/
|
|
86
|
-
'lib/
|
|
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',
|
|
@@ -112,27 +112,27 @@
|
|
|
112
112
|
'lib/internal/structured_clone.js',
|
|
113
113
|
'lib/internal/timers.js',
|
|
114
114
|
'lib/internal/trace_events_async_hooks.js',
|
|
115
|
-
'lib/internal/tty.js',
|
|
116
115
|
'lib/internal/v8_prof_polyfill.js',
|
|
117
116
|
'lib/internal/v8_prof_processor.js',
|
|
118
117
|
'lib/internal/wasm_web_api.js',
|
|
119
118
|
'lib/internal/watchdog.js',
|
|
120
|
-
'lib/internal/validators.js',
|
|
121
|
-
'lib/internal/http.js',
|
|
122
119
|
'lib/internal/abort_controller.js',
|
|
123
120
|
'lib/internal/async_hooks.js',
|
|
124
121
|
'lib/internal/child_process.js',
|
|
125
122
|
'lib/internal/error_serdes.js',
|
|
126
|
-
'lib/internal/freeze_intrinsics.js',
|
|
127
123
|
'lib/internal/url.js',
|
|
128
|
-
'lib/internal/blob.js',
|
|
129
124
|
'lib/internal/encoding.js',
|
|
130
|
-
'lib/internal/event_target.js',
|
|
131
125
|
'lib/internal/histogram.js',
|
|
132
126
|
'lib/internal/promise_hooks.js',
|
|
127
|
+
'lib/internal/tty.js',
|
|
128
|
+
'lib/internal/util.js',
|
|
129
|
+
'lib/internal/validators.js',
|
|
133
130
|
'lib/internal/worker.js',
|
|
131
|
+
'lib/internal/blob.js',
|
|
134
132
|
'lib/internal/errors.js',
|
|
135
|
-
'lib/internal/
|
|
133
|
+
'lib/internal/event_target.js',
|
|
134
|
+
'lib/internal/freeze_intrinsics.js',
|
|
135
|
+
'lib/internal/http.js',
|
|
136
136
|
'lib/internal/assert/calltracker.js',
|
|
137
137
|
'lib/internal/assert/assertion_error.js',
|
|
138
138
|
'lib/internal/bootstrap/environment.js',
|
|
@@ -142,42 +142,42 @@
|
|
|
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',
|
|
155
|
+
'lib/internal/console/constructor.js',
|
|
156
156
|
'lib/internal/crypto/certificate.js',
|
|
157
157
|
'lib/internal/crypto/cipher.js',
|
|
158
|
-
'lib/internal/crypto/hash.js',
|
|
159
158
|
'lib/internal/crypto/hkdf.js',
|
|
160
159
|
'lib/internal/crypto/pbkdf2.js',
|
|
161
160
|
'lib/internal/crypto/sig.js',
|
|
162
161
|
'lib/internal/crypto/keys.js',
|
|
163
|
-
'lib/internal/crypto/aes.js',
|
|
164
|
-
'lib/internal/crypto/diffiehellman.js',
|
|
165
162
|
'lib/internal/crypto/hashnames.js',
|
|
166
163
|
'lib/internal/crypto/keygen.js',
|
|
167
164
|
'lib/internal/crypto/mac.js',
|
|
168
165
|
'lib/internal/crypto/random.js',
|
|
169
|
-
'lib/internal/crypto/rsa.js',
|
|
170
166
|
'lib/internal/crypto/scrypt.js',
|
|
171
167
|
'lib/internal/crypto/util.js',
|
|
172
|
-
'lib/internal/crypto/webcrypto.js',
|
|
173
168
|
'lib/internal/crypto/x509.js',
|
|
174
169
|
'lib/internal/crypto/cfrg.js',
|
|
175
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',
|
|
176
176
|
'lib/internal/debugger/inspect_client.js',
|
|
177
|
-
'lib/internal/debugger/inspect_repl.js',
|
|
178
177
|
'lib/internal/debugger/inspect.js',
|
|
179
|
-
'lib/internal/
|
|
178
|
+
'lib/internal/debugger/inspect_repl.js',
|
|
180
179
|
'lib/internal/dns/promises.js',
|
|
180
|
+
'lib/internal/dns/utils.js',
|
|
181
181
|
'lib/internal/fs/read_file_context.js',
|
|
182
182
|
'lib/internal/fs/rimraf.js',
|
|
183
183
|
'lib/internal/fs/dir.js',
|
|
@@ -196,24 +196,24 @@
|
|
|
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/formats.js',
|
|
213
212
|
'lib/internal/modules/esm/get_format.js',
|
|
214
213
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
215
214
|
'lib/internal/modules/esm/module_map.js',
|
|
216
215
|
'lib/internal/modules/esm/fetch_module.js',
|
|
216
|
+
'lib/internal/modules/esm/formats.js',
|
|
217
217
|
'lib/internal/modules/esm/get_source.js',
|
|
218
218
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
219
219
|
'lib/internal/modules/esm/load.js',
|
|
@@ -226,7 +226,6 @@
|
|
|
226
226
|
'lib/internal/per_context/primordials.js',
|
|
227
227
|
'lib/internal/perf/event_loop_utilization.js',
|
|
228
228
|
'lib/internal/perf/performance_entry.js',
|
|
229
|
-
'lib/internal/perf/resource_timing.js',
|
|
230
229
|
'lib/internal/perf/utils.js',
|
|
231
230
|
'lib/internal/perf/nodetiming.js',
|
|
232
231
|
'lib/internal/perf/performance.js',
|
|
@@ -234,10 +233,10 @@
|
|
|
234
233
|
'lib/internal/perf/observe.js',
|
|
235
234
|
'lib/internal/perf/usertiming.js',
|
|
236
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
241
|
'lib/internal/process/report.js',
|
|
243
242
|
'lib/internal/process/signal.js',
|
|
@@ -246,25 +245,24 @@
|
|
|
246
245
|
'lib/internal/process/worker_thread_only.js',
|
|
247
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
251
|
'lib/internal/readline/promises.js',
|
|
252
|
-
'lib/internal/readline/utils.js',
|
|
253
252
|
'lib/internal/readline/interface.js',
|
|
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
263
|
'lib/internal/streams/duplexify.js',
|
|
265
264
|
'lib/internal/streams/from.js',
|
|
266
265
|
'lib/internal/streams/legacy.js',
|
|
267
|
-
'lib/internal/streams/operators.js',
|
|
268
266
|
'lib/internal/streams/passthrough.js',
|
|
269
267
|
'lib/internal/streams/pipeline.js',
|
|
270
268
|
'lib/internal/streams/state.js',
|
|
@@ -275,19 +273,21 @@
|
|
|
275
273
|
'lib/internal/streams/readable.js',
|
|
276
274
|
'lib/internal/streams/writable.js',
|
|
277
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
|
-
'lib/internal/test_runner/utils.js',
|
|
283
282
|
'lib/internal/test_runner/test.js',
|
|
284
|
-
'lib/internal/
|
|
283
|
+
'lib/internal/test_runner/utils.js',
|
|
285
284
|
'lib/internal/tls/secure-pair.js',
|
|
285
|
+
'lib/internal/tls/secure-context.js',
|
|
286
286
|
'lib/internal/util/comparisons.js',
|
|
287
287
|
'lib/internal/util/iterable_weak_map.js',
|
|
288
288
|
'lib/internal/util/debuglog.js',
|
|
289
|
-
'lib/internal/util/inspect.js',
|
|
290
289
|
'lib/internal/util/inspector.js',
|
|
290
|
+
'lib/internal/util/inspect.js',
|
|
291
291
|
'lib/internal/util/types.js',
|
|
292
292
|
'lib/internal/util/parse_args/parse_args.js',
|
|
293
293
|
'lib/internal/util/parse_args/utils.js',
|
|
@@ -295,12 +295,12 @@
|
|
|
295
295
|
'lib/internal/webstreams/compression.js',
|
|
296
296
|
'lib/internal/webstreams/queuingstrategies.js',
|
|
297
297
|
'lib/internal/webstreams/transformstream.js',
|
|
298
|
-
'lib/internal/webstreams/util.js',
|
|
299
298
|
'lib/internal/webstreams/writablestream.js',
|
|
300
299
|
'lib/internal/webstreams/transfer.js',
|
|
301
300
|
'lib/internal/webstreams/adapters.js',
|
|
302
301
|
'lib/internal/webstreams/encoding.js',
|
|
303
302
|
'lib/internal/webstreams/readablestream.js',
|
|
303
|
+
'lib/internal/webstreams/util.js',
|
|
304
304
|
'lib/internal/worker/js_transferable.js',
|
|
305
305
|
'lib/internal/worker/io.js',
|
|
306
306
|
'lib/path/posix.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
|
|
@@ -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
|