node-linux-s390x 23.8.0 → 23.10.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 +267 -0
- package/LICENSE +11 -11
- package/README.md +11 -5
- package/bin/node +0 -0
- package/include/node/common.gypi +11 -0
- package/include/node/config.gypi +4 -2
- package/include/node/node.h +1 -0
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +7 -7
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/ssl.h +0 -69
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/cmserr.h +2 -1
- package/include/node/openssl/http.h +3 -2
- package/include/node/openssl/sslerr.h +0 -2
- package/include/node/openssl/tls1.h +0 -4
- package/package.json +1 -1
- package/share/man/man1/node.1 +6 -0
- package/include/node/openssl/quic.h +0 -19
|
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
|
|
|
2593
2593
|
const char *OSSL_default_cipher_list(void);
|
|
2594
2594
|
const char *OSSL_default_ciphersuites(void);
|
|
2595
2595
|
|
|
2596
|
-
# ifndef OPENSSL_NO_QUIC
|
|
2597
|
-
/*
|
|
2598
|
-
* QUIC integration - The QUIC interface matches BoringSSL
|
|
2599
|
-
*
|
|
2600
|
-
* ssl_encryption_level_t represents a specific QUIC encryption level used to
|
|
2601
|
-
* transmit handshake messages. BoringSSL has this as an 'enum'.
|
|
2602
|
-
*/
|
|
2603
|
-
#include <openssl/quic.h>
|
|
2604
|
-
|
|
2605
|
-
/* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
|
|
2606
|
-
# define X25519_PRIVATE_KEY_LEN 32
|
|
2607
|
-
# define X25519_PUBLIC_VALUE_LEN 32
|
|
2608
|
-
|
|
2609
|
-
/* moved from types.h to avoid breaking FIPS checksums */
|
|
2610
|
-
typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
|
|
2611
|
-
|
|
2612
|
-
typedef enum ssl_encryption_level_t {
|
|
2613
|
-
ssl_encryption_initial = 0,
|
|
2614
|
-
ssl_encryption_early_data,
|
|
2615
|
-
ssl_encryption_handshake,
|
|
2616
|
-
ssl_encryption_application
|
|
2617
|
-
} OSSL_ENCRYPTION_LEVEL;
|
|
2618
|
-
|
|
2619
|
-
struct ssl_quic_method_st {
|
|
2620
|
-
int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2621
|
-
const uint8_t *read_secret,
|
|
2622
|
-
const uint8_t *write_secret, size_t secret_len);
|
|
2623
|
-
int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2624
|
-
const uint8_t *data, size_t len);
|
|
2625
|
-
int (*flush_flight)(SSL *ssl);
|
|
2626
|
-
int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
|
|
2627
|
-
};
|
|
2628
|
-
|
|
2629
|
-
__owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
|
|
2630
|
-
__owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
|
|
2631
|
-
__owur int SSL_set_quic_transport_params(SSL *ssl,
|
|
2632
|
-
const uint8_t *params,
|
|
2633
|
-
size_t params_len);
|
|
2634
|
-
void SSL_get_peer_quic_transport_params(const SSL *ssl,
|
|
2635
|
-
const uint8_t **out_params,
|
|
2636
|
-
size_t *out_params_len);
|
|
2637
|
-
__owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
|
|
2638
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
|
|
2639
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
|
|
2640
|
-
__owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2641
|
-
const uint8_t *data, size_t len);
|
|
2642
|
-
__owur int SSL_process_quic_post_handshake(SSL *ssl);
|
|
2643
|
-
|
|
2644
|
-
__owur int SSL_is_quic(SSL *ssl);
|
|
2645
|
-
|
|
2646
|
-
/* BoringSSL API */
|
|
2647
|
-
void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
|
|
2648
|
-
|
|
2649
|
-
/*
|
|
2650
|
-
* Set an explicit value that you want to use
|
|
2651
|
-
* If 0 (default) the server will use the highest extenstion the client sent
|
|
2652
|
-
* If 0 (default) the client will send both extensions
|
|
2653
|
-
*/
|
|
2654
|
-
void SSL_set_quic_transport_version(SSL *ssl, int version);
|
|
2655
|
-
__owur int SSL_get_quic_transport_version(const SSL *ssl);
|
|
2656
|
-
/* Returns the negotiated version, or -1 on error */
|
|
2657
|
-
__owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
|
|
2658
|
-
|
|
2659
|
-
int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
|
|
2660
|
-
|
|
2661
|
-
void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
|
|
2662
|
-
|
|
2663
|
-
# endif
|
|
2664
|
-
|
|
2665
2596
|
# ifdef __cplusplus
|
|
2666
2597
|
}
|
|
2667
2598
|
# endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2025 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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by util/mkbuildinf.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2014-
|
|
5
|
+
* Copyright 2014-2025 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
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: VC-WIN64-ARM"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:09:44 2025 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -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 16
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -42,7 +42,7 @@ extern "C" {
|
|
|
42
42
|
# define OPENSSL_VERSION_PRE_RELEASE ""
|
|
43
43
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
|
|
44
44
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
|
|
45
|
-
# define OPENSSL_VERSION_BUILD_METADATA "
|
|
45
|
+
# define OPENSSL_VERSION_BUILD_METADATA ""
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
|
|
@@ -57,7 +57,7 @@ extern "C" {
|
|
|
57
57
|
* be related to the API version expressed with the macros above.
|
|
58
58
|
* This is defined in free form.
|
|
59
59
|
*/
|
|
60
|
-
# define OPENSSL_SHLIB_VERSION
|
|
60
|
+
# define OPENSSL_SHLIB_VERSION 3
|
|
61
61
|
|
|
62
62
|
/*
|
|
63
63
|
* SECTION 2: USEFUL MACROS
|
|
@@ -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.16"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
|
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 "11 Feb 2025"
|
|
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.16 11 Feb 2025"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
|
|
|
2593
2593
|
const char *OSSL_default_cipher_list(void);
|
|
2594
2594
|
const char *OSSL_default_ciphersuites(void);
|
|
2595
2595
|
|
|
2596
|
-
# ifndef OPENSSL_NO_QUIC
|
|
2597
|
-
/*
|
|
2598
|
-
* QUIC integration - The QUIC interface matches BoringSSL
|
|
2599
|
-
*
|
|
2600
|
-
* ssl_encryption_level_t represents a specific QUIC encryption level used to
|
|
2601
|
-
* transmit handshake messages. BoringSSL has this as an 'enum'.
|
|
2602
|
-
*/
|
|
2603
|
-
#include <openssl/quic.h>
|
|
2604
|
-
|
|
2605
|
-
/* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
|
|
2606
|
-
# define X25519_PRIVATE_KEY_LEN 32
|
|
2607
|
-
# define X25519_PUBLIC_VALUE_LEN 32
|
|
2608
|
-
|
|
2609
|
-
/* moved from types.h to avoid breaking FIPS checksums */
|
|
2610
|
-
typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
|
|
2611
|
-
|
|
2612
|
-
typedef enum ssl_encryption_level_t {
|
|
2613
|
-
ssl_encryption_initial = 0,
|
|
2614
|
-
ssl_encryption_early_data,
|
|
2615
|
-
ssl_encryption_handshake,
|
|
2616
|
-
ssl_encryption_application
|
|
2617
|
-
} OSSL_ENCRYPTION_LEVEL;
|
|
2618
|
-
|
|
2619
|
-
struct ssl_quic_method_st {
|
|
2620
|
-
int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2621
|
-
const uint8_t *read_secret,
|
|
2622
|
-
const uint8_t *write_secret, size_t secret_len);
|
|
2623
|
-
int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2624
|
-
const uint8_t *data, size_t len);
|
|
2625
|
-
int (*flush_flight)(SSL *ssl);
|
|
2626
|
-
int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
|
|
2627
|
-
};
|
|
2628
|
-
|
|
2629
|
-
__owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
|
|
2630
|
-
__owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
|
|
2631
|
-
__owur int SSL_set_quic_transport_params(SSL *ssl,
|
|
2632
|
-
const uint8_t *params,
|
|
2633
|
-
size_t params_len);
|
|
2634
|
-
void SSL_get_peer_quic_transport_params(const SSL *ssl,
|
|
2635
|
-
const uint8_t **out_params,
|
|
2636
|
-
size_t *out_params_len);
|
|
2637
|
-
__owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
|
|
2638
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
|
|
2639
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
|
|
2640
|
-
__owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2641
|
-
const uint8_t *data, size_t len);
|
|
2642
|
-
__owur int SSL_process_quic_post_handshake(SSL *ssl);
|
|
2643
|
-
|
|
2644
|
-
__owur int SSL_is_quic(SSL *ssl);
|
|
2645
|
-
|
|
2646
|
-
/* BoringSSL API */
|
|
2647
|
-
void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
|
|
2648
|
-
|
|
2649
|
-
/*
|
|
2650
|
-
* Set an explicit value that you want to use
|
|
2651
|
-
* If 0 (default) the server will use the highest extenstion the client sent
|
|
2652
|
-
* If 0 (default) the client will send both extensions
|
|
2653
|
-
*/
|
|
2654
|
-
void SSL_set_quic_transport_version(SSL *ssl, int version);
|
|
2655
|
-
__owur int SSL_get_quic_transport_version(const SSL *ssl);
|
|
2656
|
-
/* Returns the negotiated version, or -1 on error */
|
|
2657
|
-
__owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
|
|
2658
|
-
|
|
2659
|
-
int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
|
|
2660
|
-
|
|
2661
|
-
void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
|
|
2662
|
-
|
|
2663
|
-
# endif
|
|
2664
|
-
|
|
2665
2596
|
# ifdef __cplusplus
|
|
2666
2597
|
}
|
|
2667
2598
|
# endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2025 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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by util/mkbuildinf.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2014-
|
|
5
|
+
* Copyright 2014-2025 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
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:08:30 2025 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -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 16
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -42,7 +42,7 @@ extern "C" {
|
|
|
42
42
|
# define OPENSSL_VERSION_PRE_RELEASE ""
|
|
43
43
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
|
|
44
44
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
|
|
45
|
-
# define OPENSSL_VERSION_BUILD_METADATA "
|
|
45
|
+
# define OPENSSL_VERSION_BUILD_METADATA ""
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
|
|
@@ -57,7 +57,7 @@ extern "C" {
|
|
|
57
57
|
* be related to the API version expressed with the macros above.
|
|
58
58
|
* This is defined in free form.
|
|
59
59
|
*/
|
|
60
|
-
# define OPENSSL_SHLIB_VERSION
|
|
60
|
+
# define OPENSSL_SHLIB_VERSION 3
|
|
61
61
|
|
|
62
62
|
/*
|
|
63
63
|
* SECTION 2: USEFUL MACROS
|
|
@@ -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.16"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
|
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 "11 Feb 2025"
|
|
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.16 11 Feb 2025"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
|
|
|
2593
2593
|
const char *OSSL_default_cipher_list(void);
|
|
2594
2594
|
const char *OSSL_default_ciphersuites(void);
|
|
2595
2595
|
|
|
2596
|
-
# ifndef OPENSSL_NO_QUIC
|
|
2597
|
-
/*
|
|
2598
|
-
* QUIC integration - The QUIC interface matches BoringSSL
|
|
2599
|
-
*
|
|
2600
|
-
* ssl_encryption_level_t represents a specific QUIC encryption level used to
|
|
2601
|
-
* transmit handshake messages. BoringSSL has this as an 'enum'.
|
|
2602
|
-
*/
|
|
2603
|
-
#include <openssl/quic.h>
|
|
2604
|
-
|
|
2605
|
-
/* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
|
|
2606
|
-
# define X25519_PRIVATE_KEY_LEN 32
|
|
2607
|
-
# define X25519_PUBLIC_VALUE_LEN 32
|
|
2608
|
-
|
|
2609
|
-
/* moved from types.h to avoid breaking FIPS checksums */
|
|
2610
|
-
typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
|
|
2611
|
-
|
|
2612
|
-
typedef enum ssl_encryption_level_t {
|
|
2613
|
-
ssl_encryption_initial = 0,
|
|
2614
|
-
ssl_encryption_early_data,
|
|
2615
|
-
ssl_encryption_handshake,
|
|
2616
|
-
ssl_encryption_application
|
|
2617
|
-
} OSSL_ENCRYPTION_LEVEL;
|
|
2618
|
-
|
|
2619
|
-
struct ssl_quic_method_st {
|
|
2620
|
-
int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2621
|
-
const uint8_t *read_secret,
|
|
2622
|
-
const uint8_t *write_secret, size_t secret_len);
|
|
2623
|
-
int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2624
|
-
const uint8_t *data, size_t len);
|
|
2625
|
-
int (*flush_flight)(SSL *ssl);
|
|
2626
|
-
int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
|
|
2627
|
-
};
|
|
2628
|
-
|
|
2629
|
-
__owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
|
|
2630
|
-
__owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
|
|
2631
|
-
__owur int SSL_set_quic_transport_params(SSL *ssl,
|
|
2632
|
-
const uint8_t *params,
|
|
2633
|
-
size_t params_len);
|
|
2634
|
-
void SSL_get_peer_quic_transport_params(const SSL *ssl,
|
|
2635
|
-
const uint8_t **out_params,
|
|
2636
|
-
size_t *out_params_len);
|
|
2637
|
-
__owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
|
|
2638
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
|
|
2639
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
|
|
2640
|
-
__owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2641
|
-
const uint8_t *data, size_t len);
|
|
2642
|
-
__owur int SSL_process_quic_post_handshake(SSL *ssl);
|
|
2643
|
-
|
|
2644
|
-
__owur int SSL_is_quic(SSL *ssl);
|
|
2645
|
-
|
|
2646
|
-
/* BoringSSL API */
|
|
2647
|
-
void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
|
|
2648
|
-
|
|
2649
|
-
/*
|
|
2650
|
-
* Set an explicit value that you want to use
|
|
2651
|
-
* If 0 (default) the server will use the highest extenstion the client sent
|
|
2652
|
-
* If 0 (default) the client will send both extensions
|
|
2653
|
-
*/
|
|
2654
|
-
void SSL_set_quic_transport_version(SSL *ssl, int version);
|
|
2655
|
-
__owur int SSL_get_quic_transport_version(const SSL *ssl);
|
|
2656
|
-
/* Returns the negotiated version, or -1 on error */
|
|
2657
|
-
__owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
|
|
2658
|
-
|
|
2659
|
-
int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
|
|
2660
|
-
|
|
2661
|
-
void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
|
|
2662
|
-
|
|
2663
|
-
# endif
|
|
2664
|
-
|
|
2665
2596
|
# ifdef __cplusplus
|
|
2666
2597
|
}
|
|
2667
2598
|
# endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2025 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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by util/mkbuildinf.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2014-
|
|
5
|
+
* Copyright 2014-2025 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
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:08:44 2025 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -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 16
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -42,7 +42,7 @@ extern "C" {
|
|
|
42
42
|
# define OPENSSL_VERSION_PRE_RELEASE ""
|
|
43
43
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
|
|
44
44
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
|
|
45
|
-
# define OPENSSL_VERSION_BUILD_METADATA "
|
|
45
|
+
# define OPENSSL_VERSION_BUILD_METADATA ""
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
|
|
@@ -57,7 +57,7 @@ extern "C" {
|
|
|
57
57
|
* be related to the API version expressed with the macros above.
|
|
58
58
|
* This is defined in free form.
|
|
59
59
|
*/
|
|
60
|
-
# define OPENSSL_SHLIB_VERSION
|
|
60
|
+
# define OPENSSL_SHLIB_VERSION 3
|
|
61
61
|
|
|
62
62
|
/*
|
|
63
63
|
* SECTION 2: USEFUL MACROS
|
|
@@ -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.16"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
|
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 "11 Feb 2025"
|
|
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.16 11 Feb 2025"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2593,75 +2593,6 @@ void SSL_set_allow_early_data_cb(SSL *s,
|
|
|
2593
2593
|
const char *OSSL_default_cipher_list(void);
|
|
2594
2594
|
const char *OSSL_default_ciphersuites(void);
|
|
2595
2595
|
|
|
2596
|
-
# ifndef OPENSSL_NO_QUIC
|
|
2597
|
-
/*
|
|
2598
|
-
* QUIC integration - The QUIC interface matches BoringSSL
|
|
2599
|
-
*
|
|
2600
|
-
* ssl_encryption_level_t represents a specific QUIC encryption level used to
|
|
2601
|
-
* transmit handshake messages. BoringSSL has this as an 'enum'.
|
|
2602
|
-
*/
|
|
2603
|
-
#include <openssl/quic.h>
|
|
2604
|
-
|
|
2605
|
-
/* Used by Chromium/QUIC - moved from evp.h to avoid breaking FIPS checksums */
|
|
2606
|
-
# define X25519_PRIVATE_KEY_LEN 32
|
|
2607
|
-
# define X25519_PUBLIC_VALUE_LEN 32
|
|
2608
|
-
|
|
2609
|
-
/* moved from types.h to avoid breaking FIPS checksums */
|
|
2610
|
-
typedef struct ssl_quic_method_st SSL_QUIC_METHOD;
|
|
2611
|
-
|
|
2612
|
-
typedef enum ssl_encryption_level_t {
|
|
2613
|
-
ssl_encryption_initial = 0,
|
|
2614
|
-
ssl_encryption_early_data,
|
|
2615
|
-
ssl_encryption_handshake,
|
|
2616
|
-
ssl_encryption_application
|
|
2617
|
-
} OSSL_ENCRYPTION_LEVEL;
|
|
2618
|
-
|
|
2619
|
-
struct ssl_quic_method_st {
|
|
2620
|
-
int (*set_encryption_secrets)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2621
|
-
const uint8_t *read_secret,
|
|
2622
|
-
const uint8_t *write_secret, size_t secret_len);
|
|
2623
|
-
int (*add_handshake_data)(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2624
|
-
const uint8_t *data, size_t len);
|
|
2625
|
-
int (*flush_flight)(SSL *ssl);
|
|
2626
|
-
int (*send_alert)(SSL *ssl, enum ssl_encryption_level_t level, uint8_t alert);
|
|
2627
|
-
};
|
|
2628
|
-
|
|
2629
|
-
__owur int SSL_CTX_set_quic_method(SSL_CTX *ctx, const SSL_QUIC_METHOD *quic_method);
|
|
2630
|
-
__owur int SSL_set_quic_method(SSL *ssl, const SSL_QUIC_METHOD *quic_method);
|
|
2631
|
-
__owur int SSL_set_quic_transport_params(SSL *ssl,
|
|
2632
|
-
const uint8_t *params,
|
|
2633
|
-
size_t params_len);
|
|
2634
|
-
void SSL_get_peer_quic_transport_params(const SSL *ssl,
|
|
2635
|
-
const uint8_t **out_params,
|
|
2636
|
-
size_t *out_params_len);
|
|
2637
|
-
__owur size_t SSL_quic_max_handshake_flight_len(const SSL *ssl, OSSL_ENCRYPTION_LEVEL level);
|
|
2638
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_read_level(const SSL *ssl);
|
|
2639
|
-
__owur OSSL_ENCRYPTION_LEVEL SSL_quic_write_level(const SSL *ssl);
|
|
2640
|
-
__owur int SSL_provide_quic_data(SSL *ssl, OSSL_ENCRYPTION_LEVEL level,
|
|
2641
|
-
const uint8_t *data, size_t len);
|
|
2642
|
-
__owur int SSL_process_quic_post_handshake(SSL *ssl);
|
|
2643
|
-
|
|
2644
|
-
__owur int SSL_is_quic(SSL *ssl);
|
|
2645
|
-
|
|
2646
|
-
/* BoringSSL API */
|
|
2647
|
-
void SSL_set_quic_use_legacy_codepoint(SSL *ssl, int use_legacy);
|
|
2648
|
-
|
|
2649
|
-
/*
|
|
2650
|
-
* Set an explicit value that you want to use
|
|
2651
|
-
* If 0 (default) the server will use the highest extenstion the client sent
|
|
2652
|
-
* If 0 (default) the client will send both extensions
|
|
2653
|
-
*/
|
|
2654
|
-
void SSL_set_quic_transport_version(SSL *ssl, int version);
|
|
2655
|
-
__owur int SSL_get_quic_transport_version(const SSL *ssl);
|
|
2656
|
-
/* Returns the negotiated version, or -1 on error */
|
|
2657
|
-
__owur int SSL_get_peer_quic_transport_version(const SSL *ssl);
|
|
2658
|
-
|
|
2659
|
-
int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *c);
|
|
2660
|
-
|
|
2661
|
-
void SSL_set_quic_early_data_enabled(SSL *ssl, int enabled);
|
|
2662
|
-
|
|
2663
|
-
# endif
|
|
2664
|
-
|
|
2665
2596
|
# ifdef __cplusplus
|
|
2666
2597
|
}
|
|
2667
2598
|
# endif
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by apps/progs.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2025 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
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by util/mkbuildinf.pl
|
|
4
4
|
*
|
|
5
|
-
* Copyright 2014-
|
|
5
|
+
* Copyright 2014-2025 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
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:08:59 2025 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -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 16
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -42,7 +42,7 @@ extern "C" {
|
|
|
42
42
|
# define OPENSSL_VERSION_PRE_RELEASE ""
|
|
43
43
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+fips" */
|
|
44
44
|
/* Could be: #define OPENSSL_VERSION_BUILD_METADATA "+vendor.1" */
|
|
45
|
-
# define OPENSSL_VERSION_BUILD_METADATA "
|
|
45
|
+
# define OPENSSL_VERSION_BUILD_METADATA ""
|
|
46
46
|
|
|
47
47
|
/*
|
|
48
48
|
* Note: The OpenSSL Project will never define OPENSSL_VERSION_BUILD_METADATA
|
|
@@ -57,7 +57,7 @@ extern "C" {
|
|
|
57
57
|
* be related to the API version expressed with the macros above.
|
|
58
58
|
* This is defined in free form.
|
|
59
59
|
*/
|
|
60
|
-
# define OPENSSL_SHLIB_VERSION
|
|
60
|
+
# define OPENSSL_SHLIB_VERSION 3
|
|
61
61
|
|
|
62
62
|
/*
|
|
63
63
|
* SECTION 2: USEFUL MACROS
|
|
@@ -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.16"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.16"
|
|
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 "11 Feb 2025"
|
|
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.16 11 Feb 2025"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|