node-aix-ppc64 19.5.0 → 19.6.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 +132 -1
- package/README.md +2 -2
- package/bin/node +0 -0
- package/include/node/config.gypi +6 -3
- package/include/node/node.exp +34 -6
- 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/cmp.h +10 -6
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +11 -11
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +9 -9
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +24 -24
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/x509v3.h +2 -2
- 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 +24 -24
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +24 -24
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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/cmp.h +10 -6
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/x509v3.h +2 -2
- 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/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +10 -9
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +9 -9
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +9 -9
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/cmp.h +10 -6
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- 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 +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/cmp.h +10 -6
- 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/x509v3.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/cmperr.h +3 -1
- package/include/node/openssl/cmserr.h +1 -0
- package/include/node/openssl/sslerr.h +1 -0
- package/include/node/openssl/trace.h +3 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
</tr>
|
|
9
9
|
<tr>
|
|
10
10
|
<td>
|
|
11
|
-
<b><a href="#19.
|
|
11
|
+
<b><a href="#19.6.1">19.6.1</a></b><br/>
|
|
12
|
+
<a href="#19.6.0">19.6.0</a><br/>
|
|
13
|
+
<a href="#19.5.0">19.5.0</a><br/>
|
|
12
14
|
<a href="#19.4.0">19.4.0</a><br/>
|
|
13
15
|
<a href="#19.3.0">19.3.0</a><br/>
|
|
14
16
|
<a href="#19.2.0">19.2.0</a><br/>
|
|
@@ -40,6 +42,135 @@
|
|
|
40
42
|
* [io.js](CHANGELOG_IOJS.md)
|
|
41
43
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
42
44
|
|
|
45
|
+
<a id="19.6.1"></a>
|
|
46
|
+
|
|
47
|
+
## 2023-02-16, Version 19.6.1 (Current), @RafaelGSS
|
|
48
|
+
|
|
49
|
+
This is a security release.
|
|
50
|
+
|
|
51
|
+
### Notable Changes
|
|
52
|
+
|
|
53
|
+
The following CVEs are fixed in this release:
|
|
54
|
+
|
|
55
|
+
* **[CVE-2023-23919](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23919)**: OpenSSL errors not cleared in error stack (Medium)
|
|
56
|
+
* **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Experimental Policies bypass via `process.mainModule.require`(High)
|
|
57
|
+
* **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Insecure loading of ICU data through ICU\_DATA environment variable (Low)
|
|
58
|
+
|
|
59
|
+
More detailed information on each of the vulnerabilities can be found in [February 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) blog post.
|
|
60
|
+
|
|
61
|
+
This security release includes OpenSSL security updates as outlined in the recent
|
|
62
|
+
[OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt) and `undici` security update.
|
|
63
|
+
|
|
64
|
+
### Commits
|
|
65
|
+
|
|
66
|
+
* \[[`97d9d55d2f`](https://github.com/nodejs/node/commit/97d9d55d2f)] - **build**: build ICU with ICU\_NO\_USER\_DATA\_OVERRIDE (RafaelGSS) [nodejs-private/node-private#374](https://github.com/nodejs-private/node-private/pull/374)
|
|
67
|
+
* \[[`8ac90e6372`](https://github.com/nodejs/node/commit/8ac90e6372)] - **crypto**: clear OpenSSL error on invalid ca cert (RafaelGSS) [nodejs-private/node-private#368](https://github.com/nodejs-private/node-private/pull/368)
|
|
68
|
+
* \[[`10a4c47e3a`](https://github.com/nodejs/node/commit/10a4c47e3a)] - **deps**: update undici to 5.19.1 (Node.js GitHub Bot) [#46634](https://github.com/nodejs/node/pull/46634)
|
|
69
|
+
* \[[`b10fc75e4a`](https://github.com/nodejs/node/commit/b10fc75e4a)] - **deps**: update undici to 5.18.0 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
|
|
70
|
+
* \[[`e9b64ea8b9`](https://github.com/nodejs/node/commit/e9b64ea8b9)] - **deps**: update undici to 5.17.1 (Node.js GitHub Bot) [#46502](https://github.com/nodejs/node/pull/46502)
|
|
71
|
+
* \[[`66a24cec47`](https://github.com/nodejs/node/commit/66a24cec47)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#46573](https://github.com/nodejs/node/pull/46573)
|
|
72
|
+
* \[[`d8559aa6f5`](https://github.com/nodejs/node/commit/d8559aa6f5)] - **deps**: update archs files for quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
|
|
73
|
+
* \[[`dc477f547d`](https://github.com/nodejs/node/commit/dc477f547d)] - **deps**: upgrade openssl sources to quictls/openssl-3.0.8+quic (RafaelGSS) [#46573](https://github.com/nodejs/node/pull/46573)
|
|
74
|
+
* \[[`2aae197670`](https://github.com/nodejs/node/commit/2aae197670)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
|
|
75
|
+
* \[[`6d17b693ec`](https://github.com/nodejs/node/commit/6d17b693ec)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
|
|
76
|
+
|
|
77
|
+
<a id="19.6.0"></a>
|
|
78
|
+
|
|
79
|
+
## 2023-02-02, Version 19.6.0 (Current), @ruyadorno
|
|
80
|
+
|
|
81
|
+
### Notable changes
|
|
82
|
+
|
|
83
|
+
#### ESM: Leverage loaders when resolving subsequent loaders
|
|
84
|
+
|
|
85
|
+
Loaders now apply to subsequent loaders, for example: `--experimental-loader ts-node --experimental-loader loader-written-in-typescript`.
|
|
86
|
+
|
|
87
|
+
#### Upgrade npm to 9.4.0
|
|
88
|
+
|
|
89
|
+
Added `--install-strategy=linked` option for installations similar to pnpm.
|
|
90
|
+
|
|
91
|
+
#### Other notable changes
|
|
92
|
+
|
|
93
|
+
* \[[`a7c9daa497`](https://github.com/nodejs/node/commit/a7c9daa497)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
|
|
94
|
+
* \[[`34d70ce615`](https://github.com/nodejs/node/commit/34d70ce615)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
|
|
95
|
+
* \[[`b4ac794923`](https://github.com/nodejs/node/commit/b4ac794923)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
|
|
96
|
+
* \[[`d52f60009a`](https://github.com/nodejs/node/commit/d52f60009a)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
|
|
97
|
+
* \[[`5ad6c2088e`](https://github.com/nodejs/node/commit/5ad6c2088e)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
|
|
98
|
+
* \[[`fbdc3f7316`](https://github.com/nodejs/node/commit/fbdc3f7316)] - **(SEMVER-MINOR)** **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
|
|
99
|
+
|
|
100
|
+
### Commits
|
|
101
|
+
|
|
102
|
+
* \[[`524eec70e2`](https://github.com/nodejs/node/commit/524eec70e2)] - **benchmark**: add trailing commas (Antoine du Hamel) [#46370](https://github.com/nodejs/node/pull/46370)
|
|
103
|
+
* \[[`f318a85408`](https://github.com/nodejs/node/commit/f318a85408)] - **benchmark**: remove buffer benchmarks redundancy (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
|
|
104
|
+
* \[[`6186b3ea14`](https://github.com/nodejs/node/commit/6186b3ea14)] - **benchmark**: introduce benchmark combination filtering (Brian White) [#45735](https://github.com/nodejs/node/pull/45735)
|
|
105
|
+
* \[[`5ad6c2088e`](https://github.com/nodejs/node/commit/5ad6c2088e)] - **(SEMVER-MINOR)** **buffer**: add isAscii method (Yagiz Nizipli) [#46046](https://github.com/nodejs/node/pull/46046)
|
|
106
|
+
* \[[`8c6c4338a6`](https://github.com/nodejs/node/commit/8c6c4338a6)] - **build**: export more OpenSSL symbols on Windows (Mohamed Akram) [#45486](https://github.com/nodejs/node/pull/45486)
|
|
107
|
+
* \[[`d795d93901`](https://github.com/nodejs/node/commit/d795d93901)] - **build**: fix MSVC 2022 Release compilation (Vladimir Morozov (REDMOND)) [#46228](https://github.com/nodejs/node/pull/46228)
|
|
108
|
+
* \[[`8e363cf8e8`](https://github.com/nodejs/node/commit/8e363cf8e8)] - **crypto**: include `hmac.h` in `crypto_util.h` (Adam Langley) [#46279](https://github.com/nodejs/node/pull/46279)
|
|
109
|
+
* \[[`c1f3e13c65`](https://github.com/nodejs/node/commit/c1f3e13c65)] - **deps**: update acorn to 8.8.2 (Node.js GitHub Bot) [#46363](https://github.com/nodejs/node/pull/46363)
|
|
110
|
+
* \[[`813b160bd7`](https://github.com/nodejs/node/commit/813b160bd7)] - **deps**: upgrade npm to 9.4.0 (npm team) [#46353](https://github.com/nodejs/node/pull/46353)
|
|
111
|
+
* \[[`9c2f3cea70`](https://github.com/nodejs/node/commit/9c2f3cea70)] - **deps**: update undici to 5.15.0 (Node.js GitHub Bot) [#46213](https://github.com/nodejs/node/pull/46213)
|
|
112
|
+
* \[[`312e10c1e3`](https://github.com/nodejs/node/commit/312e10c1e3)] - **deps**: update to uvwasi 0.0.15 (Colin Ihrig) [#46253](https://github.com/nodejs/node/pull/46253)
|
|
113
|
+
* \[[`c7024eec16`](https://github.com/nodejs/node/commit/c7024eec16)] - **doc**: correct the `sed` command for macOS in release process docs (Juan José) [#46397](https://github.com/nodejs/node/pull/46397)
|
|
114
|
+
* \[[`996bac044b`](https://github.com/nodejs/node/commit/996bac044b)] - **doc**: include webstreams in finished() and Duplex.from() parameters (Debadree Chatterjee) [#46312](https://github.com/nodejs/node/pull/46312)
|
|
115
|
+
* \[[`891d18d55c`](https://github.com/nodejs/node/commit/891d18d55c)] - **doc**: pass string to `textEncoder.encode` as input (Deokjin Kim) [#46421](https://github.com/nodejs/node/pull/46421)
|
|
116
|
+
* \[[`968db213f8`](https://github.com/nodejs/node/commit/968db213f8)] - **doc**: add tip for session.post function (theanarkh) [#46354](https://github.com/nodejs/node/pull/46354)
|
|
117
|
+
* \[[`a64d7f4e31`](https://github.com/nodejs/node/commit/a64d7f4e31)] - **doc**: add documentation for socket.destroySoon() (Luigi Pinca) [#46337](https://github.com/nodejs/node/pull/46337)
|
|
118
|
+
* \[[`975788899f`](https://github.com/nodejs/node/commit/975788899f)] - **doc**: fix commit message using test instead of deps (Tony Gorez) [#46313](https://github.com/nodejs/node/pull/46313)
|
|
119
|
+
* \[[`1d44017f52`](https://github.com/nodejs/node/commit/1d44017f52)] - **doc**: add v8 fast api contribution guidelines (Yagiz Nizipli) [#46199](https://github.com/nodejs/node/pull/46199)
|
|
120
|
+
* \[[`e2698c05fb`](https://github.com/nodejs/node/commit/e2698c05fb)] - **doc**: fix small typo error (0xflotus) [#46186](https://github.com/nodejs/node/pull/46186)
|
|
121
|
+
* \[[`f39fb8c001`](https://github.com/nodejs/node/commit/f39fb8c001)] - **doc**: mark some parameters as optional in webstreams (Deokjin Kim) [#46269](https://github.com/nodejs/node/pull/46269)
|
|
122
|
+
* \[[`7a9af38128`](https://github.com/nodejs/node/commit/7a9af38128)] - **doc**: update output of example in `events.getEventListeners` (Deokjin Kim) [#46268](https://github.com/nodejs/node/pull/46268)
|
|
123
|
+
* \[[`729642f30b`](https://github.com/nodejs/node/commit/729642f30b)] - **esm**: delete preload mock test (Geoffrey Booth) [#46402](https://github.com/nodejs/node/pull/46402)
|
|
124
|
+
* \[[`7aac21e90a`](https://github.com/nodejs/node/commit/7aac21e90a)] - **esm**: leverage loaders when resolving subsequent loaders (Maël Nison) [#43772](https://github.com/nodejs/node/pull/43772)
|
|
125
|
+
* \[[`a7c9daa497`](https://github.com/nodejs/node/commit/a7c9daa497)] - **(SEMVER-MINOR)** **fs**: add statfs() functions (Colin Ihrig) [#46358](https://github.com/nodejs/node/pull/46358)
|
|
126
|
+
* \[[`1ec6270efa`](https://github.com/nodejs/node/commit/1ec6270efa)] - **http**: res.setHeaders first implementation (Marco Ippolito) [#46109](https://github.com/nodejs/node/pull/46109)
|
|
127
|
+
* \[[`d4370259e9`](https://github.com/nodejs/node/commit/d4370259e9)] - **inspector**: allow opening inspector when `NODE_V8_COVERAGE` is set (Moshe Atlow) [#46113](https://github.com/nodejs/node/pull/46113)
|
|
128
|
+
* \[[`b966ef9a42`](https://github.com/nodejs/node/commit/b966ef9a42)] - **lib**: remove unnecessary ObjectGetValueSafe (Chengzhong Wu) [#46335](https://github.com/nodejs/node/pull/46335)
|
|
129
|
+
* \[[`2b06d66289`](https://github.com/nodejs/node/commit/2b06d66289)] - **lib**: cache parsed source maps to reduce memory footprint (Chengzhong Wu) [#46225](https://github.com/nodejs/node/pull/46225)
|
|
130
|
+
* \[[`c38673df91`](https://github.com/nodejs/node/commit/c38673df91)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46399](https://github.com/nodejs/node/pull/46399)
|
|
131
|
+
* \[[`c10e602547`](https://github.com/nodejs/node/commit/c10e602547)] - **meta**: update AUTHORS (Node.js GitHub Bot) [#46303](https://github.com/nodejs/node/pull/46303)
|
|
132
|
+
* \[[`9dc026b14a`](https://github.com/nodejs/node/commit/9dc026b14a)] - **meta**: add .mailmap entry (Rich Trott) [#46303](https://github.com/nodejs/node/pull/46303)
|
|
133
|
+
* \[[`7c514574f7`](https://github.com/nodejs/node/commit/7c514574f7)] - **meta**: move evanlucas to emeritus (Evan Lucas) [#46274](https://github.com/nodejs/node/pull/46274)
|
|
134
|
+
* \[[`3a3a6d87f1`](https://github.com/nodejs/node/commit/3a3a6d87f1)] - **module**: move test reporter loading (Geoffrey Booth) [#45923](https://github.com/nodejs/node/pull/45923)
|
|
135
|
+
* \[[`4ae2492a33`](https://github.com/nodejs/node/commit/4ae2492a33)] - **readline**: fix detection of carriage return (Antoine du Hamel) [#46306](https://github.com/nodejs/node/pull/46306)
|
|
136
|
+
* \[[`43cad78b7a`](https://github.com/nodejs/node/commit/43cad78b7a)] - **src**: stop tracing agent before shutting down libuv (Santiago Gimeno) [#46380](https://github.com/nodejs/node/pull/46380)
|
|
137
|
+
* \[[`360a3f3094`](https://github.com/nodejs/node/commit/360a3f3094)] - **src**: get rid of fp arithmetic in ParseIPv4Host (Tobias Nießen) [#46326](https://github.com/nodejs/node/pull/46326)
|
|
138
|
+
* \[[`e7b507a8cf`](https://github.com/nodejs/node/commit/e7b507a8cf)] - **src**: use UNREACHABLE instead of CHECK(falsy) (Tobias Nießen) [#46317](https://github.com/nodejs/node/pull/46317)
|
|
139
|
+
* \[[`4c59b60ee8`](https://github.com/nodejs/node/commit/4c59b60ee8)] - **src**: add support for ETW stack walking (José Dapena Paz) [#46203](https://github.com/nodejs/node/pull/46203)
|
|
140
|
+
* \[[`640d111f95`](https://github.com/nodejs/node/commit/640d111f95)] - **src**: refactor EndsInANumber in node\_url.cc and adds IsIPv4NumberValid (Miguel Teixeira) [#46227](https://github.com/nodejs/node/pull/46227)
|
|
141
|
+
* \[[`fb7bee2b6e`](https://github.com/nodejs/node/commit/fb7bee2b6e)] - **src**: fix c++ exception on bad command line arg (Ben Noordhuis) [#46290](https://github.com/nodejs/node/pull/46290)
|
|
142
|
+
* \[[`18c95ec4bd`](https://github.com/nodejs/node/commit/18c95ec4bd)] - **src**: remove unreachable UNREACHABLE (Tobias Nießen) [#46281](https://github.com/nodejs/node/pull/46281)
|
|
143
|
+
* \[[`35bf93b01a`](https://github.com/nodejs/node/commit/35bf93b01a)] - **src**: replace custom ASCII validation with simdutf one (Anna Henningsen) [#46271](https://github.com/nodejs/node/pull/46271)
|
|
144
|
+
* \[[`8307a4bbcd`](https://github.com/nodejs/node/commit/8307a4bbcd)] - **src**: replace unreachable code with static\_assert (Tobias Nießen) [#46250](https://github.com/nodejs/node/pull/46250)
|
|
145
|
+
* \[[`7cf0da020a`](https://github.com/nodejs/node/commit/7cf0da020a)] - **src**: use explicit C++17 fallthrough (Tobias Nießen) [#46251](https://github.com/nodejs/node/pull/46251)
|
|
146
|
+
* \[[`d52f60009a`](https://github.com/nodejs/node/commit/d52f60009a)] - **(SEMVER-MINOR)** **src,lib**: add constrainedMemory API for process (theanarkh) [#46218](https://github.com/nodejs/node/pull/46218)
|
|
147
|
+
* \[[`2e5e7a9261`](https://github.com/nodejs/node/commit/2e5e7a9261)] - **stream**: remove brandchecks from stream duplexify (Debadree Chatterjee) [#46315](https://github.com/nodejs/node/pull/46315)
|
|
148
|
+
* \[[`9675863461`](https://github.com/nodejs/node/commit/9675863461)] - **stream**: fix readable stream as async iterator function (Erick Wendel) [#46147](https://github.com/nodejs/node/pull/46147)
|
|
149
|
+
* \[[`232bdd5d16`](https://github.com/nodejs/node/commit/232bdd5d16)] - **test**: add trailing commas in `test/node-api` (Antoine du Hamel) [#46384](https://github.com/nodejs/node/pull/46384)
|
|
150
|
+
* \[[`4cc081815d`](https://github.com/nodejs/node/commit/4cc081815d)] - **test**: add trailing commas in `test/message` (Antoine du Hamel) [#46372](https://github.com/nodejs/node/pull/46372)
|
|
151
|
+
* \[[`b83c5d9deb`](https://github.com/nodejs/node/commit/b83c5d9deb)] - **test**: add trailing commas in `test/pseudo-tty` (Antoine du Hamel) [#46371](https://github.com/nodejs/node/pull/46371)
|
|
152
|
+
* \[[`8a45c9d231`](https://github.com/nodejs/node/commit/8a45c9d231)] - **test**: fix tap escaping with and without --test (Pulkit Gupta) [#46311](https://github.com/nodejs/node/pull/46311)
|
|
153
|
+
* \[[`367dc41299`](https://github.com/nodejs/node/commit/367dc41299)] - **test**: set common.bits to 64 for loong64 (Shi Pujin) [#45383](https://github.com/nodejs/node/pull/45383)
|
|
154
|
+
* \[[`7385edc7d0`](https://github.com/nodejs/node/commit/7385edc7d0)] - **test**: s390x zlib test case fixes (Adam Majer) [#46367](https://github.com/nodejs/node/pull/46367)
|
|
155
|
+
* \[[`d5d837bdee`](https://github.com/nodejs/node/commit/d5d837bdee)] - **test**: fix logInTimeout is not function (theanarkh) [#46348](https://github.com/nodejs/node/pull/46348)
|
|
156
|
+
* \[[`a1d79546ac`](https://github.com/nodejs/node/commit/a1d79546ac)] - **test**: avoid trying to call sysctl directly (Adam Majer) [#46366](https://github.com/nodejs/node/pull/46366)
|
|
157
|
+
* \[[`747f3689e0`](https://github.com/nodejs/node/commit/747f3689e0)] - **test**: avoid left behind child processes (Richard Lau) [#46276](https://github.com/nodejs/node/pull/46276)
|
|
158
|
+
* \[[`940484b7aa`](https://github.com/nodejs/node/commit/940484b7aa)] - **test**: add failing test for readline with carriage return (Alec Mev) [#46075](https://github.com/nodejs/node/pull/46075)
|
|
159
|
+
* \[[`d13116a719`](https://github.com/nodejs/node/commit/d13116a719)] - **test,crypto**: add CFRG curve vectors to wrap/unwrap tests (Filip Skokan) [#46406](https://github.com/nodejs/node/pull/46406)
|
|
160
|
+
* \[[`398a7477b3`](https://github.com/nodejs/node/commit/398a7477b3)] - **test,crypto**: update WebCryptoAPI WPT (Filip Skokan) [#46267](https://github.com/nodejs/node/pull/46267)
|
|
161
|
+
* \[[`8b473affe8`](https://github.com/nodejs/node/commit/8b473affe8)] - **test\_runner**: make built in reporters internal (Colin Ihrig) [#46092](https://github.com/nodejs/node/pull/46092)
|
|
162
|
+
* \[[`a49e17e22b`](https://github.com/nodejs/node/commit/a49e17e22b)] - **test\_runner**: report `file` in test runner events (Moshe Atlow) [#46030](https://github.com/nodejs/node/pull/46030)
|
|
163
|
+
* \[[`fbdc3f7316`](https://github.com/nodejs/node/commit/fbdc3f7316)] - **test\_runner**: add reporters (Moshe Atlow) [#45712](https://github.com/nodejs/node/pull/45712)
|
|
164
|
+
* \[[`6579de8c47`](https://github.com/nodejs/node/commit/6579de8c47)] - **tools**: update eslint to 8.33.0 (Node.js GitHub Bot) [#46400](https://github.com/nodejs/node/pull/46400)
|
|
165
|
+
* \[[`bf62da55ad`](https://github.com/nodejs/node/commit/bf62da55ad)] - **tools**: update doc to unist-util-select\@4.0.3 unist-util-visit\@4.1.2 (Node.js GitHub Bot) [#46364](https://github.com/nodejs/node/pull/46364)
|
|
166
|
+
* \[[`b0acf55197`](https://github.com/nodejs/node/commit/b0acf55197)] - **tools**: update lint-md-dependencies to rollup\@3.12.0 (Node.js GitHub Bot) [#46398](https://github.com/nodejs/node/pull/46398)
|
|
167
|
+
* \[[`88b904cf24`](https://github.com/nodejs/node/commit/88b904cf24)] - **tools**: require more trailing commas (Antoine du Hamel) [#46346](https://github.com/nodejs/node/pull/46346)
|
|
168
|
+
* \[[`4440b3ef87`](https://github.com/nodejs/node/commit/4440b3ef87)] - **tools**: update lint-md-dependencies (Node.js GitHub Bot) [#46302](https://github.com/nodejs/node/pull/46302)
|
|
169
|
+
* \[[`e75faff4bd`](https://github.com/nodejs/node/commit/e75faff4bd)] - **tools**: allow icutrim.py to run on python2 (Michael Dawson) [#46263](https://github.com/nodejs/node/pull/46263)
|
|
170
|
+
* \[[`e460d16d73`](https://github.com/nodejs/node/commit/e460d16d73)] - **url**: refactor to use more primordials (Antoine du Hamel) [#45966](https://github.com/nodejs/node/pull/45966)
|
|
171
|
+
* \[[`b4ac794923`](https://github.com/nodejs/node/commit/b4ac794923)] - **(SEMVER-MINOR)** **v8**: support gc profile (theanarkh) [#46255](https://github.com/nodejs/node/pull/46255)
|
|
172
|
+
* \[[`34d70ce615`](https://github.com/nodejs/node/commit/34d70ce615)] - **(SEMVER-MINOR)** **vm**: expose cachedDataRejected for vm.compileFunction (Anna Henningsen) [#46320](https://github.com/nodejs/node/pull/46320)
|
|
173
|
+
|
|
43
174
|
<a id="19.5.0"></a>
|
|
44
175
|
|
|
45
176
|
## 2023-01-24, Version 19.5.0 (Current), @RafaelGSS
|
package/README.md
CHANGED
|
@@ -324,8 +324,6 @@ For information about the governance of the Node.js project, see
|
|
|
324
324
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
325
325
|
* [erickwendel](https://github.com/erickwendel) -
|
|
326
326
|
**Erick Wendel** <<erick.workspace@gmail.com>> (he/him)
|
|
327
|
-
* [evanlucas](https://github.com/evanlucas) -
|
|
328
|
-
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
329
327
|
* [fhinkel](https://github.com/fhinkel) -
|
|
330
328
|
**Franziska Hinkelmann** <<franziska.hinkelmann@gmail.com>> (she/her)
|
|
331
329
|
* [F3n67u](https://github.com/F3n67u) -
|
|
@@ -512,6 +510,8 @@ For information about the governance of the Node.js project, see
|
|
|
512
510
|
**Alexander Makarenko** <<estliberitas@gmail.com>>
|
|
513
511
|
* [eugeneo](https://github.com/eugeneo) -
|
|
514
512
|
**Eugene Ostroukhov** <<eostroukhov@google.com>>
|
|
513
|
+
* [evanlucas](https://github.com/evanlucas) -
|
|
514
|
+
**Evan Lucas** <<evanlucas@me.com>> (he/him)
|
|
515
515
|
* [firedfox](https://github.com/firedfox) -
|
|
516
516
|
**Daniel Wang** <<wangyang0123@gmail.com>>
|
|
517
517
|
* [Fishrock123](https://github.com/Fishrock123) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/config.gypi
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Do not edit. Generated by the configure script.
|
|
2
|
-
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC'], 'include_dirs': [], 'libraries': []},
|
|
2
|
+
{ 'target_defaults': {'cflags': [], 'default_configuration': 'Release', 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf', 'NODE_OPENSSL_HAS_QUIC', 'ICU_NO_USER_DATA_OVERRIDE'], 'include_dirs': [], 'libraries': []},
|
|
3
3
|
'variables': { 'asan': 0,
|
|
4
4
|
'coverage': 'false',
|
|
5
5
|
'dcheck_always_on': 0,
|
|
@@ -252,14 +252,17 @@
|
|
|
252
252
|
'lib/internal/test/transfer.js',
|
|
253
253
|
'lib/internal/test_runner/harness.js',
|
|
254
254
|
'lib/internal/test_runner/mock.js',
|
|
255
|
+
'lib/internal/test_runner/reporter/dot.js',
|
|
256
|
+
'lib/internal/test_runner/reporter/spec.js',
|
|
257
|
+
'lib/internal/test_runner/reporter/tap.js',
|
|
255
258
|
'lib/internal/test_runner/runner.js',
|
|
256
259
|
'lib/internal/test_runner/tap_checker.js',
|
|
257
260
|
'lib/internal/test_runner/tap_lexer.js',
|
|
258
261
|
'lib/internal/test_runner/tap_parser.js',
|
|
259
|
-
'lib/internal/test_runner/tap_stream.js',
|
|
260
262
|
'lib/internal/test_runner/test.js',
|
|
263
|
+
'lib/internal/test_runner/tests_stream.js',
|
|
261
264
|
'lib/internal/test_runner/utils.js',
|
|
262
|
-
'lib/internal/test_runner/
|
|
265
|
+
'lib/internal/test_runner/yaml_to_js.js',
|
|
263
266
|
'lib/internal/timers.js',
|
|
264
267
|
'lib/internal/tls/secure-context.js',
|
|
265
268
|
'lib/internal/tls/secure-pair.js',
|
package/include/node/node.exp
CHANGED
|
@@ -3195,6 +3195,7 @@ OSSL_CMP_CTX_push0_policy
|
|
|
3195
3195
|
OSSL_CMP_CTX_push1_subjectAltName
|
|
3196
3196
|
OSSL_CMP_CTX_reinit
|
|
3197
3197
|
OSSL_CMP_CTX_reqExtensions_have_SAN
|
|
3198
|
+
OSSL_CMP_CTX_reset_geninfo_ITAVs
|
|
3198
3199
|
OSSL_CMP_CTX_server_perform
|
|
3199
3200
|
OSSL_CMP_CTX_set0_newPkey
|
|
3200
3201
|
OSSL_CMP_CTX_set0_reqExtensions
|
|
@@ -5945,16 +5946,16 @@ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x4e6a3c5b3b20
|
|
|
5945
5946
|
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x247f273c65a8062c
|
|
5946
5947
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x807049313412a6cc
|
|
5947
5948
|
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x5c6ee35da20b5539
|
|
5948
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.
|
|
5949
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_evacuation_verifier.cc_FE345EE0_0xde2085df39525d6e
|
|
5949
5950
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x90bb6f38b132f19e
|
|
5950
5951
|
_GLOBAL__I_65535_0_.._deps_v8_src_heap_heap_verifier.cc_7874F2D3_0x63fee37f222050d0
|
|
5951
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5952
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5952
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x158dcb2bd7790c01
|
|
5953
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x56b1a556bd2faa28
|
|
5953
5954
|
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x5b8e4c1775ff38dc
|
|
5954
5955
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xe94b6e99abd6b5e7
|
|
5955
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5956
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_87E8306D_0xe28fca6d4af9862b
|
|
5956
5957
|
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_testing.cc_7874F2D3_0xc6b670ab217cc97f
|
|
5957
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5958
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x96d48e67e20121e3
|
|
5958
5959
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5959
5960
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5960
5961
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -49190,6 +49191,7 @@ _ZN4node10contextify18MicrotaskQueueWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6Obj
|
|
|
49190
49191
|
_ZN4node10contextify18MicrotaskQueueWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
49191
49192
|
_ZN4node10contextify18MicrotaskQueueWrapD0Ev
|
|
49192
49193
|
_ZN4node10contextify18MicrotaskQueueWrapD1Ev
|
|
49194
|
+
_ZN4node10contextify20StoreCodeCacheResultEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEENS3_14ScriptCompiler14CompileOptionsERKNS7_6SourceEbSt10unique_ptrINS7_10CachedDataESt14default_deleteISD_EE
|
|
49193
49195
|
_ZN4node10contextify26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
49194
49196
|
_ZN4node10mksnapshot10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
49195
49197
|
_ZN4node10mksnapshot20CompileSerializeMainERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -49908,7 +49910,9 @@ _ZN4node16NodeMainInstanceC2EPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatform
|
|
|
49908
49910
|
_ZN4node16NodeMainInstanceD1Ev
|
|
49909
49911
|
_ZN4node16NodeMainInstanceD2Ev
|
|
49910
49912
|
_ZN4node16RequestInterruptEPNS_11EnvironmentEPFvPvES2_
|
|
49913
|
+
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmPKm
|
|
49911
49914
|
_ZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC1EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKm
|
|
49915
|
+
_ZN4node17AliasedBufferBaseIlN2v813BigInt64ArrayEvEC1EPNS1_7IsolateEmPKm
|
|
49912
49916
|
_ZN4node17CreateEnvironmentEPNS_11IsolateDataEN2v85LocalINS2_7ContextEEERKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EESG_NS_16EnvironmentFlags5FlagsENS_8ThreadIdESt10unique_ptrINS_21InspectorParentHandleESt14default_deleteISL_EE
|
|
49913
49917
|
_ZN4node17CreateIsolateDataEPN2v87IsolateEP9uv_loop_sPNS_20MultiIsolatePlatformEPNS_20ArrayBufferAllocatorE
|
|
49914
49918
|
_ZN4node17ERR_DLOPEN_FAILEDIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
|
|
@@ -50237,6 +50241,7 @@ _ZN4node23GetMultiIsolatePlatformEPNS_11EnvironmentE
|
|
|
50237
50241
|
_ZN4node23GetMultiIsolatePlatformEPNS_11IsolateDataE
|
|
50238
50242
|
_ZN4node23IsConstructCallCallbackERKN2v820FunctionCallbackInfoINS0_5ValueEEE
|
|
50239
50243
|
_ZN4node23SetIsolateErrorHandlersEPN2v87IsolateERKNS_15IsolateSettingsE
|
|
50244
|
+
_ZN4node23THROW_ERR_INVALID_STATEIJEEEvPN2v87IsolateEPKcDpOT_
|
|
50240
50245
|
_ZN4node23WorkerThreadsTaskRunner13BlockingDrainEv
|
|
50241
50246
|
_ZN4node23WorkerThreadsTaskRunner15PostDelayedTaskESt10unique_ptrIN2v84TaskESt14default_deleteIS3_EEd
|
|
50242
50247
|
_ZN4node23WorkerThreadsTaskRunner20DelayedTaskScheduler10FlushTasksEP10uv_async_s
|
|
@@ -50436,6 +50441,7 @@ _ZN4node2fs10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7Con
|
|
|
50436
50441
|
_ZN4node2fs10MKDirpSyncEP9uv_loop_sP7uv_fs_sRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEiPFvS4_E
|
|
50437
50442
|
_ZN4node2fs11AfterMkdirpEP7uv_fs_s
|
|
50438
50443
|
_ZN4node2fs11AfterNoArgsEP7uv_fs_s
|
|
50444
|
+
_ZN4node2fs11AfterStatFsEP7uv_fs_s
|
|
50439
50445
|
_ZN4node2fs11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
50440
50446
|
_ZN4node2fs11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
50441
50447
|
_ZN4node2fs11BindingData9SerializeEi
|
|
@@ -50448,6 +50454,7 @@ _ZN4node2fs11MKDirpAsyncEP9uv_loop_sP7uv_fs_sPKciPFvS4_E
|
|
|
50448
50454
|
_ZN4node2fs12AfterIntegerEP7uv_fs_s
|
|
50449
50455
|
_ZN4node2fs12AfterScanDirEP7uv_fs_s
|
|
50450
50456
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE11ResolveStatEPK9uv_stat_t
|
|
50457
|
+
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE13ResolveStatFsEPK11uv_statfs_s
|
|
50451
50458
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
|
|
50452
50459
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE3NewEPNS0_11BindingDataEb
|
|
50453
50460
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
|
|
@@ -50455,6 +50462,7 @@ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEE7Resolv
|
|
|
50455
50462
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED0Ev
|
|
50456
50463
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIdN2v812Float64ArrayEvEEED1Ev
|
|
50457
50464
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE11ResolveStatEPK9uv_stat_t
|
|
50465
|
+
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE13ResolveStatFsEPK11uv_statfs_s
|
|
50458
50466
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE14SetReturnValueERKNS3_20FunctionCallbackInfoINS3_5ValueEEE
|
|
50459
50467
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE3NewEPNS0_11BindingDataEb
|
|
50460
50468
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE6RejectENS3_5LocalINS3_5ValueEEE
|
|
@@ -50462,6 +50470,7 @@ _ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEE7Resol
|
|
|
50462
50470
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED0Ev
|
|
50463
50471
|
_ZN4node2fs12FSReqPromiseINS_17AliasedBufferBaseIlN2v813BigInt64ArrayEvEEED1Ev
|
|
50464
50472
|
_ZN4node2fs13FSReqCallback11ResolveStatEPK9uv_stat_t
|
|
50473
|
+
_ZN4node2fs13FSReqCallback13ResolveStatFsEPK11uv_statfs_s
|
|
50465
50474
|
_ZN4node2fs13FSReqCallback14SetReturnValueERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
50466
50475
|
_ZN4node2fs13FSReqCallback6RejectEN2v85LocalINS2_5ValueEEE
|
|
50467
50476
|
_ZN4node2fs13FSReqCallback7ResolveEN2v85LocalINS2_5ValueEEE
|
|
@@ -52555,6 +52564,15 @@ _ZN4node8profiler24V8HeapProfilerConnection5StartEv
|
|
|
52555
52564
|
_ZN4node8profiler24V8HeapProfilerConnectionD0Ev
|
|
52556
52565
|
_ZN4node8profiler24V8HeapProfilerConnectionD1Ev
|
|
52557
52566
|
_ZN4node8profiler26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
52567
|
+
_ZN4node8v8_utils10GCProfiler10out_streamB5cxx11Ev
|
|
52568
|
+
_ZN4node8v8_utils10GCProfiler3NewERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
52569
|
+
_ZN4node8v8_utils10GCProfiler4StopERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
52570
|
+
_ZN4node8v8_utils10GCProfiler5StartERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
52571
|
+
_ZN4node8v8_utils10GCProfiler6writerEv
|
|
52572
|
+
_ZN4node8v8_utils10GCProfilerC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
52573
|
+
_ZN4node8v8_utils10GCProfilerC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEE
|
|
52574
|
+
_ZN4node8v8_utils10GCProfilerD0Ev
|
|
52575
|
+
_ZN4node8v8_utils10GCProfilerD1Ev
|
|
52558
52576
|
_ZN4node8v8_utils10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
|
|
52559
52577
|
_ZN4node8v8_utils11BindingData11DeserializeEN2v85LocalINS2_7ContextEEENS3_INS2_6ObjectEEEiPNS_21InternalFieldInfoBaseE
|
|
52560
52578
|
_ZN4node8v8_utils11BindingData23PrepareForSerializationEN2v85LocalINS2_7ContextEEEPNS2_15SnapshotCreatorE
|
|
@@ -60054,7 +60072,6 @@ _ZN8v8_crdtp4json8platform6StrToDEPKcPd
|
|
|
60054
60072
|
_ZN8v8_crdtp4json9ParseJSONENS_4spanIhEEPNS_13ParserHandlerE
|
|
60055
60073
|
_ZN8v8_crdtp4json9ParseJSONENS_4spanItEEPNS_13ParserHandlerE
|
|
60056
60074
|
_ZN9__gnu_cxx12__to_xstringINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcEET_PFiPT0_mPKS8_PcEmSB_z
|
|
60057
|
-
_ZN9__gnu_cxx6__stoaIyycJiEEET0_PFT_PKT1_PPS3_DpT2_EPKcS5_PmS9_
|
|
60058
60075
|
_ZNK10napi_env__16can_call_into_jsEv
|
|
60059
60076
|
_ZNK10napi_env__34mark_arraybuffer_as_untransferableEN2v85LocalINS0_11ArrayBufferEEE
|
|
60060
60077
|
_ZNK12v8_inspector10StackFrame10lineNumberEv
|
|
@@ -64483,6 +64500,9 @@ _ZNK4node8profiler24V8HeapProfilerConnection11GetFilenameB5cxx11Ev
|
|
|
64483
64500
|
_ZNK4node8profiler24V8HeapProfilerConnection12GetDirectoryB5cxx11Ev
|
|
64484
64501
|
_ZNK4node8profiler24V8HeapProfilerConnection4typeEv
|
|
64485
64502
|
_ZNK4node8profiler24V8HeapProfilerConnection6endingEv
|
|
64503
|
+
_ZNK4node8v8_utils10GCProfiler10MemoryInfoEPNS_13MemoryTrackerE
|
|
64504
|
+
_ZNK4node8v8_utils10GCProfiler14MemoryInfoNameEv
|
|
64505
|
+
_ZNK4node8v8_utils10GCProfiler8SelfSizeEv
|
|
64486
64506
|
_ZNK4node8v8_utils11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
64487
64507
|
_ZNK4node8v8_utils11BindingData14MemoryInfoNameEv
|
|
64488
64508
|
_ZNK4node8v8_utils11BindingData8SelfSizeEv
|
|
@@ -67484,6 +67504,7 @@ _ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIK
|
|
|
67484
67504
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector16InspectorSessionESt14default_deleteISB_EEESaISF_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSH_18_Mod_range_hashingENSH_20_Default_ranged_hashENSH_20_Prime_rehash_policyENSH_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
67485
67505
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteISC_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
67486
67506
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St10unique_ptrIN4node9inspector8protocol5ValueESt14default_deleteISC_EEESaISG_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSI_18_Mod_range_hashingENSI_20_Default_ranged_hashENSI_20_Prime_rehash_policyENSI_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
67507
|
+
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIS5_SaIS5_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
67487
67508
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St6vectorIS5_SaIS5_EEESaISB_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSD_18_Mod_range_hashingENSD_20_Default_ranged_hashENSD_20_Prime_rehash_policyENSD_17_Hashtable_traitsILb1ELb0ELb1EEEE4findERS7_
|
|
67488
67509
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_St8weak_ptrIN4node6worker12SiblingGroupEEESaISD_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSF_18_Mod_range_hashingENSF_20_Default_ranged_hashENSF_20_Prime_rehash_policyENSF_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
67489
67510
|
_ZNKSt10_HashtableINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_iESaIS8_ENSt8__detail10_Select1stESt8equal_toIS5_ESt4hashIS5_ENSA_18_Mod_range_hashingENSA_20_Default_ranged_hashENSA_20_Prime_rehash_policyENSA_17_Hashtable_traitsILb1ELb0ELb1EEEE19_M_find_before_nodeEmRS7_m
|
|
@@ -73182,6 +73203,7 @@ _ZTVN4node8profiler20V8ProfilerConnection25V8ProfilerSessionDelegateE
|
|
|
73182
73203
|
_ZTVN4node8profiler20V8ProfilerConnectionE
|
|
73183
73204
|
_ZTVN4node8profiler23V8CpuProfilerConnectionE
|
|
73184
73205
|
_ZTVN4node8profiler24V8HeapProfilerConnectionE
|
|
73206
|
+
_ZTVN4node8v8_utils10GCProfilerE
|
|
73185
73207
|
_ZTVN4node8v8_utils11BindingDataE
|
|
73186
73208
|
_ZTVN4node9AsyncWrapE
|
|
73187
73209
|
_ZTVN4node9HistogramE
|
|
@@ -75288,9 +75310,11 @@ _ZZN4node16MaybeStackBufferItLm1024EE25AllocateSufficientStorageEmE4args
|
|
|
75288
75310
|
_ZZN4node16MaybeStackBufferItLm1024EE25SetLengthAndZeroTerminateEmE4args
|
|
75289
75311
|
_ZZN4node16MaybeStackBufferItLm1024EE9SetLengthEmE4args
|
|
75290
75312
|
_ZZN4node16MaybeStackBufferItLm1024EEixEmE4args
|
|
75313
|
+
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmPKmE4args
|
|
75291
75314
|
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args
|
|
75292
75315
|
_ZZN4node17AliasedBufferBaseIdN2v812Float64ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
75293
75316
|
_ZZN4node17AliasedBufferBaseIjN2v811Uint32ArrayEvEC4EPNS1_7IsolateEmmRKNS0_IhNS1_10Uint8ArrayEvEEPKmE4args_0
|
|
75317
|
+
_ZZN4node17AliasedBufferBaseIlN2v813BigInt64ArrayEvEC4EPNS1_7IsolateEmPKmE4args
|
|
75294
75318
|
_ZZN4node17BaseObjectPtrImplINS_10BaseObjectELb0EEC4EPS1_E4args
|
|
75295
75319
|
_ZZN4node17BaseObjectPtrImplINS_10HandleWrapELb0EEC4EPS1_E4args
|
|
75296
75320
|
_ZZN4node17BaseObjectPtrImplINS_10StreamPipeELb0EEC4EPS1_E4args
|
|
@@ -78691,6 +78715,7 @@ ossl_bn_group_6144
|
|
|
78691
78715
|
ossl_bn_group_8192
|
|
78692
78716
|
ossl_bn_inv_sqrt_2
|
|
78693
78717
|
ossl_bn_miller_rabin_is_prime
|
|
78718
|
+
ossl_bn_rsa_do_unblind
|
|
78694
78719
|
ossl_bn_rsa_fips186_4_derive_prime
|
|
78695
78720
|
ossl_bn_rsa_fips186_4_gen_prob_primes
|
|
78696
78721
|
ossl_bsearch
|
|
@@ -78966,6 +78991,7 @@ ossl_curve448_scalar_zero
|
|
|
78966
78991
|
ossl_curve448_wnaf_base
|
|
78967
78992
|
ossl_d2i_DH_PUBKEY
|
|
78968
78993
|
ossl_d2i_DHx_PUBKEY
|
|
78994
|
+
ossl_d2i_DSA_PUBKEY
|
|
78969
78995
|
ossl_d2i_ED25519_PUBKEY
|
|
78970
78996
|
ossl_d2i_ED448_PUBKEY
|
|
78971
78997
|
ossl_d2i_PUBKEY_legacy
|
|
@@ -79879,6 +79905,7 @@ ossl_pw_set_ui_method
|
|
|
79879
79905
|
ossl_rand_cleanup_entropy
|
|
79880
79906
|
ossl_rand_cleanup_int
|
|
79881
79907
|
ossl_rand_cleanup_nonce
|
|
79908
|
+
ossl_rand_ctx_free
|
|
79882
79909
|
ossl_rand_drbg_free
|
|
79883
79910
|
ossl_rand_drbg_new
|
|
79884
79911
|
ossl_rand_get_entropy
|
|
@@ -79914,6 +79941,7 @@ ossl_rc4128_functions
|
|
|
79914
79941
|
ossl_rc440_functions
|
|
79915
79942
|
ossl_rc4_hmac_ossl_md5_functions
|
|
79916
79943
|
ossl_read_der
|
|
79944
|
+
ossl_release_default_drbg_ctx
|
|
79917
79945
|
ossl_ripemd160_functions
|
|
79918
79946
|
ossl_rsa_asn1_meths
|
|
79919
79947
|
ossl_rsa_asym_cipher_functions
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 19
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 6
|
|
27
|
+
#define NODE_PATCH_VERSION 1
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 0
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME ""
|
|
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
193
193
|
* -- CertReqMsg
|
|
194
194
|
* }
|
|
195
195
|
*/
|
|
196
|
-
# define
|
|
197
|
-
# define
|
|
198
|
-
# define
|
|
199
|
-
# define
|
|
200
|
-
# define
|
|
196
|
+
# define OSSL_CMP_PKISTATUS_request -3
|
|
197
|
+
# define OSSL_CMP_PKISTATUS_trans -2
|
|
198
|
+
# define OSSL_CMP_PKISTATUS_unspecified -1
|
|
199
|
+
# define OSSL_CMP_PKISTATUS_accepted 0
|
|
200
|
+
# define OSSL_CMP_PKISTATUS_grantedWithMods 1
|
|
201
|
+
# define OSSL_CMP_PKISTATUS_rejection 2
|
|
202
|
+
# define OSSL_CMP_PKISTATUS_waiting 3
|
|
203
|
+
# define OSSL_CMP_PKISTATUS_revocationWarning 4
|
|
201
204
|
# define OSSL_CMP_PKISTATUS_revocationNotification 5
|
|
202
|
-
# define OSSL_CMP_PKISTATUS_keyUpdateWarning
|
|
205
|
+
# define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
|
|
203
206
|
|
|
204
207
|
typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
|
|
205
208
|
DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
|
|
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
|
|
|
444
447
|
/* CMP message header and extra certificates: */
|
|
445
448
|
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
|
|
446
449
|
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
|
|
450
|
+
int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
|
|
447
451
|
int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
|
|
448
452
|
STACK_OF(X509) *extraCertsOut);
|
|
449
453
|
/* certificate template: */
|
|
@@ -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 8
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.8"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "7 Feb 2023"
|
|
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.8+quic 7 Feb 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509v3.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1999-
|
|
5
|
+
* Copyright 1999-2023 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
|
|
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
|
|
|
177
177
|
OTHERNAME *otherName; /* otherName */
|
|
178
178
|
ASN1_IA5STRING *rfc822Name;
|
|
179
179
|
ASN1_IA5STRING *dNSName;
|
|
180
|
-
|
|
180
|
+
ASN1_STRING *x400Address;
|
|
181
181
|
X509_NAME *directoryName;
|
|
182
182
|
EDIPARTYNAME *ediPartyName;
|
|
183
183
|
ASN1_IA5STRING *uniformResourceIdentifier;
|
|
@@ -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-2023 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
|
|
@@ -193,13 +193,16 @@ typedef ASN1_BIT_STRING OSSL_CMP_PKIFAILUREINFO;
|
|
|
193
193
|
* -- CertReqMsg
|
|
194
194
|
* }
|
|
195
195
|
*/
|
|
196
|
-
# define
|
|
197
|
-
# define
|
|
198
|
-
# define
|
|
199
|
-
# define
|
|
200
|
-
# define
|
|
196
|
+
# define OSSL_CMP_PKISTATUS_request -3
|
|
197
|
+
# define OSSL_CMP_PKISTATUS_trans -2
|
|
198
|
+
# define OSSL_CMP_PKISTATUS_unspecified -1
|
|
199
|
+
# define OSSL_CMP_PKISTATUS_accepted 0
|
|
200
|
+
# define OSSL_CMP_PKISTATUS_grantedWithMods 1
|
|
201
|
+
# define OSSL_CMP_PKISTATUS_rejection 2
|
|
202
|
+
# define OSSL_CMP_PKISTATUS_waiting 3
|
|
203
|
+
# define OSSL_CMP_PKISTATUS_revocationWarning 4
|
|
201
204
|
# define OSSL_CMP_PKISTATUS_revocationNotification 5
|
|
202
|
-
# define OSSL_CMP_PKISTATUS_keyUpdateWarning
|
|
205
|
+
# define OSSL_CMP_PKISTATUS_keyUpdateWarning 6
|
|
203
206
|
|
|
204
207
|
typedef ASN1_INTEGER OSSL_CMP_PKISTATUS;
|
|
205
208
|
DECLARE_ASN1_ITEM(OSSL_CMP_PKISTATUS)
|
|
@@ -444,6 +447,7 @@ int OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec,
|
|
|
444
447
|
/* CMP message header and extra certificates: */
|
|
445
448
|
int OSSL_CMP_CTX_set1_recipient(OSSL_CMP_CTX *ctx, const X509_NAME *name);
|
|
446
449
|
int OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav);
|
|
450
|
+
int OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx);
|
|
447
451
|
int OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx,
|
|
448
452
|
STACK_OF(X509) *extraCertsOut);
|
|
449
453
|
/* certificate template: */
|
|
@@ -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 8
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.8"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.8+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "7 Feb 2023"
|
|
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.8+quic 7 Feb 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/x509v3.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1999-
|
|
5
|
+
* Copyright 1999-2023 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
|
|
@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
|
|
|
177
177
|
OTHERNAME *otherName; /* otherName */
|
|
178
178
|
ASN1_IA5STRING *rfc822Name;
|
|
179
179
|
ASN1_IA5STRING *dNSName;
|
|
180
|
-
|
|
180
|
+
ASN1_STRING *x400Address;
|
|
181
181
|
X509_NAME *directoryName;
|
|
182
182
|
EDIPARTYNAME *ediPartyName;
|
|
183
183
|
ASN1_IA5STRING *uniformResourceIdentifier;
|
|
@@ -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-2023 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
|