node-linux-arm64 22.14.0 → 22.15.1
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 +388 -0
- package/LICENSE +46 -12
- package/README.md +19 -13
- package/bin/node +0 -0
- package/include/node/common.gypi +13 -1
- package/include/node/config.gypi +38 -2
- package/include/node/node.h +1 -0
- package/include/node/node_version.h +2 -2
- 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/include/node/openssl/quic.h +0 -19
|
@@ -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: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:08:02 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: solaris64-x86_64-gcc"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Wed Mar 5 21:08:18 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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Generated by util/mkerr.pl DO NOT EDIT
|
|
3
|
-
* Copyright 1995-
|
|
3
|
+
* Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
|
|
4
4
|
*
|
|
5
5
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
6
6
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
# define CMS_R_ERROR_READING_MESSAGEDIGEST_ATTRIBUTE 114
|
|
50
50
|
# define CMS_R_ERROR_SETTING_KEY 115
|
|
51
51
|
# define CMS_R_ERROR_SETTING_RECIPIENTINFO 116
|
|
52
|
+
# define CMS_R_ERROR_UNSUPPORTED_STATIC_KEY_AGREEMENT 196
|
|
52
53
|
# define CMS_R_ESS_SIGNING_CERTID_MISMATCH_ERROR 183
|
|
53
54
|
# define CMS_R_INVALID_ENCRYPTED_KEY_LENGTH 117
|
|
54
55
|
# define CMS_R_INVALID_KEY_ENCRYPTION_PARAMETER 176
|
|
@@ -33,8 +33,9 @@ extern "C" {
|
|
|
33
33
|
# define OPENSSL_HTTP_PROXY "HTTP_PROXY"
|
|
34
34
|
# define OPENSSL_HTTPS_PROXY "HTTPS_PROXY"
|
|
35
35
|
|
|
36
|
-
#define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
|
|
37
|
-
#define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
|
|
36
|
+
# define OSSL_HTTP_DEFAULT_MAX_LINE_LEN (4 * 1024)
|
|
37
|
+
# define OSSL_HTTP_DEFAULT_MAX_RESP_LEN (100 * 1024)
|
|
38
|
+
# define OSSL_HTTP_DEFAULT_MAX_CRL_LEN (32 * 1024 * 1024)
|
|
38
39
|
|
|
39
40
|
/* Low-level HTTP API */
|
|
40
41
|
OSSL_HTTP_REQ_CTX *OSSL_HTTP_REQ_CTX_new(BIO *wbio, BIO *rbio, int buf_size);
|
|
@@ -161,7 +161,6 @@
|
|
|
161
161
|
# define SSL_R_MISSING_FATAL 256
|
|
162
162
|
# define SSL_R_MISSING_PARAMETERS 290
|
|
163
163
|
# define SSL_R_MISSING_PSK_KEX_MODES_EXTENSION 310
|
|
164
|
-
# define SSL_R_MISSING_QUIC_TRANSPORT_PARAMETERS_EXTENSION 801
|
|
165
164
|
# define SSL_R_MISSING_RSA_CERTIFICATE 168
|
|
166
165
|
# define SSL_R_MISSING_RSA_ENCRYPTING_CERT 169
|
|
167
166
|
# define SSL_R_MISSING_RSA_SIGNING_CERT 170
|
|
@@ -336,7 +335,6 @@
|
|
|
336
335
|
# define SSL_R_WRONG_CERTIFICATE_TYPE 383
|
|
337
336
|
# define SSL_R_WRONG_CIPHER_RETURNED 261
|
|
338
337
|
# define SSL_R_WRONG_CURVE 378
|
|
339
|
-
# define SSL_R_WRONG_ENCRYPTION_LEVEL_RECEIVED 800
|
|
340
338
|
# define SSL_R_WRONG_SIGNATURE_LENGTH 264
|
|
341
339
|
# define SSL_R_WRONG_SIGNATURE_SIZE 265
|
|
342
340
|
# define SSL_R_WRONG_SIGNATURE_TYPE 370
|
|
@@ -151,10 +151,6 @@ extern "C" {
|
|
|
151
151
|
/* Temporary extension type */
|
|
152
152
|
# define TLSEXT_TYPE_renegotiate 0xff01
|
|
153
153
|
|
|
154
|
-
/* ExtensionType value from RFC9001 */
|
|
155
|
-
# define TLSEXT_TYPE_quic_transport_parameters_draft 0xffa5
|
|
156
|
-
# define TLSEXT_TYPE_quic_transport_parameters 0x0039
|
|
157
|
-
|
|
158
154
|
# ifndef OPENSSL_NO_NEXTPROTONEG
|
|
159
155
|
/* This is not an IANA defined extension number */
|
|
160
156
|
# define TLSEXT_TYPE_next_proto_neg 13172
|
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright 2018-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
5
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
6
|
-
* in the file LICENSE in the source distribution or at
|
|
7
|
-
* https://www.openssl.org/source/license.html
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
#ifndef OPENSSL_QUIC_H
|
|
11
|
-
# define OPENSSL_QUIC_H
|
|
12
|
-
# pragma once
|
|
13
|
-
# ifndef OPENSSL_NO_QUIC
|
|
14
|
-
|
|
15
|
-
/* moved from crypto.h.in to avoid breaking FIPS checksums */
|
|
16
|
-
# define OPENSSL_INFO_QUIC 2000
|
|
17
|
-
|
|
18
|
-
# endif /* OPENSSL_NO_QUIC */
|
|
19
|
-
#endif /* OPENSSL_QUIC_H */
|