node-linux-arm64 18.4.0 → 18.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 +416 -0
- package/LICENSE +32 -0
- package/README.md +15 -7
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +2 -2
- 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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
- 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/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- 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/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
- 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_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
- 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/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/bnerr.h +2 -1
- package/include/node/openssl/core_names.h +4 -4
- package/include/node/v8-version.h +1 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +3 -0
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
- package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* WARNING: do not edit!
|
|
3
|
-
* Generated by Makefile from include/openssl/conf.h.in
|
|
4
|
-
*
|
|
5
|
-
* Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
9
|
-
* in the file LICENSE in the source distribution or at
|
|
10
|
-
* https://www.openssl.org/source/license.html
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
#ifndef OPENSSL_CONF_H
|
|
16
|
-
# define OPENSSL_CONF_H
|
|
17
|
-
# pragma once
|
|
18
|
-
|
|
19
|
-
# include <openssl/macros.h>
|
|
20
|
-
# ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
21
|
-
# define HEADER_CONF_H
|
|
22
|
-
# endif
|
|
23
|
-
|
|
24
|
-
# include <openssl/bio.h>
|
|
25
|
-
# include <openssl/lhash.h>
|
|
26
|
-
# include <openssl/safestack.h>
|
|
27
|
-
# include <openssl/e_os2.h>
|
|
28
|
-
# include <openssl/types.h>
|
|
29
|
-
# include <openssl/conferr.h>
|
|
30
|
-
|
|
31
|
-
#ifdef __cplusplus
|
|
32
|
-
extern "C" {
|
|
33
|
-
#endif
|
|
34
|
-
|
|
35
|
-
typedef struct {
|
|
36
|
-
char *section;
|
|
37
|
-
char *name;
|
|
38
|
-
char *value;
|
|
39
|
-
} CONF_VALUE;
|
|
40
|
-
|
|
41
|
-
SKM_DEFINE_STACK_OF_INTERNAL(CONF_VALUE, CONF_VALUE, CONF_VALUE)
|
|
42
|
-
#define sk_CONF_VALUE_num(sk) OPENSSL_sk_num(ossl_check_const_CONF_VALUE_sk_type(sk))
|
|
43
|
-
#define sk_CONF_VALUE_value(sk, idx) ((CONF_VALUE *)OPENSSL_sk_value(ossl_check_const_CONF_VALUE_sk_type(sk), (idx)))
|
|
44
|
-
#define sk_CONF_VALUE_new(cmp) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new(ossl_check_CONF_VALUE_compfunc_type(cmp)))
|
|
45
|
-
#define sk_CONF_VALUE_new_null() ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new_null())
|
|
46
|
-
#define sk_CONF_VALUE_new_reserve(cmp, n) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_new_reserve(ossl_check_CONF_VALUE_compfunc_type(cmp), (n)))
|
|
47
|
-
#define sk_CONF_VALUE_reserve(sk, n) OPENSSL_sk_reserve(ossl_check_CONF_VALUE_sk_type(sk), (n))
|
|
48
|
-
#define sk_CONF_VALUE_free(sk) OPENSSL_sk_free(ossl_check_CONF_VALUE_sk_type(sk))
|
|
49
|
-
#define sk_CONF_VALUE_zero(sk) OPENSSL_sk_zero(ossl_check_CONF_VALUE_sk_type(sk))
|
|
50
|
-
#define sk_CONF_VALUE_delete(sk, i) ((CONF_VALUE *)OPENSSL_sk_delete(ossl_check_CONF_VALUE_sk_type(sk), (i)))
|
|
51
|
-
#define sk_CONF_VALUE_delete_ptr(sk, ptr) ((CONF_VALUE *)OPENSSL_sk_delete_ptr(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr)))
|
|
52
|
-
#define sk_CONF_VALUE_push(sk, ptr) OPENSSL_sk_push(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr))
|
|
53
|
-
#define sk_CONF_VALUE_unshift(sk, ptr) OPENSSL_sk_unshift(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr))
|
|
54
|
-
#define sk_CONF_VALUE_pop(sk) ((CONF_VALUE *)OPENSSL_sk_pop(ossl_check_CONF_VALUE_sk_type(sk)))
|
|
55
|
-
#define sk_CONF_VALUE_shift(sk) ((CONF_VALUE *)OPENSSL_sk_shift(ossl_check_CONF_VALUE_sk_type(sk)))
|
|
56
|
-
#define sk_CONF_VALUE_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_CONF_VALUE_sk_type(sk),ossl_check_CONF_VALUE_freefunc_type(freefunc))
|
|
57
|
-
#define sk_CONF_VALUE_insert(sk, ptr, idx) OPENSSL_sk_insert(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr), (idx))
|
|
58
|
-
#define sk_CONF_VALUE_set(sk, idx, ptr) ((CONF_VALUE *)OPENSSL_sk_set(ossl_check_CONF_VALUE_sk_type(sk), (idx), ossl_check_CONF_VALUE_type(ptr)))
|
|
59
|
-
#define sk_CONF_VALUE_find(sk, ptr) OPENSSL_sk_find(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr))
|
|
60
|
-
#define sk_CONF_VALUE_find_ex(sk, ptr) OPENSSL_sk_find_ex(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr))
|
|
61
|
-
#define sk_CONF_VALUE_find_all(sk, ptr, pnum) OPENSSL_sk_find_all(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_type(ptr), pnum)
|
|
62
|
-
#define sk_CONF_VALUE_sort(sk) OPENSSL_sk_sort(ossl_check_CONF_VALUE_sk_type(sk))
|
|
63
|
-
#define sk_CONF_VALUE_is_sorted(sk) OPENSSL_sk_is_sorted(ossl_check_const_CONF_VALUE_sk_type(sk))
|
|
64
|
-
#define sk_CONF_VALUE_dup(sk) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_dup(ossl_check_const_CONF_VALUE_sk_type(sk)))
|
|
65
|
-
#define sk_CONF_VALUE_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(CONF_VALUE) *)OPENSSL_sk_deep_copy(ossl_check_const_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_copyfunc_type(copyfunc), ossl_check_CONF_VALUE_freefunc_type(freefunc)))
|
|
66
|
-
#define sk_CONF_VALUE_set_cmp_func(sk, cmp) ((sk_CONF_VALUE_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_CONF_VALUE_sk_type(sk), ossl_check_CONF_VALUE_compfunc_type(cmp)))
|
|
67
|
-
DEFINE_LHASH_OF_INTERNAL(CONF_VALUE);
|
|
68
|
-
#define lh_CONF_VALUE_new(hfn, cmp) ((LHASH_OF(CONF_VALUE) *)OPENSSL_LH_new(ossl_check_CONF_VALUE_lh_hashfunc_type(hfn), ossl_check_CONF_VALUE_lh_compfunc_type(cmp)))
|
|
69
|
-
#define lh_CONF_VALUE_free(lh) OPENSSL_LH_free(ossl_check_CONF_VALUE_lh_type(lh))
|
|
70
|
-
#define lh_CONF_VALUE_flush(lh) OPENSSL_LH_flush(ossl_check_CONF_VALUE_lh_type(lh))
|
|
71
|
-
#define lh_CONF_VALUE_insert(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_insert(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_CONF_VALUE_lh_plain_type(ptr)))
|
|
72
|
-
#define lh_CONF_VALUE_delete(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_delete(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_const_CONF_VALUE_lh_plain_type(ptr)))
|
|
73
|
-
#define lh_CONF_VALUE_retrieve(lh, ptr) ((CONF_VALUE *)OPENSSL_LH_retrieve(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_const_CONF_VALUE_lh_plain_type(ptr)))
|
|
74
|
-
#define lh_CONF_VALUE_error(lh) OPENSSL_LH_error(ossl_check_CONF_VALUE_lh_type(lh))
|
|
75
|
-
#define lh_CONF_VALUE_num_items(lh) OPENSSL_LH_num_items(ossl_check_CONF_VALUE_lh_type(lh))
|
|
76
|
-
#define lh_CONF_VALUE_node_stats_bio(lh, out) OPENSSL_LH_node_stats_bio(ossl_check_const_CONF_VALUE_lh_type(lh), out)
|
|
77
|
-
#define lh_CONF_VALUE_node_usage_stats_bio(lh, out) OPENSSL_LH_node_usage_stats_bio(ossl_check_const_CONF_VALUE_lh_type(lh), out)
|
|
78
|
-
#define lh_CONF_VALUE_stats_bio(lh, out) OPENSSL_LH_stats_bio(ossl_check_const_CONF_VALUE_lh_type(lh), out)
|
|
79
|
-
#define lh_CONF_VALUE_get_down_load(lh) OPENSSL_LH_get_down_load(ossl_check_CONF_VALUE_lh_type(lh))
|
|
80
|
-
#define lh_CONF_VALUE_set_down_load(lh, dl) OPENSSL_LH_set_down_load(ossl_check_CONF_VALUE_lh_type(lh), dl)
|
|
81
|
-
#define lh_CONF_VALUE_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_CONF_VALUE_lh_type(lh), ossl_check_CONF_VALUE_lh_doallfunc_type(dfn))
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
struct conf_st;
|
|
85
|
-
struct conf_method_st;
|
|
86
|
-
typedef struct conf_method_st CONF_METHOD;
|
|
87
|
-
|
|
88
|
-
# ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
89
|
-
# include <openssl/conftypes.h>
|
|
90
|
-
# endif
|
|
91
|
-
|
|
92
|
-
/* Module definitions */
|
|
93
|
-
typedef struct conf_imodule_st CONF_IMODULE;
|
|
94
|
-
typedef struct conf_module_st CONF_MODULE;
|
|
95
|
-
|
|
96
|
-
STACK_OF(CONF_MODULE);
|
|
97
|
-
STACK_OF(CONF_IMODULE);
|
|
98
|
-
|
|
99
|
-
/* DSO module function typedefs */
|
|
100
|
-
typedef int conf_init_func (CONF_IMODULE *md, const CONF *cnf);
|
|
101
|
-
typedef void conf_finish_func (CONF_IMODULE *md);
|
|
102
|
-
|
|
103
|
-
# define CONF_MFLAGS_IGNORE_ERRORS 0x1
|
|
104
|
-
# define CONF_MFLAGS_IGNORE_RETURN_CODES 0x2
|
|
105
|
-
# define CONF_MFLAGS_SILENT 0x4
|
|
106
|
-
# define CONF_MFLAGS_NO_DSO 0x8
|
|
107
|
-
# define CONF_MFLAGS_IGNORE_MISSING_FILE 0x10
|
|
108
|
-
# define CONF_MFLAGS_DEFAULT_SECTION 0x20
|
|
109
|
-
|
|
110
|
-
int CONF_set_default_method(CONF_METHOD *meth);
|
|
111
|
-
void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash);
|
|
112
|
-
LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file,
|
|
113
|
-
long *eline);
|
|
114
|
-
# ifndef OPENSSL_NO_STDIO
|
|
115
|
-
LHASH_OF(CONF_VALUE) *CONF_load_fp(LHASH_OF(CONF_VALUE) *conf, FILE *fp,
|
|
116
|
-
long *eline);
|
|
117
|
-
# endif
|
|
118
|
-
LHASH_OF(CONF_VALUE) *CONF_load_bio(LHASH_OF(CONF_VALUE) *conf, BIO *bp,
|
|
119
|
-
long *eline);
|
|
120
|
-
STACK_OF(CONF_VALUE) *CONF_get_section(LHASH_OF(CONF_VALUE) *conf,
|
|
121
|
-
const char *section);
|
|
122
|
-
char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group,
|
|
123
|
-
const char *name);
|
|
124
|
-
long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group,
|
|
125
|
-
const char *name);
|
|
126
|
-
void CONF_free(LHASH_OF(CONF_VALUE) *conf);
|
|
127
|
-
#ifndef OPENSSL_NO_STDIO
|
|
128
|
-
int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out);
|
|
129
|
-
#endif
|
|
130
|
-
int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out);
|
|
131
|
-
#ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
|
132
|
-
OSSL_DEPRECATEDIN_1_1_0 void OPENSSL_config(const char *config_name);
|
|
133
|
-
#endif
|
|
134
|
-
|
|
135
|
-
#ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
|
136
|
-
# define OPENSSL_no_config() \
|
|
137
|
-
OPENSSL_init_crypto(OPENSSL_INIT_NO_LOAD_CONFIG, NULL)
|
|
138
|
-
#endif
|
|
139
|
-
|
|
140
|
-
/*
|
|
141
|
-
* New conf code. The semantics are different from the functions above. If
|
|
142
|
-
* that wasn't the case, the above functions would have been replaced
|
|
143
|
-
*/
|
|
144
|
-
|
|
145
|
-
CONF *NCONF_new_ex(OSSL_LIB_CTX *libctx, CONF_METHOD *meth);
|
|
146
|
-
OSSL_LIB_CTX *NCONF_get0_libctx(const CONF *conf);
|
|
147
|
-
CONF *NCONF_new(CONF_METHOD *meth);
|
|
148
|
-
CONF_METHOD *NCONF_default(void);
|
|
149
|
-
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
|
150
|
-
OSSL_DEPRECATEDIN_3_0 CONF_METHOD *NCONF_WIN32(void);
|
|
151
|
-
#endif
|
|
152
|
-
void NCONF_free(CONF *conf);
|
|
153
|
-
void NCONF_free_data(CONF *conf);
|
|
154
|
-
|
|
155
|
-
int NCONF_load(CONF *conf, const char *file, long *eline);
|
|
156
|
-
# ifndef OPENSSL_NO_STDIO
|
|
157
|
-
int NCONF_load_fp(CONF *conf, FILE *fp, long *eline);
|
|
158
|
-
# endif
|
|
159
|
-
int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);
|
|
160
|
-
STACK_OF(OPENSSL_CSTRING) *NCONF_get_section_names(const CONF *conf);
|
|
161
|
-
STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf,
|
|
162
|
-
const char *section);
|
|
163
|
-
char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
|
|
164
|
-
int NCONF_get_number_e(const CONF *conf, const char *group, const char *name,
|
|
165
|
-
long *result);
|
|
166
|
-
#ifndef OPENSSL_NO_STDIO
|
|
167
|
-
int NCONF_dump_fp(const CONF *conf, FILE *out);
|
|
168
|
-
#endif
|
|
169
|
-
int NCONF_dump_bio(const CONF *conf, BIO *out);
|
|
170
|
-
|
|
171
|
-
#define NCONF_get_number(c,g,n,r) NCONF_get_number_e(c,g,n,r)
|
|
172
|
-
|
|
173
|
-
/* Module functions */
|
|
174
|
-
|
|
175
|
-
int CONF_modules_load(const CONF *cnf, const char *appname,
|
|
176
|
-
unsigned long flags);
|
|
177
|
-
int CONF_modules_load_file_ex(OSSL_LIB_CTX *libctx, const char *filename,
|
|
178
|
-
const char *appname, unsigned long flags);
|
|
179
|
-
int CONF_modules_load_file(const char *filename, const char *appname,
|
|
180
|
-
unsigned long flags);
|
|
181
|
-
void CONF_modules_unload(int all);
|
|
182
|
-
void CONF_modules_finish(void);
|
|
183
|
-
#ifndef OPENSSL_NO_DEPRECATED_1_1_0
|
|
184
|
-
# define CONF_modules_free() while(0) continue
|
|
185
|
-
#endif
|
|
186
|
-
int CONF_module_add(const char *name, conf_init_func *ifunc,
|
|
187
|
-
conf_finish_func *ffunc);
|
|
188
|
-
|
|
189
|
-
const char *CONF_imodule_get_name(const CONF_IMODULE *md);
|
|
190
|
-
const char *CONF_imodule_get_value(const CONF_IMODULE *md);
|
|
191
|
-
void *CONF_imodule_get_usr_data(const CONF_IMODULE *md);
|
|
192
|
-
void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data);
|
|
193
|
-
CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md);
|
|
194
|
-
unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md);
|
|
195
|
-
void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags);
|
|
196
|
-
void *CONF_module_get_usr_data(CONF_MODULE *pmod);
|
|
197
|
-
void CONF_module_set_usr_data(CONF_MODULE *pmod, void *usr_data);
|
|
198
|
-
|
|
199
|
-
char *CONF_get1_default_config_file(void);
|
|
200
|
-
|
|
201
|
-
int CONF_parse_list(const char *list, int sep, int nospc,
|
|
202
|
-
int (*list_cb) (const char *elem, int len, void *usr),
|
|
203
|
-
void *arg);
|
|
204
|
-
|
|
205
|
-
void OPENSSL_load_builtin_modules(void);
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
# ifdef __cplusplus
|
|
209
|
-
}
|
|
210
|
-
# endif
|
|
211
|
-
#endif
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* WARNING: do not edit!
|
|
3
|
-
* Generated by Makefile from include/openssl/configuration.h.in
|
|
4
|
-
*
|
|
5
|
-
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
|
-
*
|
|
7
|
-
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
9
|
-
* in the file LICENSE in the source distribution or at
|
|
10
|
-
* https://www.openssl.org/source/license.html
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
#ifndef OPENSSL_CONFIGURATION_H
|
|
14
|
-
# define OPENSSL_CONFIGURATION_H
|
|
15
|
-
# pragma once
|
|
16
|
-
|
|
17
|
-
# ifdef __cplusplus
|
|
18
|
-
extern "C" {
|
|
19
|
-
# endif
|
|
20
|
-
|
|
21
|
-
# ifdef OPENSSL_ALGORITHM_DEFINES
|
|
22
|
-
# error OPENSSL_ALGORITHM_DEFINES no longer supported
|
|
23
|
-
# endif
|
|
24
|
-
|
|
25
|
-
/*
|
|
26
|
-
* OpenSSL was configured with the following options:
|
|
27
|
-
*/
|
|
28
|
-
|
|
29
|
-
# define OPENSSL_CONFIGURED_API 30000
|
|
30
|
-
# ifndef OPENSSL_RAND_SEED_OS
|
|
31
|
-
# define OPENSSL_RAND_SEED_OS
|
|
32
|
-
# endif
|
|
33
|
-
# ifndef OPENSSL_THREADS
|
|
34
|
-
# define OPENSSL_THREADS
|
|
35
|
-
# endif
|
|
36
|
-
# ifndef OPENSSL_NO_AFALGENG
|
|
37
|
-
# define OPENSSL_NO_AFALGENG
|
|
38
|
-
# endif
|
|
39
|
-
# ifndef OPENSSL_NO_ASAN
|
|
40
|
-
# define OPENSSL_NO_ASAN
|
|
41
|
-
# endif
|
|
42
|
-
# ifndef OPENSSL_NO_COMP
|
|
43
|
-
# define OPENSSL_NO_COMP
|
|
44
|
-
# endif
|
|
45
|
-
# ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
|
46
|
-
# define OPENSSL_NO_CRYPTO_MDEBUG
|
|
47
|
-
# endif
|
|
48
|
-
# ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
|
|
49
|
-
# define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
|
|
50
|
-
# endif
|
|
51
|
-
# ifndef OPENSSL_NO_DEVCRYPTOENG
|
|
52
|
-
# define OPENSSL_NO_DEVCRYPTOENG
|
|
53
|
-
# endif
|
|
54
|
-
# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
|
|
55
|
-
# define OPENSSL_NO_EC_NISTP_64_GCC_128
|
|
56
|
-
# endif
|
|
57
|
-
# ifndef OPENSSL_NO_EGD
|
|
58
|
-
# define OPENSSL_NO_EGD
|
|
59
|
-
# endif
|
|
60
|
-
# ifndef OPENSSL_NO_EXTERNAL_TESTS
|
|
61
|
-
# define OPENSSL_NO_EXTERNAL_TESTS
|
|
62
|
-
# endif
|
|
63
|
-
# ifndef OPENSSL_NO_FUZZ_AFL
|
|
64
|
-
# define OPENSSL_NO_FUZZ_AFL
|
|
65
|
-
# endif
|
|
66
|
-
# ifndef OPENSSL_NO_FUZZ_LIBFUZZER
|
|
67
|
-
# define OPENSSL_NO_FUZZ_LIBFUZZER
|
|
68
|
-
# endif
|
|
69
|
-
# ifndef OPENSSL_NO_KTLS
|
|
70
|
-
# define OPENSSL_NO_KTLS
|
|
71
|
-
# endif
|
|
72
|
-
# ifndef OPENSSL_NO_LOADERENG
|
|
73
|
-
# define OPENSSL_NO_LOADERENG
|
|
74
|
-
# endif
|
|
75
|
-
# ifndef OPENSSL_NO_MD2
|
|
76
|
-
# define OPENSSL_NO_MD2
|
|
77
|
-
# endif
|
|
78
|
-
# ifndef OPENSSL_NO_MSAN
|
|
79
|
-
# define OPENSSL_NO_MSAN
|
|
80
|
-
# endif
|
|
81
|
-
# ifndef OPENSSL_NO_RC5
|
|
82
|
-
# define OPENSSL_NO_RC5
|
|
83
|
-
# endif
|
|
84
|
-
# ifndef OPENSSL_NO_SCTP
|
|
85
|
-
# define OPENSSL_NO_SCTP
|
|
86
|
-
# endif
|
|
87
|
-
# ifndef OPENSSL_NO_SSL3
|
|
88
|
-
# define OPENSSL_NO_SSL3
|
|
89
|
-
# endif
|
|
90
|
-
# ifndef OPENSSL_NO_SSL3_METHOD
|
|
91
|
-
# define OPENSSL_NO_SSL3_METHOD
|
|
92
|
-
# endif
|
|
93
|
-
# ifndef OPENSSL_NO_TRACE
|
|
94
|
-
# define OPENSSL_NO_TRACE
|
|
95
|
-
# endif
|
|
96
|
-
# ifndef OPENSSL_NO_UBSAN
|
|
97
|
-
# define OPENSSL_NO_UBSAN
|
|
98
|
-
# endif
|
|
99
|
-
# ifndef OPENSSL_NO_UNIT_TEST
|
|
100
|
-
# define OPENSSL_NO_UNIT_TEST
|
|
101
|
-
# endif
|
|
102
|
-
# ifndef OPENSSL_NO_UPLINK
|
|
103
|
-
# define OPENSSL_NO_UPLINK
|
|
104
|
-
# endif
|
|
105
|
-
# ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
|
106
|
-
# define OPENSSL_NO_WEAK_SSL_CIPHERS
|
|
107
|
-
# endif
|
|
108
|
-
# ifndef OPENSSL_NO_DYNAMIC_ENGINE
|
|
109
|
-
# define OPENSSL_NO_DYNAMIC_ENGINE
|
|
110
|
-
# endif
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
/* Generate 80386 code? */
|
|
114
|
-
# undef I386_ONLY
|
|
115
|
-
|
|
116
|
-
/*
|
|
117
|
-
* The following are cipher-specific, but are part of the public API.
|
|
118
|
-
*/
|
|
119
|
-
# if !defined(OPENSSL_SYS_UEFI)
|
|
120
|
-
# define BN_LLONG
|
|
121
|
-
/* Only one for the following should be defined */
|
|
122
|
-
# undef SIXTY_FOUR_BIT_LONG
|
|
123
|
-
# undef SIXTY_FOUR_BIT
|
|
124
|
-
# define THIRTY_TWO_BIT
|
|
125
|
-
# endif
|
|
126
|
-
|
|
127
|
-
# define RC4_INT unsigned char
|
|
128
|
-
|
|
129
|
-
# ifdef __cplusplus
|
|
130
|
-
}
|
|
131
|
-
# endif
|
|
132
|
-
|
|
133
|
-
#endif /* OPENSSL_CONFIGURATION_H */
|
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
/*-
|
|
2
|
-
* WARNING: do not edit!
|
|
3
|
-
* Generated by Makefile from include/openssl/crmf.h.in
|
|
4
|
-
*
|
|
5
|
-
* Copyright 2007-2021 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
|
-
* Copyright Nokia 2007-2019
|
|
7
|
-
* Copyright Siemens AG 2015-2019
|
|
8
|
-
*
|
|
9
|
-
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
10
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
11
|
-
* in the file LICENSE in the source distribution or at
|
|
12
|
-
* https://www.openssl.org/source/license.html
|
|
13
|
-
*
|
|
14
|
-
* CRMF (RFC 4211) implementation by M. Peylo, M. Viljanen, and D. von Oheimb.
|
|
15
|
-
*/
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
#ifndef OPENSSL_CRMF_H
|
|
20
|
-
# define OPENSSL_CRMF_H
|
|
21
|
-
|
|
22
|
-
# include <openssl/opensslconf.h>
|
|
23
|
-
|
|
24
|
-
# ifndef OPENSSL_NO_CRMF
|
|
25
|
-
# include <openssl/opensslv.h>
|
|
26
|
-
# include <openssl/safestack.h>
|
|
27
|
-
# include <openssl/crmferr.h>
|
|
28
|
-
# include <openssl/x509v3.h> /* for GENERAL_NAME etc. */
|
|
29
|
-
|
|
30
|
-
/* explicit #includes not strictly needed since implied by the above: */
|
|
31
|
-
# include <openssl/types.h>
|
|
32
|
-
# include <openssl/x509.h>
|
|
33
|
-
|
|
34
|
-
# ifdef __cplusplus
|
|
35
|
-
extern "C" {
|
|
36
|
-
# endif
|
|
37
|
-
|
|
38
|
-
# define OSSL_CRMF_POPOPRIVKEY_THISMESSAGE 0
|
|
39
|
-
# define OSSL_CRMF_POPOPRIVKEY_SUBSEQUENTMESSAGE 1
|
|
40
|
-
# define OSSL_CRMF_POPOPRIVKEY_DHMAC 2
|
|
41
|
-
# define OSSL_CRMF_POPOPRIVKEY_AGREEMAC 3
|
|
42
|
-
# define OSSL_CRMF_POPOPRIVKEY_ENCRYPTEDKEY 4
|
|
43
|
-
|
|
44
|
-
# define OSSL_CRMF_SUBSEQUENTMESSAGE_ENCRCERT 0
|
|
45
|
-
# define OSSL_CRMF_SUBSEQUENTMESSAGE_CHALLENGERESP 1
|
|
46
|
-
|
|
47
|
-
typedef struct ossl_crmf_encryptedvalue_st OSSL_CRMF_ENCRYPTEDVALUE;
|
|
48
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_ENCRYPTEDVALUE)
|
|
49
|
-
typedef struct ossl_crmf_msg_st OSSL_CRMF_MSG;
|
|
50
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_MSG)
|
|
51
|
-
DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_MSG)
|
|
52
|
-
SKM_DEFINE_STACK_OF_INTERNAL(OSSL_CRMF_MSG, OSSL_CRMF_MSG, OSSL_CRMF_MSG)
|
|
53
|
-
#define sk_OSSL_CRMF_MSG_num(sk) OPENSSL_sk_num(ossl_check_const_OSSL_CRMF_MSG_sk_type(sk))
|
|
54
|
-
#define sk_OSSL_CRMF_MSG_value(sk, idx) ((OSSL_CRMF_MSG *)OPENSSL_sk_value(ossl_check_const_OSSL_CRMF_MSG_sk_type(sk), (idx)))
|
|
55
|
-
#define sk_OSSL_CRMF_MSG_new(cmp) ((STACK_OF(OSSL_CRMF_MSG) *)OPENSSL_sk_new(ossl_check_OSSL_CRMF_MSG_compfunc_type(cmp)))
|
|
56
|
-
#define sk_OSSL_CRMF_MSG_new_null() ((STACK_OF(OSSL_CRMF_MSG) *)OPENSSL_sk_new_null())
|
|
57
|
-
#define sk_OSSL_CRMF_MSG_new_reserve(cmp, n) ((STACK_OF(OSSL_CRMF_MSG) *)OPENSSL_sk_new_reserve(ossl_check_OSSL_CRMF_MSG_compfunc_type(cmp), (n)))
|
|
58
|
-
#define sk_OSSL_CRMF_MSG_reserve(sk, n) OPENSSL_sk_reserve(ossl_check_OSSL_CRMF_MSG_sk_type(sk), (n))
|
|
59
|
-
#define sk_OSSL_CRMF_MSG_free(sk) OPENSSL_sk_free(ossl_check_OSSL_CRMF_MSG_sk_type(sk))
|
|
60
|
-
#define sk_OSSL_CRMF_MSG_zero(sk) OPENSSL_sk_zero(ossl_check_OSSL_CRMF_MSG_sk_type(sk))
|
|
61
|
-
#define sk_OSSL_CRMF_MSG_delete(sk, i) ((OSSL_CRMF_MSG *)OPENSSL_sk_delete(ossl_check_OSSL_CRMF_MSG_sk_type(sk), (i)))
|
|
62
|
-
#define sk_OSSL_CRMF_MSG_delete_ptr(sk, ptr) ((OSSL_CRMF_MSG *)OPENSSL_sk_delete_ptr(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr)))
|
|
63
|
-
#define sk_OSSL_CRMF_MSG_push(sk, ptr) OPENSSL_sk_push(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr))
|
|
64
|
-
#define sk_OSSL_CRMF_MSG_unshift(sk, ptr) OPENSSL_sk_unshift(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr))
|
|
65
|
-
#define sk_OSSL_CRMF_MSG_pop(sk) ((OSSL_CRMF_MSG *)OPENSSL_sk_pop(ossl_check_OSSL_CRMF_MSG_sk_type(sk)))
|
|
66
|
-
#define sk_OSSL_CRMF_MSG_shift(sk) ((OSSL_CRMF_MSG *)OPENSSL_sk_shift(ossl_check_OSSL_CRMF_MSG_sk_type(sk)))
|
|
67
|
-
#define sk_OSSL_CRMF_MSG_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_OSSL_CRMF_MSG_sk_type(sk),ossl_check_OSSL_CRMF_MSG_freefunc_type(freefunc))
|
|
68
|
-
#define sk_OSSL_CRMF_MSG_insert(sk, ptr, idx) OPENSSL_sk_insert(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr), (idx))
|
|
69
|
-
#define sk_OSSL_CRMF_MSG_set(sk, idx, ptr) ((OSSL_CRMF_MSG *)OPENSSL_sk_set(ossl_check_OSSL_CRMF_MSG_sk_type(sk), (idx), ossl_check_OSSL_CRMF_MSG_type(ptr)))
|
|
70
|
-
#define sk_OSSL_CRMF_MSG_find(sk, ptr) OPENSSL_sk_find(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr))
|
|
71
|
-
#define sk_OSSL_CRMF_MSG_find_ex(sk, ptr) OPENSSL_sk_find_ex(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr))
|
|
72
|
-
#define sk_OSSL_CRMF_MSG_find_all(sk, ptr, pnum) OPENSSL_sk_find_all(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_type(ptr), pnum)
|
|
73
|
-
#define sk_OSSL_CRMF_MSG_sort(sk) OPENSSL_sk_sort(ossl_check_OSSL_CRMF_MSG_sk_type(sk))
|
|
74
|
-
#define sk_OSSL_CRMF_MSG_is_sorted(sk) OPENSSL_sk_is_sorted(ossl_check_const_OSSL_CRMF_MSG_sk_type(sk))
|
|
75
|
-
#define sk_OSSL_CRMF_MSG_dup(sk) ((STACK_OF(OSSL_CRMF_MSG) *)OPENSSL_sk_dup(ossl_check_const_OSSL_CRMF_MSG_sk_type(sk)))
|
|
76
|
-
#define sk_OSSL_CRMF_MSG_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OSSL_CRMF_MSG) *)OPENSSL_sk_deep_copy(ossl_check_const_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_copyfunc_type(copyfunc), ossl_check_OSSL_CRMF_MSG_freefunc_type(freefunc)))
|
|
77
|
-
#define sk_OSSL_CRMF_MSG_set_cmp_func(sk, cmp) ((sk_OSSL_CRMF_MSG_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_OSSL_CRMF_MSG_sk_type(sk), ossl_check_OSSL_CRMF_MSG_compfunc_type(cmp)))
|
|
78
|
-
|
|
79
|
-
typedef struct ossl_crmf_attributetypeandvalue_st OSSL_CRMF_ATTRIBUTETYPEANDVALUE;
|
|
80
|
-
typedef struct ossl_crmf_pbmparameter_st OSSL_CRMF_PBMPARAMETER;
|
|
81
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_PBMPARAMETER)
|
|
82
|
-
typedef struct ossl_crmf_poposigningkey_st OSSL_CRMF_POPOSIGNINGKEY;
|
|
83
|
-
typedef struct ossl_crmf_certrequest_st OSSL_CRMF_CERTREQUEST;
|
|
84
|
-
typedef struct ossl_crmf_certid_st OSSL_CRMF_CERTID;
|
|
85
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_CERTID)
|
|
86
|
-
DECLARE_ASN1_DUP_FUNCTION(OSSL_CRMF_CERTID)
|
|
87
|
-
SKM_DEFINE_STACK_OF_INTERNAL(OSSL_CRMF_CERTID, OSSL_CRMF_CERTID, OSSL_CRMF_CERTID)
|
|
88
|
-
#define sk_OSSL_CRMF_CERTID_num(sk) OPENSSL_sk_num(ossl_check_const_OSSL_CRMF_CERTID_sk_type(sk))
|
|
89
|
-
#define sk_OSSL_CRMF_CERTID_value(sk, idx) ((OSSL_CRMF_CERTID *)OPENSSL_sk_value(ossl_check_const_OSSL_CRMF_CERTID_sk_type(sk), (idx)))
|
|
90
|
-
#define sk_OSSL_CRMF_CERTID_new(cmp) ((STACK_OF(OSSL_CRMF_CERTID) *)OPENSSL_sk_new(ossl_check_OSSL_CRMF_CERTID_compfunc_type(cmp)))
|
|
91
|
-
#define sk_OSSL_CRMF_CERTID_new_null() ((STACK_OF(OSSL_CRMF_CERTID) *)OPENSSL_sk_new_null())
|
|
92
|
-
#define sk_OSSL_CRMF_CERTID_new_reserve(cmp, n) ((STACK_OF(OSSL_CRMF_CERTID) *)OPENSSL_sk_new_reserve(ossl_check_OSSL_CRMF_CERTID_compfunc_type(cmp), (n)))
|
|
93
|
-
#define sk_OSSL_CRMF_CERTID_reserve(sk, n) OPENSSL_sk_reserve(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), (n))
|
|
94
|
-
#define sk_OSSL_CRMF_CERTID_free(sk) OPENSSL_sk_free(ossl_check_OSSL_CRMF_CERTID_sk_type(sk))
|
|
95
|
-
#define sk_OSSL_CRMF_CERTID_zero(sk) OPENSSL_sk_zero(ossl_check_OSSL_CRMF_CERTID_sk_type(sk))
|
|
96
|
-
#define sk_OSSL_CRMF_CERTID_delete(sk, i) ((OSSL_CRMF_CERTID *)OPENSSL_sk_delete(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), (i)))
|
|
97
|
-
#define sk_OSSL_CRMF_CERTID_delete_ptr(sk, ptr) ((OSSL_CRMF_CERTID *)OPENSSL_sk_delete_ptr(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr)))
|
|
98
|
-
#define sk_OSSL_CRMF_CERTID_push(sk, ptr) OPENSSL_sk_push(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr))
|
|
99
|
-
#define sk_OSSL_CRMF_CERTID_unshift(sk, ptr) OPENSSL_sk_unshift(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr))
|
|
100
|
-
#define sk_OSSL_CRMF_CERTID_pop(sk) ((OSSL_CRMF_CERTID *)OPENSSL_sk_pop(ossl_check_OSSL_CRMF_CERTID_sk_type(sk)))
|
|
101
|
-
#define sk_OSSL_CRMF_CERTID_shift(sk) ((OSSL_CRMF_CERTID *)OPENSSL_sk_shift(ossl_check_OSSL_CRMF_CERTID_sk_type(sk)))
|
|
102
|
-
#define sk_OSSL_CRMF_CERTID_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_OSSL_CRMF_CERTID_sk_type(sk),ossl_check_OSSL_CRMF_CERTID_freefunc_type(freefunc))
|
|
103
|
-
#define sk_OSSL_CRMF_CERTID_insert(sk, ptr, idx) OPENSSL_sk_insert(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr), (idx))
|
|
104
|
-
#define sk_OSSL_CRMF_CERTID_set(sk, idx, ptr) ((OSSL_CRMF_CERTID *)OPENSSL_sk_set(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), (idx), ossl_check_OSSL_CRMF_CERTID_type(ptr)))
|
|
105
|
-
#define sk_OSSL_CRMF_CERTID_find(sk, ptr) OPENSSL_sk_find(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr))
|
|
106
|
-
#define sk_OSSL_CRMF_CERTID_find_ex(sk, ptr) OPENSSL_sk_find_ex(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr))
|
|
107
|
-
#define sk_OSSL_CRMF_CERTID_find_all(sk, ptr, pnum) OPENSSL_sk_find_all(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_type(ptr), pnum)
|
|
108
|
-
#define sk_OSSL_CRMF_CERTID_sort(sk) OPENSSL_sk_sort(ossl_check_OSSL_CRMF_CERTID_sk_type(sk))
|
|
109
|
-
#define sk_OSSL_CRMF_CERTID_is_sorted(sk) OPENSSL_sk_is_sorted(ossl_check_const_OSSL_CRMF_CERTID_sk_type(sk))
|
|
110
|
-
#define sk_OSSL_CRMF_CERTID_dup(sk) ((STACK_OF(OSSL_CRMF_CERTID) *)OPENSSL_sk_dup(ossl_check_const_OSSL_CRMF_CERTID_sk_type(sk)))
|
|
111
|
-
#define sk_OSSL_CRMF_CERTID_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(OSSL_CRMF_CERTID) *)OPENSSL_sk_deep_copy(ossl_check_const_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_copyfunc_type(copyfunc), ossl_check_OSSL_CRMF_CERTID_freefunc_type(freefunc)))
|
|
112
|
-
#define sk_OSSL_CRMF_CERTID_set_cmp_func(sk, cmp) ((sk_OSSL_CRMF_CERTID_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_OSSL_CRMF_CERTID_sk_type(sk), ossl_check_OSSL_CRMF_CERTID_compfunc_type(cmp)))
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
typedef struct ossl_crmf_pkipublicationinfo_st OSSL_CRMF_PKIPUBLICATIONINFO;
|
|
116
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_PKIPUBLICATIONINFO)
|
|
117
|
-
typedef struct ossl_crmf_singlepubinfo_st OSSL_CRMF_SINGLEPUBINFO;
|
|
118
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_SINGLEPUBINFO)
|
|
119
|
-
typedef struct ossl_crmf_certtemplate_st OSSL_CRMF_CERTTEMPLATE;
|
|
120
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_CERTTEMPLATE)
|
|
121
|
-
typedef STACK_OF(OSSL_CRMF_MSG) OSSL_CRMF_MSGS;
|
|
122
|
-
DECLARE_ASN1_FUNCTIONS(OSSL_CRMF_MSGS)
|
|
123
|
-
|
|
124
|
-
typedef struct ossl_crmf_optionalvalidity_st OSSL_CRMF_OPTIONALVALIDITY;
|
|
125
|
-
|
|
126
|
-
/* crmf_pbm.c */
|
|
127
|
-
OSSL_CRMF_PBMPARAMETER *OSSL_CRMF_pbmp_new(OSSL_LIB_CTX *libctx, size_t slen,
|
|
128
|
-
int owfnid, size_t itercnt,
|
|
129
|
-
int macnid);
|
|
130
|
-
int OSSL_CRMF_pbm_new(OSSL_LIB_CTX *libctx, const char *propq,
|
|
131
|
-
const OSSL_CRMF_PBMPARAMETER *pbmp,
|
|
132
|
-
const unsigned char *msg, size_t msglen,
|
|
133
|
-
const unsigned char *sec, size_t seclen,
|
|
134
|
-
unsigned char **mac, size_t *maclen);
|
|
135
|
-
|
|
136
|
-
/* crmf_lib.c */
|
|
137
|
-
int OSSL_CRMF_MSG_set1_regCtrl_regToken(OSSL_CRMF_MSG *msg,
|
|
138
|
-
const ASN1_UTF8STRING *tok);
|
|
139
|
-
ASN1_UTF8STRING
|
|
140
|
-
*OSSL_CRMF_MSG_get0_regCtrl_regToken(const OSSL_CRMF_MSG *msg);
|
|
141
|
-
int OSSL_CRMF_MSG_set1_regCtrl_authenticator(OSSL_CRMF_MSG *msg,
|
|
142
|
-
const ASN1_UTF8STRING *auth);
|
|
143
|
-
ASN1_UTF8STRING
|
|
144
|
-
*OSSL_CRMF_MSG_get0_regCtrl_authenticator(const OSSL_CRMF_MSG *msg);
|
|
145
|
-
int
|
|
146
|
-
OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo(OSSL_CRMF_PKIPUBLICATIONINFO *pi,
|
|
147
|
-
OSSL_CRMF_SINGLEPUBINFO *spi);
|
|
148
|
-
# define OSSL_CRMF_PUB_METHOD_DONTCARE 0
|
|
149
|
-
# define OSSL_CRMF_PUB_METHOD_X500 1
|
|
150
|
-
# define OSSL_CRMF_PUB_METHOD_WEB 2
|
|
151
|
-
# define OSSL_CRMF_PUB_METHOD_LDAP 3
|
|
152
|
-
int OSSL_CRMF_MSG_set0_SinglePubInfo(OSSL_CRMF_SINGLEPUBINFO *spi,
|
|
153
|
-
int method, GENERAL_NAME *nm);
|
|
154
|
-
# define OSSL_CRMF_PUB_ACTION_DONTPUBLISH 0
|
|
155
|
-
# define OSSL_CRMF_PUB_ACTION_PLEASEPUBLISH 1
|
|
156
|
-
int OSSL_CRMF_MSG_set_PKIPublicationInfo_action(OSSL_CRMF_PKIPUBLICATIONINFO *pi,
|
|
157
|
-
int action);
|
|
158
|
-
int OSSL_CRMF_MSG_set1_regCtrl_pkiPublicationInfo(OSSL_CRMF_MSG *msg,
|
|
159
|
-
const OSSL_CRMF_PKIPUBLICATIONINFO *pi);
|
|
160
|
-
OSSL_CRMF_PKIPUBLICATIONINFO
|
|
161
|
-
*OSSL_CRMF_MSG_get0_regCtrl_pkiPublicationInfo(const OSSL_CRMF_MSG *msg);
|
|
162
|
-
int OSSL_CRMF_MSG_set1_regCtrl_protocolEncrKey(OSSL_CRMF_MSG *msg,
|
|
163
|
-
const X509_PUBKEY *pubkey);
|
|
164
|
-
X509_PUBKEY
|
|
165
|
-
*OSSL_CRMF_MSG_get0_regCtrl_protocolEncrKey(const OSSL_CRMF_MSG *msg);
|
|
166
|
-
int OSSL_CRMF_MSG_set1_regCtrl_oldCertID(OSSL_CRMF_MSG *msg,
|
|
167
|
-
const OSSL_CRMF_CERTID *cid);
|
|
168
|
-
OSSL_CRMF_CERTID
|
|
169
|
-
*OSSL_CRMF_MSG_get0_regCtrl_oldCertID(const OSSL_CRMF_MSG *msg);
|
|
170
|
-
OSSL_CRMF_CERTID *OSSL_CRMF_CERTID_gen(const X509_NAME *issuer,
|
|
171
|
-
const ASN1_INTEGER *serial);
|
|
172
|
-
|
|
173
|
-
int OSSL_CRMF_MSG_set1_regInfo_utf8Pairs(OSSL_CRMF_MSG *msg,
|
|
174
|
-
const ASN1_UTF8STRING *utf8pairs);
|
|
175
|
-
ASN1_UTF8STRING
|
|
176
|
-
*OSSL_CRMF_MSG_get0_regInfo_utf8Pairs(const OSSL_CRMF_MSG *msg);
|
|
177
|
-
int OSSL_CRMF_MSG_set1_regInfo_certReq(OSSL_CRMF_MSG *msg,
|
|
178
|
-
const OSSL_CRMF_CERTREQUEST *cr);
|
|
179
|
-
OSSL_CRMF_CERTREQUEST
|
|
180
|
-
*OSSL_CRMF_MSG_get0_regInfo_certReq(const OSSL_CRMF_MSG *msg);
|
|
181
|
-
|
|
182
|
-
int OSSL_CRMF_MSG_set0_validity(OSSL_CRMF_MSG *crm,
|
|
183
|
-
ASN1_TIME *notBefore, ASN1_TIME *notAfter);
|
|
184
|
-
int OSSL_CRMF_MSG_set_certReqId(OSSL_CRMF_MSG *crm, int rid);
|
|
185
|
-
int OSSL_CRMF_MSG_get_certReqId(const OSSL_CRMF_MSG *crm);
|
|
186
|
-
int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts);
|
|
187
|
-
|
|
188
|
-
int OSSL_CRMF_MSG_push0_extension(OSSL_CRMF_MSG *crm, X509_EXTENSION *ext);
|
|
189
|
-
# define OSSL_CRMF_POPO_NONE -1
|
|
190
|
-
# define OSSL_CRMF_POPO_RAVERIFIED 0
|
|
191
|
-
# define OSSL_CRMF_POPO_SIGNATURE 1
|
|
192
|
-
# define OSSL_CRMF_POPO_KEYENC 2
|
|
193
|
-
# define OSSL_CRMF_POPO_KEYAGREE 3
|
|
194
|
-
int OSSL_CRMF_MSG_create_popo(int meth, OSSL_CRMF_MSG *crm,
|
|
195
|
-
EVP_PKEY *pkey, const EVP_MD *digest,
|
|
196
|
-
OSSL_LIB_CTX *libctx, const char *propq);
|
|
197
|
-
int OSSL_CRMF_MSGS_verify_popo(const OSSL_CRMF_MSGS *reqs,
|
|
198
|
-
int rid, int acceptRAVerified,
|
|
199
|
-
OSSL_LIB_CTX *libctx, const char *propq);
|
|
200
|
-
OSSL_CRMF_CERTTEMPLATE *OSSL_CRMF_MSG_get0_tmpl(const OSSL_CRMF_MSG *crm);
|
|
201
|
-
const ASN1_INTEGER
|
|
202
|
-
*OSSL_CRMF_CERTTEMPLATE_get0_serialNumber(const OSSL_CRMF_CERTTEMPLATE *tmpl);
|
|
203
|
-
const X509_NAME
|
|
204
|
-
*OSSL_CRMF_CERTTEMPLATE_get0_subject(const OSSL_CRMF_CERTTEMPLATE *tmpl);
|
|
205
|
-
const X509_NAME
|
|
206
|
-
*OSSL_CRMF_CERTTEMPLATE_get0_issuer(const OSSL_CRMF_CERTTEMPLATE *tmpl);
|
|
207
|
-
X509_EXTENSIONS
|
|
208
|
-
*OSSL_CRMF_CERTTEMPLATE_get0_extensions(const OSSL_CRMF_CERTTEMPLATE *tmpl);
|
|
209
|
-
const X509_NAME
|
|
210
|
-
*OSSL_CRMF_CERTID_get0_issuer(const OSSL_CRMF_CERTID *cid);
|
|
211
|
-
const ASN1_INTEGER
|
|
212
|
-
*OSSL_CRMF_CERTID_get0_serialNumber(const OSSL_CRMF_CERTID *cid);
|
|
213
|
-
int OSSL_CRMF_CERTTEMPLATE_fill(OSSL_CRMF_CERTTEMPLATE *tmpl,
|
|
214
|
-
EVP_PKEY *pubkey,
|
|
215
|
-
const X509_NAME *subject,
|
|
216
|
-
const X509_NAME *issuer,
|
|
217
|
-
const ASN1_INTEGER *serial);
|
|
218
|
-
X509
|
|
219
|
-
*OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert(const OSSL_CRMF_ENCRYPTEDVALUE *ecert,
|
|
220
|
-
OSSL_LIB_CTX *libctx, const char *propq,
|
|
221
|
-
EVP_PKEY *pkey);
|
|
222
|
-
|
|
223
|
-
# ifdef __cplusplus
|
|
224
|
-
}
|
|
225
|
-
# endif
|
|
226
|
-
# endif /* !defined(OPENSSL_NO_CRMF) */
|
|
227
|
-
#endif /* !defined(OPENSSL_CRMF_H) */
|