node-linux-arm64 18.14.0 → 18.14.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 +38 -0
- package/bin/node +0 -0
- package/include/node/config.gypi +1 -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
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
13
|
#define PLATFORM "platform: BSD-x86_64"
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Mon Feb 13 14:22:08 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -19,12 +19,12 @@
|
|
|
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',' ','-','D','L','_','E','N','D','I','A',
|
|
25
|
-
' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ',
|
|
26
|
-
'D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-',
|
|
27
|
-
'_','R','E','E','N','T','R','A','N','T',' ','-','D','O','P',
|
|
28
|
-
'N','S','S','L','_','B','U','I','L','D','I','N','G','_','O',
|
|
29
|
-
'E','N','S','S','L',' ','-','D','N','D','E','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',' ','-','D','L','_','E','N','D','I','A',
|
|
25
|
+
'N',' ','-','D','O','P','E','N','S','S','L','_','P','I','C',' ',
|
|
26
|
+
'-','D','_','T','H','R','E','A','D','_','S','A','F','E',' ','-',
|
|
27
|
+
'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','O','P',
|
|
28
|
+
'E','N','S','S','L','_','B','U','I','L','D','I','N','G','_','O',
|
|
29
|
+
'P','E','N','S','S','L',' ','-','D','N','D','E','B','U','G','\0'
|
|
30
30
|
};
|
|
@@ -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: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Mon Feb 13 14:30:42 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
* literal
|
|
20
20
|
*/
|
|
21
21
|
static const char compiler_flags[] = {
|
|
22
|
-
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','/','Z',
|
|
23
|
-
' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
-
'p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
-
'A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
-
'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
-
'C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
-
'D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
-
'B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
-
'S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
-
'_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
-
'B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
-
'E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
-
'm',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
-
'H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
-
'1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
-
' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
-
'1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
-
'M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
-
'W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
-
'G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
-
'N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
-
'A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
-
'Y','1','3','0','5','_','A','S','M','\0'
|
|
22
|
+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','/','Z',
|
|
23
|
+
'i',' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
+
'.','p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
+
'I','A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
+
'D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
+
'I','C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
+
'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
+
'_','B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
+
'D','S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
+
'2','_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
+
'_','B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
+
'P','E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
+
'2','m',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
+
'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
+
'5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
+
'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
+
'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
+
'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
+
'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
+
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
+
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
+
'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
+
'L','Y','1','3','0','5','_','A','S','M','\0'
|
|
45
45
|
};
|
|
@@ -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: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Mon Feb 13 14:30:55 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
* literal
|
|
20
20
|
*/
|
|
21
21
|
static const char compiler_flags[] = {
|
|
22
|
-
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','/','Z',
|
|
23
|
-
' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
-
'p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
-
'A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
-
'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
-
'C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
-
'D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
-
'B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
-
'S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
-
'_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
-
'B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
-
'E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
-
'm',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
-
'H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
-
'1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
-
' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
-
'1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
-
'M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
-
'W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
-
'G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
-
'N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
-
'A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
-
'Y','1','3','0','5','_','A','S','M','\0'
|
|
22
|
+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','/','Z',
|
|
23
|
+
'i',' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
+
'.','p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
+
'I','A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
+
'D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
+
'I','C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
+
'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
+
'_','B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
+
'D','S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
+
'2','_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
+
'_','B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
+
'P','E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
+
'2','m',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
+
'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
+
'5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
+
'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
+
'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
+
'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
+
'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
+
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
+
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
+
'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
+
'L','Y','1','3','0','5','_','A','S','M','\0'
|
|
45
45
|
};
|
|
@@ -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: "
|
|
14
|
-
#define DATE "built on:
|
|
14
|
+
#define DATE "built on: Mon Feb 13 14:31:08 2023 UTC"
|
|
15
15
|
|
|
16
16
|
/*
|
|
17
17
|
* Generate compiler_flags as an array of individual characters. This is a
|
|
@@ -19,27 +19,27 @@
|
|
|
19
19
|
* literal
|
|
20
20
|
*/
|
|
21
21
|
static const char compiler_flags[] = {
|
|
22
|
-
'c','o','m','p','i','l','e','r',':',' ','c','c',' ','/','Z',
|
|
23
|
-
' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
-
'p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
-
'A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
-
'I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
-
'C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
-
'D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
-
'B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
-
'S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
-
'_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
-
'B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
-
'E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
-
'm',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
-
'H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
-
'1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
-
' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
-
'1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
-
'M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
-
'W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
-
'G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
-
'N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
-
'A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
-
'Y','1','3','0','5','_','A','S','M','\0'
|
|
22
|
+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','/','Z',
|
|
23
|
+
'i',' ','/','F','d','o','s','s','l','_','s','t','a','t','i','c',
|
|
24
|
+
'.','p','d','b',' ',' ','-','D','O','P','E','N','S','S','L','_',
|
|
25
|
+
'I','A','3','2','_','S','S','E','2',' ','-','D','L','_','E','N',
|
|
26
|
+
'D','I','A','N',' ','-','D','O','P','E','N','S','S','L','_','P',
|
|
27
|
+
'I','C',' ','-','D','O','P','E','N','S','S','L','_','C','P','U',
|
|
28
|
+
'I','D','_','O','B','J',' ','-','D','O','P','E','N','S','S','L',
|
|
29
|
+
'_','B','N','_','A','S','M','_','P','A','R','T','_','W','O','R',
|
|
30
|
+
'D','S',' ','-','D','O','P','E','N','S','S','L','_','I','A','3',
|
|
31
|
+
'2','_','S','S','E','2',' ','-','D','O','P','E','N','S','S','L',
|
|
32
|
+
'_','B','N','_','A','S','M','_','M','O','N','T',' ','-','D','O',
|
|
33
|
+
'P','E','N','S','S','L','_','B','N','_','A','S','M','_','G','F',
|
|
34
|
+
'2','m',' ','-','D','S','H','A','1','_','A','S','M',' ','-','D',
|
|
35
|
+
'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
|
|
36
|
+
'5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
|
|
37
|
+
'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
|
|
38
|
+
'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
|
|
39
|
+
'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
|
|
40
|
+
'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
|
|
41
|
+
'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
|
|
42
|
+
'_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
|
|
43
|
+
'P','A','D','L','O','C','K','_','A','S','M',' ','-','D','P','O',
|
|
44
|
+
'L','Y','1','3','0','5','_','A','S','M','\0'
|
|
45
45
|
};
|
|
@@ -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
|