node-linux-s390x 22.22.3 → 22.23.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 +51 -0
- package/bin/node +0 -0
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- 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 +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/x509_acert.h +9 -1
- 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/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_acert.h +9 -1
- package/include/node/openssl/bn.h +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#22.23.0">22.23.0</a><br/>
|
|
12
13
|
<a href="#22.22.3">22.22.3</a><br/>
|
|
13
14
|
<a href="#22.22.2">22.22.2</a><br/>
|
|
14
15
|
<a href="#22.22.1">22.22.1</a><br/>
|
|
@@ -71,6 +72,56 @@
|
|
|
71
72
|
* [io.js](CHANGELOG_IOJS.md)
|
|
72
73
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
73
74
|
|
|
75
|
+
<a id="22.23.0"></a>
|
|
76
|
+
|
|
77
|
+
## 2026-06-18, Version 22.23.0 'Jod' (LTS), @aduh95
|
|
78
|
+
|
|
79
|
+
This is a security release.
|
|
80
|
+
|
|
81
|
+
### Notable Changes
|
|
82
|
+
|
|
83
|
+
* (CVE-2026-48618) tls: normalize hostname for server identity checks (Matteo Collina) – High
|
|
84
|
+
* (CVE-2026-48933) crypto: guard WebCrypto cipher output length (Filip Skokan) – High
|
|
85
|
+
* (CVE-2026-48937) deps: fix integration issues with the latest nghttp2 – Medium
|
|
86
|
+
* (CVE-2026-48930) dns,net: reject hostnames with embedded NUL bytes (Matteo Collina) – Medium
|
|
87
|
+
* (CVE-2026-48619) http2: cap originSet size to prevent unbounded memory growth (Matteo Collina) – Medium
|
|
88
|
+
* (CVE-2026-48615) lib,test: redact proxy credentials in tunnel errors (Matteo Collina) – Medium
|
|
89
|
+
* (CVE-2026-48934) tls: bind reusable sessions to authenticated host (Matteo Collina) – Medium
|
|
90
|
+
* (CVE-2026-48928) tls: fix case-sensitive SNI context matching (Matteo Collina) – Medium
|
|
91
|
+
* (CVE-2026-48617) permission: handle process.chdir on writereport (RafaelGSS) – Low
|
|
92
|
+
* (CVE-2026-48931) http: fix response queue poisoning in http.Agent (Matteo Collina) – Low
|
|
93
|
+
* (CVE-2026-48935) permission: disable FileHandle utimes with permission model (RafaelGSS) – Low
|
|
94
|
+
|
|
95
|
+
### Commits
|
|
96
|
+
|
|
97
|
+
* \[[`38b4c5ed51`](https://github.com/nodejs/node/commit/38b4c5ed51)] - **(CVE-2026-48933)** **crypto**: guard WebCrypto cipher output length (Filip Skokan) [nodejs-private/node-private#878](https://github.com/nodejs-private/node-private/pull/878)
|
|
98
|
+
* \[[`ad8a10c1bb`](https://github.com/nodejs/node/commit/ad8a10c1bb)] - **deps**: update llhttp to 9.4.2 (Antoine du Hamel) [nodejs-private/node-private#890](https://github.com/nodejs-private/node-private/pull/890)
|
|
99
|
+
* \[[`ca825a87cc`](https://github.com/nodejs/node/commit/ca825a87cc)] - **deps**: update undici to 6.27.0 (aduh95) [#63711](https://github.com/nodejs/node/pull/63711)
|
|
100
|
+
* \[[`a1a5bb9683`](https://github.com/nodejs/node/commit/a1a5bb9683)] - **(CVE-2026-48937)** **deps**: fix integration issues with the latest nghttp2 (Tim Perry) [#62891](https://github.com/nodejs/node/pull/62891)
|
|
101
|
+
* \[[`0f48583512`](https://github.com/nodejs/node/commit/0f48583512)] - **(SEMVER-MAJOR)** **deps**: update nghttp2 to 1.69.0 (Node.js GitHub Bot) [#62891](https://github.com/nodejs/node/pull/62891)
|
|
102
|
+
* \[[`38c869fc05`](https://github.com/nodejs/node/commit/38c869fc05)] - **deps**: update nghttp2 to 1.68.0 (nodejs-github-bot) [#61136](https://github.com/nodejs/node/pull/61136)
|
|
103
|
+
* \[[`290667c84f`](https://github.com/nodejs/node/commit/290667c84f)] - **deps**: update nghttp2 to 1.67.1 (nodejs-github-bot) [#59790](https://github.com/nodejs/node/pull/59790)
|
|
104
|
+
* \[[`c9f3da76aa`](https://github.com/nodejs/node/commit/c9f3da76aa)] - **deps**: update nghttp2 to 1.66.0 (Node.js GitHub Bot) [#58786](https://github.com/nodejs/node/pull/58786)
|
|
105
|
+
* \[[`60890be563`](https://github.com/nodejs/node/commit/60890be563)] - **deps**: update nghttp2 to 1.65.0 (Node.js GitHub Bot) [#57269](https://github.com/nodejs/node/pull/57269)
|
|
106
|
+
* \[[`5024c7d5d8`](https://github.com/nodejs/node/commit/5024c7d5d8)] - **deps**: update archs files for openssl-3.5.7 (Node.js GitHub Bot) [#63820](https://github.com/nodejs/node/pull/63820)
|
|
107
|
+
* \[[`7f4eb5af2e`](https://github.com/nodejs/node/commit/7f4eb5af2e)] - **deps**: upgrade openssl sources to openssl-3.5.7 (Node.js GitHub Bot) [#63820](https://github.com/nodejs/node/pull/63820)
|
|
108
|
+
* \[[`ebb4ec78a8`](https://github.com/nodejs/node/commit/ebb4ec78a8)] - **deps**: fix aix implicit declaration in OpenSSL (Abdirahim Musse) [#62656](https://github.com/nodejs/node/pull/62656)
|
|
109
|
+
* \[[`5763d40826`](https://github.com/nodejs/node/commit/5763d40826)] - **deps**: update llhttp to 9.4.1 (Node.js GitHub Bot) [#63045](https://github.com/nodejs/node/pull/63045)
|
|
110
|
+
* \[[`c551a51d0c`](https://github.com/nodejs/node/commit/c551a51d0c)] - **(CVE-2026-48930)** **dns,net**: reject hostnames with embedded NUL bytes (Matteo Collina) [nodejs-private/node-private#868](https://github.com/nodejs-private/node-private/pull/868)
|
|
111
|
+
* \[[`0a22d40180`](https://github.com/nodejs/node/commit/0a22d40180)] - **(CVE-2026-48931)** **http**: fix response queue poisoning in http.Agent (Matteo Collina) [nodejs-private/node-private#846](https://github.com/nodejs-private/node-private/pull/846)
|
|
112
|
+
* \[[`c79968e108`](https://github.com/nodejs/node/commit/c79968e108)] - **(CVE-2026-48619)** **http2**: cap originSet size to prevent unbounded memory growth (Matteo Collina) [nodejs-private/node-private#855](https://github.com/nodejs-private/node-private/pull/855)
|
|
113
|
+
* \[[`0c37bff2ff`](https://github.com/nodejs/node/commit/0c37bff2ff)] - **http2**: fix DEP0194 message (KaKa) [#58669](https://github.com/nodejs/node/pull/58669)
|
|
114
|
+
* \[[`ea5dc6b529`](https://github.com/nodejs/node/commit/ea5dc6b529)] - **(SEMVER-MAJOR)** **http2**: remove support for priority signaling (Matteo Collina) [#58293](https://github.com/nodejs/node/pull/58293)
|
|
115
|
+
* \[[`9b6af26132`](https://github.com/nodejs/node/commit/9b6af26132)] - **(CVE-2026-48615)** **lib,test**: redact proxy credentials in tunnel errors (Matteo Collina) [nodejs-private/node-private#867](https://github.com/nodejs-private/node-private/pull/867)
|
|
116
|
+
* \[[`28dcd38864`](https://github.com/nodejs/node/commit/28dcd38864)] - **(CVE-2026-48935)** **permission**: disable FileHandle utimes with permission model (RafaelGSS) [nodejs-private/node-private#873](https://github.com/nodejs-private/node-private/pull/873)
|
|
117
|
+
* \[[`2f62693801`](https://github.com/nodejs/node/commit/2f62693801)] - **(CVE-2026-48617)** **permission**: handle process.chdir on writereport (RafaelGSS) [nodejs-private/node-private#870](https://github.com/nodejs-private/node-private/pull/870)
|
|
118
|
+
* \[[`1662a3ea09`](https://github.com/nodejs/node/commit/1662a3ea09)] - **test**: add session reuse host verification regressions (Matteo Collina) [nodejs-private/node-private#854](https://github.com/nodejs-private/node-private/pull/854)
|
|
119
|
+
* \[[`718d5d0e2c`](https://github.com/nodejs/node/commit/718d5d0e2c)] - **test**: skip `test-fs-utimes-y2K38` on armv7 (Richard Lau) [#63836](https://github.com/nodejs/node/pull/63836)
|
|
120
|
+
* \[[`041185b61f`](https://github.com/nodejs/node/commit/041185b61f)] - **test**: skip test-cluster-dgram-reuse on AIX 7.3 (Stewart X Addison) [#62238](https://github.com/nodejs/node/pull/62238)
|
|
121
|
+
* \[[`fd890ba01d`](https://github.com/nodejs/node/commit/fd890ba01d)] - **(CVE-2026-48934)** **tls**: bind reusable sessions to authenticated host (Matteo Collina) [nodejs-private/node-private#854](https://github.com/nodejs-private/node-private/pull/854)
|
|
122
|
+
* \[[`39d1d09684`](https://github.com/nodejs/node/commit/39d1d09684)] - **(CVE-2026-48928)** **tls**: fix case-sensitive SNI context matching (Matteo Collina) [nodejs-private/node-private#857](https://github.com/nodejs-private/node-private/pull/857)
|
|
123
|
+
* \[[`2197a47144`](https://github.com/nodejs/node/commit/2197a47144)] - **(CVE-2026-48618)** **tls**: normalize hostname for server identity checks (Matteo Collina) [nodejs-private/node-private#869](https://github.com/nodejs-private/node-private/pull/869)
|
|
124
|
+
|
|
74
125
|
<a id="22.22.3"></a>
|
|
75
126
|
|
|
76
127
|
## 2026-05-13, Version 22.22.3 'Jod' (LTS), @marco-ippolito
|
package/bin/node
CHANGED
|
Binary file
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 22
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 23
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Jod"
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509_acert.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2022-
|
|
5
|
+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#include <openssl/x509.h>
|
|
23
23
|
#include <openssl/pem.h>
|
|
24
24
|
|
|
25
|
+
#ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
#endif
|
|
28
|
+
|
|
25
29
|
typedef struct X509_acert_st X509_ACERT;
|
|
26
30
|
typedef struct X509_acert_info_st X509_ACERT_INFO;
|
|
27
31
|
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
|
|
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
|
|
|
301
305
|
|
|
302
306
|
/* clang-format on */
|
|
303
307
|
|
|
308
|
+
#ifdef __cplusplus
|
|
309
|
+
}
|
|
310
|
+
#endif
|
|
311
|
+
|
|
304
312
|
#endif
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509_acert.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2022-
|
|
5
|
+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#include <openssl/x509.h>
|
|
23
23
|
#include <openssl/pem.h>
|
|
24
24
|
|
|
25
|
+
#ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
#endif
|
|
28
|
+
|
|
25
29
|
typedef struct X509_acert_st X509_ACERT;
|
|
26
30
|
typedef struct X509_acert_info_st X509_ACERT_INFO;
|
|
27
31
|
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
|
|
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
|
|
|
301
305
|
|
|
302
306
|
/* clang-format on */
|
|
303
307
|
|
|
308
|
+
#ifdef __cplusplus
|
|
309
|
+
}
|
|
310
|
+
#endif
|
|
311
|
+
|
|
304
312
|
#endif
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509_acert.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2022-
|
|
5
|
+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#include <openssl/x509.h>
|
|
23
23
|
#include <openssl/pem.h>
|
|
24
24
|
|
|
25
|
+
#ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
#endif
|
|
28
|
+
|
|
25
29
|
typedef struct X509_acert_st X509_ACERT;
|
|
26
30
|
typedef struct X509_acert_info_st X509_ACERT_INFO;
|
|
27
31
|
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
|
|
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
|
|
|
301
305
|
|
|
302
306
|
/* clang-format on */
|
|
303
307
|
|
|
308
|
+
#ifdef __cplusplus
|
|
309
|
+
}
|
|
310
|
+
#endif
|
|
311
|
+
|
|
304
312
|
#endif
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509_acert.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2022-
|
|
5
|
+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#include <openssl/x509.h>
|
|
23
23
|
#include <openssl/pem.h>
|
|
24
24
|
|
|
25
|
+
#ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
#endif
|
|
28
|
+
|
|
25
29
|
typedef struct X509_acert_st X509_ACERT;
|
|
26
30
|
typedef struct X509_acert_info_st X509_ACERT_INFO;
|
|
27
31
|
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
|
|
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
|
|
|
301
305
|
|
|
302
306
|
/* clang-format on */
|
|
303
307
|
|
|
308
|
+
#ifdef __cplusplus
|
|
309
|
+
}
|
|
310
|
+
#endif
|
|
311
|
+
|
|
304
312
|
#endif
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509_acert.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2022-
|
|
5
|
+
* Copyright 2022-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -22,6 +22,10 @@
|
|
|
22
22
|
#include <openssl/x509.h>
|
|
23
23
|
#include <openssl/pem.h>
|
|
24
24
|
|
|
25
|
+
#ifdef __cplusplus
|
|
26
|
+
extern "C" {
|
|
27
|
+
#endif
|
|
28
|
+
|
|
25
29
|
typedef struct X509_acert_st X509_ACERT;
|
|
26
30
|
typedef struct X509_acert_info_st X509_ACERT_INFO;
|
|
27
31
|
typedef struct ossl_object_digest_info_st OSSL_OBJECT_DIGEST_INFO;
|
|
@@ -301,4 +305,8 @@ SKM_DEFINE_STACK_OF_INTERNAL(OSSL_ISSUER_SERIAL, OSSL_ISSUER_SERIAL, OSSL_ISSUER
|
|
|
301
305
|
|
|
302
306
|
/* clang-format on */
|
|
303
307
|
|
|
308
|
+
#ifdef __cplusplus
|
|
309
|
+
}
|
|
310
|
+
#endif
|
|
311
|
+
|
|
304
312
|
#endif
|
|
@@ -34,7 +34,7 @@ extern "C" {
|
|
|
34
34
|
# define OPENSSL_VERSION_MINOR 5
|
|
35
35
|
/* clang-format on */
|
|
36
36
|
/* clang-format off */
|
|
37
|
-
# define OPENSSL_VERSION_PATCH
|
|
37
|
+
# define OPENSSL_VERSION_PATCH 7
|
|
38
38
|
/* clang-format on */
|
|
39
39
|
|
|
40
40
|
/*
|
|
@@ -87,10 +87,10 @@ extern "C" {
|
|
|
87
87
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
88
88
|
*/
|
|
89
89
|
/* clang-format off */
|
|
90
|
-
# define OPENSSL_VERSION_STR "3.5.
|
|
90
|
+
# define OPENSSL_VERSION_STR "3.5.7"
|
|
91
91
|
/* clang-format on */
|
|
92
92
|
/* clang-format off */
|
|
93
|
-
# define OPENSSL_FULL_VERSION_STR "3.5.
|
|
93
|
+
# define OPENSSL_FULL_VERSION_STR "3.5.7"
|
|
94
94
|
/* clang-format on */
|
|
95
95
|
|
|
96
96
|
/*
|
|
@@ -99,7 +99,7 @@ extern "C" {
|
|
|
99
99
|
* These strings are defined separately to allow them to be parsable.
|
|
100
100
|
*/
|
|
101
101
|
/* clang-format off */
|
|
102
|
-
# define OPENSSL_RELEASE_DATE "
|
|
102
|
+
# define OPENSSL_RELEASE_DATE "9 Jun 2026"
|
|
103
103
|
/* clang-format on */
|
|
104
104
|
|
|
105
105
|
/*
|
|
@@ -107,7 +107,7 @@ extern "C" {
|
|
|
107
107
|
*/
|
|
108
108
|
|
|
109
109
|
/* clang-format off */
|
|
110
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.
|
|
110
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.7 9 Jun 2026"
|
|
111
111
|
/* clang-format on */
|
|
112
112
|
|
|
113
113
|
/* clang-format off */
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/ssl.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2026 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
|
|
7
7
|
* Copyright 2005 Nokia. All rights reserved.
|
|
8
8
|
*
|
|
@@ -2598,7 +2598,7 @@ SSL_as_poll_descriptor(SSL *s)
|
|
|
2598
2598
|
__owur int SSL_session_reused(const SSL *s);
|
|
2599
2599
|
__owur int SSL_is_server(const SSL *s);
|
|
2600
2600
|
|
|
2601
|
-
__owur
|
|
2601
|
+
__owur SSL_CONF_CTX *SSL_CONF_CTX_new(void);
|
|
2602
2602
|
int SSL_CONF_CTX_finish(SSL_CONF_CTX *cctx);
|
|
2603
2603
|
void SSL_CONF_CTX_free(SSL_CONF_CTX *cctx);
|
|
2604
2604
|
unsigned int SSL_CONF_CTX_set_flags(SSL_CONF_CTX *cctx, unsigned int flags);
|