node-linux-s390x 19.5.0 → 19.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +272 -1
- package/LICENSE +22 -0
- package/README.md +12 -8
- package/bin/node +0 -0
- package/include/node/config.gypi +9 -3
- package/include/node/node.h +170 -1
- package/include/node/node_version.h +1 -1
- 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/share/man/man1/node.1 +3 -0
package/include/node/node.h
CHANGED
|
@@ -127,6 +127,8 @@ struct napi_module;
|
|
|
127
127
|
// terminally confused when it's done in node_internals.h
|
|
128
128
|
namespace node {
|
|
129
129
|
|
|
130
|
+
struct SnapshotData;
|
|
131
|
+
|
|
130
132
|
namespace tracing {
|
|
131
133
|
|
|
132
134
|
class TracingController;
|
|
@@ -274,6 +276,15 @@ enum Flags : uint64_t {
|
|
|
274
276
|
// TODO(addaleax): Make this the canonical name, as it is more descriptive.
|
|
275
277
|
namespace ProcessInitializationFlags = ProcessFlags;
|
|
276
278
|
|
|
279
|
+
namespace StopFlags {
|
|
280
|
+
enum Flags : uint32_t {
|
|
281
|
+
kNoFlags = 0,
|
|
282
|
+
// Do not explicitly terminate the Isolate
|
|
283
|
+
// when exiting the Environment.
|
|
284
|
+
kDoNotTerminateIsolate = 1 << 0,
|
|
285
|
+
};
|
|
286
|
+
} // namespace StopFlags
|
|
287
|
+
|
|
277
288
|
class NODE_EXTERN InitializationResult {
|
|
278
289
|
public:
|
|
279
290
|
virtual ~InitializationResult();
|
|
@@ -310,6 +321,7 @@ NODE_EXTERN int Start(int argc, char* argv[]);
|
|
|
310
321
|
// Tear down Node.js while it is running (there are active handles
|
|
311
322
|
// in the loop and / or actively executing JavaScript code).
|
|
312
323
|
NODE_EXTERN int Stop(Environment* env);
|
|
324
|
+
NODE_EXTERN int Stop(Environment* env, StopFlags::Flags flags);
|
|
313
325
|
|
|
314
326
|
// Set up per-process state needed to run Node.js. This will consume arguments
|
|
315
327
|
// from argv, fill exec_argv, and possibly add errors resulting from parsing
|
|
@@ -453,7 +465,8 @@ enum IsolateSettingsFlags {
|
|
|
453
465
|
MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
|
|
454
466
|
DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1,
|
|
455
467
|
SHOULD_NOT_SET_PROMISE_REJECTION_CALLBACK = 1 << 2,
|
|
456
|
-
SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3
|
|
468
|
+
SHOULD_NOT_SET_PREPARE_STACK_TRACE_CALLBACK = 1 << 3,
|
|
469
|
+
ALLOW_MODIFY_CODE_GENERATION_FROM_STRINGS_CALLBACK = 1 << 4,
|
|
457
470
|
};
|
|
458
471
|
|
|
459
472
|
struct IsolateSettings {
|
|
@@ -471,6 +484,75 @@ struct IsolateSettings {
|
|
|
471
484
|
v8::PromiseRejectCallback promise_reject_callback = nullptr;
|
|
472
485
|
v8::AllowWasmCodeGenerationCallback
|
|
473
486
|
allow_wasm_code_generation_callback = nullptr;
|
|
487
|
+
v8::ModifyCodeGenerationFromStringsCallback2
|
|
488
|
+
modify_code_generation_from_strings_callback = nullptr;
|
|
489
|
+
};
|
|
490
|
+
|
|
491
|
+
// Represents a startup snapshot blob, e.g. created by passing
|
|
492
|
+
// --node-snapshot-main=entry.js to the configure script at build time,
|
|
493
|
+
// or by running Node.js with the --build-snapshot option.
|
|
494
|
+
//
|
|
495
|
+
// If used, the snapshot *must* have been built with the same Node.js
|
|
496
|
+
// version and V8 flags as the version that is currently running, and will
|
|
497
|
+
// be rejected otherwise.
|
|
498
|
+
// The same EmbedderSnapshotData instance *must* be passed to both
|
|
499
|
+
// `NewIsolate()` and `CreateIsolateData()`. The first `Environment` instance
|
|
500
|
+
// should be created with an empty `context` argument and will then
|
|
501
|
+
// use the main context included in the snapshot blob. It can be retrieved
|
|
502
|
+
// using `GetMainContext()`. `LoadEnvironment` can receive an empty
|
|
503
|
+
// `StartExecutionCallback` in this case.
|
|
504
|
+
// If V8 was configured with the shared-readonly-heap option, it requires
|
|
505
|
+
// all snapshots used to create `Isolate` instances to be identical.
|
|
506
|
+
// This option *must* be unset by embedders who wish to use the startup
|
|
507
|
+
// feature during the build step by passing the --disable-shared-readonly-heap
|
|
508
|
+
// flag to the configure script.
|
|
509
|
+
//
|
|
510
|
+
// Snapshots are an *experimental* feature. In particular, the embedder API
|
|
511
|
+
// exposed through this class is subject to change or removal between Node.js
|
|
512
|
+
// versions, including possible API and ABI breakage.
|
|
513
|
+
class EmbedderSnapshotData {
|
|
514
|
+
public:
|
|
515
|
+
struct DeleteSnapshotData {
|
|
516
|
+
void operator()(const EmbedderSnapshotData*) const;
|
|
517
|
+
};
|
|
518
|
+
using Pointer =
|
|
519
|
+
std::unique_ptr<const EmbedderSnapshotData, DeleteSnapshotData>;
|
|
520
|
+
|
|
521
|
+
// Return an EmbedderSnapshotData object that refers to the built-in
|
|
522
|
+
// snapshot of Node.js. This can have been configured through e.g.
|
|
523
|
+
// --node-snapshot-main=entry.js.
|
|
524
|
+
static Pointer BuiltinSnapshotData();
|
|
525
|
+
|
|
526
|
+
// Return an EmbedderSnapshotData object that is based on an input file.
|
|
527
|
+
// Calling this method will consume but not close the FILE* handle.
|
|
528
|
+
// The FILE* handle can be closed immediately following this call.
|
|
529
|
+
// If the snapshot is invalid, this returns an empty pointer.
|
|
530
|
+
static Pointer FromFile(FILE* in);
|
|
531
|
+
static Pointer FromBlob(const std::vector<char>& in);
|
|
532
|
+
|
|
533
|
+
// Write this EmbedderSnapshotData object to an output file.
|
|
534
|
+
// Calling this method will not close the FILE* handle.
|
|
535
|
+
// The FILE* handle can be closed immediately following this call.
|
|
536
|
+
void ToFile(FILE* out) const;
|
|
537
|
+
std::vector<char> ToBlob() const;
|
|
538
|
+
|
|
539
|
+
// Returns whether custom snapshots can be used. Currently, this means
|
|
540
|
+
// that V8 was configured without the shared-readonly-heap feature.
|
|
541
|
+
static bool CanUseCustomSnapshotPerIsolate();
|
|
542
|
+
|
|
543
|
+
EmbedderSnapshotData(const EmbedderSnapshotData&) = delete;
|
|
544
|
+
EmbedderSnapshotData& operator=(const EmbedderSnapshotData&) = delete;
|
|
545
|
+
EmbedderSnapshotData(EmbedderSnapshotData&&) = delete;
|
|
546
|
+
EmbedderSnapshotData& operator=(EmbedderSnapshotData&&) = delete;
|
|
547
|
+
|
|
548
|
+
protected:
|
|
549
|
+
EmbedderSnapshotData(const SnapshotData* impl, bool owns_impl);
|
|
550
|
+
|
|
551
|
+
private:
|
|
552
|
+
const SnapshotData* impl_;
|
|
553
|
+
bool owns_impl_;
|
|
554
|
+
friend struct SnapshotData;
|
|
555
|
+
friend class CommonEnvironmentSetup;
|
|
474
556
|
};
|
|
475
557
|
|
|
476
558
|
// Overriding IsolateSettings may produce unexpected behavior
|
|
@@ -489,10 +571,23 @@ NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate);
|
|
|
489
571
|
NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
|
|
490
572
|
struct uv_loop_s* event_loop,
|
|
491
573
|
MultiIsolatePlatform* platform = nullptr);
|
|
574
|
+
// TODO(addaleax): Merge with the function definition above.
|
|
575
|
+
NODE_EXTERN v8::Isolate* NewIsolate(ArrayBufferAllocator* allocator,
|
|
576
|
+
struct uv_loop_s* event_loop,
|
|
577
|
+
MultiIsolatePlatform* platform,
|
|
578
|
+
const EmbedderSnapshotData* snapshot_data,
|
|
579
|
+
const IsolateSettings& settings = {});
|
|
492
580
|
NODE_EXTERN v8::Isolate* NewIsolate(
|
|
493
581
|
std::shared_ptr<ArrayBufferAllocator> allocator,
|
|
494
582
|
struct uv_loop_s* event_loop,
|
|
495
583
|
MultiIsolatePlatform* platform);
|
|
584
|
+
// TODO(addaleax): Merge with the function definition above.
|
|
585
|
+
NODE_EXTERN v8::Isolate* NewIsolate(
|
|
586
|
+
std::shared_ptr<ArrayBufferAllocator> allocator,
|
|
587
|
+
struct uv_loop_s* event_loop,
|
|
588
|
+
MultiIsolatePlatform* platform,
|
|
589
|
+
const EmbedderSnapshotData* snapshot_data,
|
|
590
|
+
const IsolateSettings& settings = {});
|
|
496
591
|
|
|
497
592
|
// Creates a new context with Node.js-specific tweaks.
|
|
498
593
|
NODE_EXTERN v8::Local<v8::Context> NewContext(
|
|
@@ -512,6 +607,13 @@ NODE_EXTERN IsolateData* CreateIsolateData(
|
|
|
512
607
|
struct uv_loop_s* loop,
|
|
513
608
|
MultiIsolatePlatform* platform = nullptr,
|
|
514
609
|
ArrayBufferAllocator* allocator = nullptr);
|
|
610
|
+
// TODO(addaleax): Merge with the function definition above.
|
|
611
|
+
NODE_EXTERN IsolateData* CreateIsolateData(
|
|
612
|
+
v8::Isolate* isolate,
|
|
613
|
+
struct uv_loop_s* loop,
|
|
614
|
+
MultiIsolatePlatform* platform,
|
|
615
|
+
ArrayBufferAllocator* allocator,
|
|
616
|
+
const EmbedderSnapshotData* snapshot_data);
|
|
515
617
|
NODE_EXTERN void FreeIsolateData(IsolateData* isolate_data);
|
|
516
618
|
|
|
517
619
|
struct ThreadId {
|
|
@@ -571,6 +673,8 @@ struct InspectorParentHandle {
|
|
|
571
673
|
// TODO(addaleax): Maybe move per-Environment options parsing here.
|
|
572
674
|
// Returns nullptr when the Environment cannot be created e.g. there are
|
|
573
675
|
// pending JavaScript exceptions.
|
|
676
|
+
// `context` may be empty if an `EmbedderSnapshotData` instance was provided
|
|
677
|
+
// to `NewIsolate()` and `CreateIsolateData()`.
|
|
574
678
|
NODE_EXTERN Environment* CreateEnvironment(
|
|
575
679
|
IsolateData* isolate_data,
|
|
576
680
|
v8::Local<v8::Context> context,
|
|
@@ -624,6 +728,9 @@ NODE_EXTERN void DefaultProcessExitHandler(Environment* env, int exit_code);
|
|
|
624
728
|
NODE_EXTERN Environment* GetCurrentEnvironment(v8::Local<v8::Context> context);
|
|
625
729
|
NODE_EXTERN IsolateData* GetEnvironmentIsolateData(Environment* env);
|
|
626
730
|
NODE_EXTERN ArrayBufferAllocator* GetArrayBufferAllocator(IsolateData* data);
|
|
731
|
+
// This is mostly useful for Environment* instances that were created through
|
|
732
|
+
// a snapshot and have a main context that was read from that snapshot.
|
|
733
|
+
NODE_EXTERN v8::Local<v8::Context> GetMainContext(Environment* env);
|
|
627
734
|
|
|
628
735
|
NODE_EXTERN void OnFatalError(const char* location, const char* message);
|
|
629
736
|
NODE_EXTERN void PromiseRejectCallback(v8::PromiseRejectMessage message);
|
|
@@ -730,8 +837,36 @@ class NODE_EXTERN CommonEnvironmentSetup {
|
|
|
730
837
|
MultiIsolatePlatform* platform,
|
|
731
838
|
std::vector<std::string>* errors,
|
|
732
839
|
EnvironmentArgs&&... env_args);
|
|
840
|
+
template <typename... EnvironmentArgs>
|
|
841
|
+
static std::unique_ptr<CommonEnvironmentSetup> CreateFromSnapshot(
|
|
842
|
+
MultiIsolatePlatform* platform,
|
|
843
|
+
std::vector<std::string>* errors,
|
|
844
|
+
const EmbedderSnapshotData* snapshot_data,
|
|
845
|
+
EnvironmentArgs&&... env_args);
|
|
846
|
+
|
|
847
|
+
// Create an embedding setup which will be used for creating a snapshot
|
|
848
|
+
// using CreateSnapshot().
|
|
849
|
+
//
|
|
850
|
+
// This will create and attach a v8::SnapshotCreator to this instance,
|
|
851
|
+
// and the same restrictions apply to this instance that also apply to
|
|
852
|
+
// other V8 snapshotting environments.
|
|
853
|
+
// Not all Node.js APIs are supported in this case. Currently, there is
|
|
854
|
+
// no support for native/host objects other than Node.js builtins
|
|
855
|
+
// in the snapshot.
|
|
856
|
+
//
|
|
857
|
+
// Snapshots are an *experimental* feature. In particular, the embedder API
|
|
858
|
+
// exposed through this class is subject to change or removal between Node.js
|
|
859
|
+
// versions, including possible API and ABI breakage.
|
|
860
|
+
static std::unique_ptr<CommonEnvironmentSetup> CreateForSnapshotting(
|
|
861
|
+
MultiIsolatePlatform* platform,
|
|
862
|
+
std::vector<std::string>* errors,
|
|
863
|
+
const std::vector<std::string>& args = {},
|
|
864
|
+
const std::vector<std::string>& exec_args = {});
|
|
865
|
+
EmbedderSnapshotData::Pointer CreateSnapshot();
|
|
733
866
|
|
|
734
867
|
struct uv_loop_s* event_loop() const;
|
|
868
|
+
v8::SnapshotCreator* snapshot_creator();
|
|
869
|
+
// Empty for snapshotting environments.
|
|
735
870
|
std::shared_ptr<ArrayBufferAllocator> array_buffer_allocator() const;
|
|
736
871
|
v8::Isolate* isolate() const;
|
|
737
872
|
IsolateData* isolate_data() const;
|
|
@@ -744,11 +879,23 @@ class NODE_EXTERN CommonEnvironmentSetup {
|
|
|
744
879
|
CommonEnvironmentSetup& operator=(CommonEnvironmentSetup&&) = delete;
|
|
745
880
|
|
|
746
881
|
private:
|
|
882
|
+
enum Flags : uint32_t {
|
|
883
|
+
kNoFlags = 0,
|
|
884
|
+
kIsForSnapshotting = 1,
|
|
885
|
+
};
|
|
886
|
+
|
|
747
887
|
struct Impl;
|
|
748
888
|
Impl* impl_;
|
|
889
|
+
|
|
890
|
+
CommonEnvironmentSetup(
|
|
891
|
+
MultiIsolatePlatform*,
|
|
892
|
+
std::vector<std::string>*,
|
|
893
|
+
std::function<Environment*(const CommonEnvironmentSetup*)>);
|
|
749
894
|
CommonEnvironmentSetup(
|
|
750
895
|
MultiIsolatePlatform*,
|
|
751
896
|
std::vector<std::string>*,
|
|
897
|
+
const EmbedderSnapshotData*,
|
|
898
|
+
uint32_t flags,
|
|
752
899
|
std::function<Environment*(const CommonEnvironmentSetup*)>);
|
|
753
900
|
};
|
|
754
901
|
|
|
@@ -768,6 +915,28 @@ std::unique_ptr<CommonEnvironmentSetup> CommonEnvironmentSetup::Create(
|
|
|
768
915
|
if (!errors->empty()) ret.reset();
|
|
769
916
|
return ret;
|
|
770
917
|
}
|
|
918
|
+
// Implementation for ::CreateFromSnapshot -- the ::Create() method
|
|
919
|
+
// could call this with a nullptr snapshot_data in a major version.
|
|
920
|
+
template <typename... EnvironmentArgs>
|
|
921
|
+
std::unique_ptr<CommonEnvironmentSetup>
|
|
922
|
+
CommonEnvironmentSetup::CreateFromSnapshot(
|
|
923
|
+
MultiIsolatePlatform* platform,
|
|
924
|
+
std::vector<std::string>* errors,
|
|
925
|
+
const EmbedderSnapshotData* snapshot_data,
|
|
926
|
+
EnvironmentArgs&&... env_args) {
|
|
927
|
+
auto ret = std::unique_ptr<CommonEnvironmentSetup>(new CommonEnvironmentSetup(
|
|
928
|
+
platform,
|
|
929
|
+
errors,
|
|
930
|
+
snapshot_data,
|
|
931
|
+
Flags::kNoFlags,
|
|
932
|
+
[&](const CommonEnvironmentSetup* setup) -> Environment* {
|
|
933
|
+
return CreateEnvironment(setup->isolate_data(),
|
|
934
|
+
setup->context(),
|
|
935
|
+
std::forward<EnvironmentArgs>(env_args)...);
|
|
936
|
+
}));
|
|
937
|
+
if (!errors->empty()) ret.reset();
|
|
938
|
+
return ret;
|
|
939
|
+
}
|
|
771
940
|
|
|
772
941
|
/* Converts a unixtime to V8 Date */
|
|
773
942
|
NODE_DEPRECATED("Use v8::Date::New() directly",
|
|
@@ -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
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: BSD-x86"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Sun Feb 12 18:13:52 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
* literal
|
|
20
20
|
*/
|
|
21
21
|
static const char compiler_flags[] = {
|
|
22
|
-
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','-','f',
|
|
23
|
-
'I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
|
|
24
|
-
'l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
|
|
25
|
-
'm','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
|
|
26
|
-
'N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
|
|
27
|
-
'P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
|
|
28
|
-
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
|
|
29
|
-
'-','D','O','P','E','N','S','S','L','_','B','U','I','L','D',
|
|
30
|
-
'N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D',
|
|
31
|
-
'B','U','G','\0'
|
|
22
|
+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
|
|
23
|
+
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
|
|
24
|
+
'l','l',' ','-','O','3',' ','-','f','o','m','i','t','-','f','r',
|
|
25
|
+
'a','m','e','-','p','o','i','n','t','e','r',' ','-','D','L','_',
|
|
26
|
+
'E','N','D','I','A','N',' ','-','D','O','P','E','N','S','S','L',
|
|
27
|
+
'_','P','I','C',' ','-','D','_','T','H','R','E','A','D','_','S',
|
|
28
|
+
'A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',
|
|
29
|
+
' ','-','D','O','P','E','N','S','S','L','_','B','U','I','L','D',
|
|
30
|
+
'I','N','G','_','O','P','E','N','S','S','L',' ','-','D','N','D',
|
|
31
|
+
'E','B','U','G','\0'
|
|
32
32
|
};
|
|
@@ -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: */
|