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
|
@@ -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);
|
|
@@ -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
|