node-linux-s390x 16.14.0 → 16.15.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 +498 -0
- package/LICENSE +25 -0
- package/README.md +64 -39
- package/bin/node +0 -0
- package/include/node/common.gypi +6 -5
- package/include/node/config.gypi +4 -0
- package/include/node/js_native_api.h +6 -0
- package/include/node/node.h +6 -1
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
- 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/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
- 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/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
- 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/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
- 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/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
- package/include/node/openssl/asn1_asm.h +57 -0
- package/include/node/openssl/asn1_no-asm.h +59 -0
- package/include/node/openssl/asn1t_asm.h +57 -0
- package/include/node/openssl/asn1t_no-asm.h +59 -0
- package/include/node/openssl/bio_asm.h +57 -0
- package/include/node/openssl/bio_no-asm.h +59 -0
- package/include/node/openssl/bn_conf_asm.h +0 -2
- package/include/node/openssl/bn_conf_no-asm.h +0 -2
- package/include/node/openssl/cmp_asm.h +57 -0
- package/include/node/openssl/cmp_no-asm.h +59 -0
- package/include/node/openssl/cms_asm.h +57 -0
- package/include/node/openssl/cms_no-asm.h +59 -0
- package/include/node/openssl/conf_asm.h +57 -0
- package/include/node/openssl/conf_no-asm.h +59 -0
- package/include/node/openssl/configuration_asm.h +57 -0
- package/include/node/openssl/configuration_no-asm.h +59 -0
- package/include/node/openssl/crmf_asm.h +57 -0
- package/include/node/openssl/crmf_no-asm.h +59 -0
- package/include/node/openssl/crypto_asm.h +57 -0
- package/include/node/openssl/crypto_no-asm.h +59 -0
- package/include/node/openssl/ct_asm.h +57 -0
- package/include/node/openssl/ct_no-asm.h +59 -0
- package/include/node/openssl/dso_conf_asm.h +0 -2
- package/include/node/openssl/dso_conf_no-asm.h +0 -2
- package/include/node/openssl/engine.h +2 -1
- package/include/node/openssl/err_asm.h +57 -0
- package/include/node/openssl/err_no-asm.h +59 -0
- package/include/node/openssl/ess_asm.h +57 -0
- package/include/node/openssl/ess_no-asm.h +59 -0
- package/include/node/openssl/fipskey_asm.h +57 -0
- package/include/node/openssl/fipskey_no-asm.h +59 -0
- package/include/node/openssl/lhash_asm.h +57 -0
- package/include/node/openssl/lhash_no-asm.h +59 -0
- package/include/node/openssl/obj_mac.h +1 -1
- package/include/node/openssl/ocsp_asm.h +57 -0
- package/include/node/openssl/ocsp_no-asm.h +59 -0
- package/include/node/openssl/opensslconf_asm.h +0 -2
- package/include/node/openssl/opensslconf_no-asm.h +0 -2
- package/include/node/openssl/opensslv.h +2 -2
- package/include/node/openssl/opensslv_asm.h +57 -0
- package/include/node/openssl/opensslv_no-asm.h +59 -0
- package/include/node/openssl/pkcs12_asm.h +57 -0
- package/include/node/openssl/pkcs12_no-asm.h +59 -0
- package/include/node/openssl/pkcs7_asm.h +57 -0
- package/include/node/openssl/pkcs7_no-asm.h +59 -0
- package/include/node/openssl/safestack_asm.h +57 -0
- package/include/node/openssl/safestack_no-asm.h +59 -0
- package/include/node/openssl/srp_asm.h +57 -0
- package/include/node/openssl/srp_no-asm.h +59 -0
- package/include/node/openssl/ssl_asm.h +57 -0
- package/include/node/openssl/ssl_no-asm.h +59 -0
- package/include/node/openssl/ui_asm.h +57 -0
- package/include/node/openssl/ui_no-asm.h +59 -0
- package/include/node/openssl/x509_asm.h +57 -0
- package/include/node/openssl/x509_no-asm.h +59 -0
- package/include/node/openssl/x509_vfy_asm.h +57 -0
- package/include/node/openssl/x509_vfy_no-asm.h +59 -0
- package/include/node/openssl/x509v3_asm.h +57 -0
- package/include/node/openssl/x509v3_no-asm.h +59 -0
- package/package.json +1 -1
- package/share/man/man1/node.1 +9 -3
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
- package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
- package/include/node/openssl/archs/linux-x32/no-asm/include/openssl/opensslconf.h +0 -203
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/asm/include/openssl/ui.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/asm/include/openssl/ui.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/asm/include/openssl/ui.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/asm/include/openssl/ui.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/asm/include/openssl/ui.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/asm/include/openssl/ui.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/asm/include/openssl/ui.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/asm/include/openssl/ui.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/asm/include/openssl/ui.h"
|
|
24
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
25
|
+
# include "./archs/BSD-x86/asm/include/openssl/ui.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
27
|
+
# include "./archs/BSD-x86_64/asm/include/openssl/ui.h"
|
|
28
|
+
#elif defined(__sun) && defined(__i386__)
|
|
29
|
+
# include "./archs/solaris-x86-gcc/asm/include/openssl/ui.h"
|
|
30
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
31
|
+
# include "./archs/solaris64-x86_64-gcc/asm/include/openssl/ui.h"
|
|
32
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
33
|
+
# include "./archs/linux-ppc64le/asm/include/openssl/ui.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
35
|
+
# include "./archs/linux-ppc64/asm/include/openssl/ui.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
37
|
+
# include "./archs/linux-ppc/asm/include/openssl/ui.h"
|
|
38
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
39
|
+
# include "./archs/aix64-gcc-as/asm/include/openssl/ui.h"
|
|
40
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
41
|
+
# include "./archs/aix-gcc/asm/include/openssl/ui.h"
|
|
42
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
43
|
+
# include "./archs/linux64-s390x/asm/include/openssl/ui.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
45
|
+
# include "./archs/linux32-s390x/asm/include/openssl/ui.h"
|
|
46
|
+
#else
|
|
47
|
+
# include "./archs/linux-elf/asm/include/openssl/ui.h"
|
|
48
|
+
#endif
|
|
49
|
+
|
|
50
|
+
/* GOST is not included in all platform */
|
|
51
|
+
#ifndef OPENSSL_NO_GOST
|
|
52
|
+
# define OPENSSL_NO_GOST
|
|
53
|
+
#endif
|
|
54
|
+
/* HW_PADLOCK is not included in all platform */
|
|
55
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
56
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
57
|
+
#endif
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/no-asm/include/openssl/ui.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/no-asm/include/openssl/ui.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/no-asm/include/openssl/ui.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/no-asm/include/openssl/ui.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/no-asm/include/openssl/ui.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/ui.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/no-asm/include/openssl/ui.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/no-asm/include/openssl/ui.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/no-asm/include/openssl/ui.h"
|
|
24
|
+
#elif defined(_WIN32) && defined(_M_ARM64)
|
|
25
|
+
# include "./archs/VC-WIN64-ARM/no-asm/include/openssl/ui.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
27
|
+
# include "./archs/BSD-x86/no-asm/include/openssl/ui.h"
|
|
28
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
29
|
+
# include "./archs/BSD-x86_64/no-asm/include/openssl/ui.h"
|
|
30
|
+
#elif defined(__sun) && defined(__i386__)
|
|
31
|
+
# include "./archs/solaris-x86-gcc/no-asm/include/openssl/ui.h"
|
|
32
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
33
|
+
# include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/ui.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
35
|
+
# include "./archs/linux-ppc64le/no-asm/include/openssl/ui.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
37
|
+
# include "./archs/linux-ppc64/no-asm/include/openssl/ui.h"
|
|
38
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
39
|
+
# include "./archs/linux-ppc/no-asm/include/openssl/ui.h"
|
|
40
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
41
|
+
# include "./archs/aix64-gcc-as/no-asm/include/openssl/ui.h"
|
|
42
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
43
|
+
# include "./archs/aix-gcc/no-asm/include/openssl/ui.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
45
|
+
# include "./archs/linux64-s390x/no-asm/include/openssl/ui.h"
|
|
46
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
47
|
+
# include "./archs/linux32-s390x/no-asm/include/openssl/ui.h"
|
|
48
|
+
#else
|
|
49
|
+
# include "./archs/linux-elf/no-asm/include/openssl/ui.h"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
/* GOST is not included in all platform */
|
|
53
|
+
#ifndef OPENSSL_NO_GOST
|
|
54
|
+
# define OPENSSL_NO_GOST
|
|
55
|
+
#endif
|
|
56
|
+
/* HW_PADLOCK is not included in all platform */
|
|
57
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
58
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
59
|
+
#endif
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/asm/include/openssl/x509.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/asm/include/openssl/x509.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/asm/include/openssl/x509.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/asm/include/openssl/x509.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/asm/include/openssl/x509.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/asm/include/openssl/x509.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/asm/include/openssl/x509.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/asm/include/openssl/x509.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/asm/include/openssl/x509.h"
|
|
24
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
25
|
+
# include "./archs/BSD-x86/asm/include/openssl/x509.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
27
|
+
# include "./archs/BSD-x86_64/asm/include/openssl/x509.h"
|
|
28
|
+
#elif defined(__sun) && defined(__i386__)
|
|
29
|
+
# include "./archs/solaris-x86-gcc/asm/include/openssl/x509.h"
|
|
30
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
31
|
+
# include "./archs/solaris64-x86_64-gcc/asm/include/openssl/x509.h"
|
|
32
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
33
|
+
# include "./archs/linux-ppc64le/asm/include/openssl/x509.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
35
|
+
# include "./archs/linux-ppc64/asm/include/openssl/x509.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
37
|
+
# include "./archs/linux-ppc/asm/include/openssl/x509.h"
|
|
38
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
39
|
+
# include "./archs/aix64-gcc-as/asm/include/openssl/x509.h"
|
|
40
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
41
|
+
# include "./archs/aix-gcc/asm/include/openssl/x509.h"
|
|
42
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
43
|
+
# include "./archs/linux64-s390x/asm/include/openssl/x509.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
45
|
+
# include "./archs/linux32-s390x/asm/include/openssl/x509.h"
|
|
46
|
+
#else
|
|
47
|
+
# include "./archs/linux-elf/asm/include/openssl/x509.h"
|
|
48
|
+
#endif
|
|
49
|
+
|
|
50
|
+
/* GOST is not included in all platform */
|
|
51
|
+
#ifndef OPENSSL_NO_GOST
|
|
52
|
+
# define OPENSSL_NO_GOST
|
|
53
|
+
#endif
|
|
54
|
+
/* HW_PADLOCK is not included in all platform */
|
|
55
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
56
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
57
|
+
#endif
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/no-asm/include/openssl/x509.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/no-asm/include/openssl/x509.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/no-asm/include/openssl/x509.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/no-asm/include/openssl/x509.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/x509.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/no-asm/include/openssl/x509.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/no-asm/include/openssl/x509.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/no-asm/include/openssl/x509.h"
|
|
24
|
+
#elif defined(_WIN32) && defined(_M_ARM64)
|
|
25
|
+
# include "./archs/VC-WIN64-ARM/no-asm/include/openssl/x509.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
27
|
+
# include "./archs/BSD-x86/no-asm/include/openssl/x509.h"
|
|
28
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
29
|
+
# include "./archs/BSD-x86_64/no-asm/include/openssl/x509.h"
|
|
30
|
+
#elif defined(__sun) && defined(__i386__)
|
|
31
|
+
# include "./archs/solaris-x86-gcc/no-asm/include/openssl/x509.h"
|
|
32
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
33
|
+
# include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
35
|
+
# include "./archs/linux-ppc64le/no-asm/include/openssl/x509.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
37
|
+
# include "./archs/linux-ppc64/no-asm/include/openssl/x509.h"
|
|
38
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
39
|
+
# include "./archs/linux-ppc/no-asm/include/openssl/x509.h"
|
|
40
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
41
|
+
# include "./archs/aix64-gcc-as/no-asm/include/openssl/x509.h"
|
|
42
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
43
|
+
# include "./archs/aix-gcc/no-asm/include/openssl/x509.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
45
|
+
# include "./archs/linux64-s390x/no-asm/include/openssl/x509.h"
|
|
46
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
47
|
+
# include "./archs/linux32-s390x/no-asm/include/openssl/x509.h"
|
|
48
|
+
#else
|
|
49
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509.h"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
/* GOST is not included in all platform */
|
|
53
|
+
#ifndef OPENSSL_NO_GOST
|
|
54
|
+
# define OPENSSL_NO_GOST
|
|
55
|
+
#endif
|
|
56
|
+
/* HW_PADLOCK is not included in all platform */
|
|
57
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
58
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
59
|
+
#endif
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/asm/include/openssl/x509_vfy.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/asm/include/openssl/x509_vfy.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/asm/include/openssl/x509_vfy.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/asm/include/openssl/x509_vfy.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/asm/include/openssl/x509_vfy.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/asm/include/openssl/x509_vfy.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/asm/include/openssl/x509_vfy.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/asm/include/openssl/x509_vfy.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/asm/include/openssl/x509_vfy.h"
|
|
24
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
25
|
+
# include "./archs/BSD-x86/asm/include/openssl/x509_vfy.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
27
|
+
# include "./archs/BSD-x86_64/asm/include/openssl/x509_vfy.h"
|
|
28
|
+
#elif defined(__sun) && defined(__i386__)
|
|
29
|
+
# include "./archs/solaris-x86-gcc/asm/include/openssl/x509_vfy.h"
|
|
30
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
31
|
+
# include "./archs/solaris64-x86_64-gcc/asm/include/openssl/x509_vfy.h"
|
|
32
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
33
|
+
# include "./archs/linux-ppc64le/asm/include/openssl/x509_vfy.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
35
|
+
# include "./archs/linux-ppc64/asm/include/openssl/x509_vfy.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
37
|
+
# include "./archs/linux-ppc/asm/include/openssl/x509_vfy.h"
|
|
38
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
39
|
+
# include "./archs/aix64-gcc-as/asm/include/openssl/x509_vfy.h"
|
|
40
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
41
|
+
# include "./archs/aix-gcc/asm/include/openssl/x509_vfy.h"
|
|
42
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
43
|
+
# include "./archs/linux64-s390x/asm/include/openssl/x509_vfy.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
45
|
+
# include "./archs/linux32-s390x/asm/include/openssl/x509_vfy.h"
|
|
46
|
+
#else
|
|
47
|
+
# include "./archs/linux-elf/asm/include/openssl/x509_vfy.h"
|
|
48
|
+
#endif
|
|
49
|
+
|
|
50
|
+
/* GOST is not included in all platform */
|
|
51
|
+
#ifndef OPENSSL_NO_GOST
|
|
52
|
+
# define OPENSSL_NO_GOST
|
|
53
|
+
#endif
|
|
54
|
+
/* HW_PADLOCK is not included in all platform */
|
|
55
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
56
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
57
|
+
#endif
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509_vfy.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/no-asm/include/openssl/x509_vfy.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/no-asm/include/openssl/x509_vfy.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/no-asm/include/openssl/x509_vfy.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/no-asm/include/openssl/x509_vfy.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/x509_vfy.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/no-asm/include/openssl/x509_vfy.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/no-asm/include/openssl/x509_vfy.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/no-asm/include/openssl/x509_vfy.h"
|
|
24
|
+
#elif defined(_WIN32) && defined(_M_ARM64)
|
|
25
|
+
# include "./archs/VC-WIN64-ARM/no-asm/include/openssl/x509_vfy.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
27
|
+
# include "./archs/BSD-x86/no-asm/include/openssl/x509_vfy.h"
|
|
28
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
29
|
+
# include "./archs/BSD-x86_64/no-asm/include/openssl/x509_vfy.h"
|
|
30
|
+
#elif defined(__sun) && defined(__i386__)
|
|
31
|
+
# include "./archs/solaris-x86-gcc/no-asm/include/openssl/x509_vfy.h"
|
|
32
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
33
|
+
# include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509_vfy.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
35
|
+
# include "./archs/linux-ppc64le/no-asm/include/openssl/x509_vfy.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
37
|
+
# include "./archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h"
|
|
38
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
39
|
+
# include "./archs/linux-ppc/no-asm/include/openssl/x509_vfy.h"
|
|
40
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
41
|
+
# include "./archs/aix64-gcc-as/no-asm/include/openssl/x509_vfy.h"
|
|
42
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
43
|
+
# include "./archs/aix-gcc/no-asm/include/openssl/x509_vfy.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
45
|
+
# include "./archs/linux64-s390x/no-asm/include/openssl/x509_vfy.h"
|
|
46
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
47
|
+
# include "./archs/linux32-s390x/no-asm/include/openssl/x509_vfy.h"
|
|
48
|
+
#else
|
|
49
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509_vfy.h"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
/* GOST is not included in all platform */
|
|
53
|
+
#ifndef OPENSSL_NO_GOST
|
|
54
|
+
# define OPENSSL_NO_GOST
|
|
55
|
+
#endif
|
|
56
|
+
/* HW_PADLOCK is not included in all platform */
|
|
57
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
58
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
59
|
+
#endif
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/asm/include/openssl/x509v3.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/asm/include/openssl/x509v3.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/asm/include/openssl/x509v3.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/asm/include/openssl/x509v3.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/asm/include/openssl/x509v3.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/asm/include/openssl/x509v3.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/asm/include/openssl/x509v3.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/asm/include/openssl/x509v3.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/asm/include/openssl/x509v3.h"
|
|
24
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
25
|
+
# include "./archs/BSD-x86/asm/include/openssl/x509v3.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
27
|
+
# include "./archs/BSD-x86_64/asm/include/openssl/x509v3.h"
|
|
28
|
+
#elif defined(__sun) && defined(__i386__)
|
|
29
|
+
# include "./archs/solaris-x86-gcc/asm/include/openssl/x509v3.h"
|
|
30
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
31
|
+
# include "./archs/solaris64-x86_64-gcc/asm/include/openssl/x509v3.h"
|
|
32
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
33
|
+
# include "./archs/linux-ppc64le/asm/include/openssl/x509v3.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
35
|
+
# include "./archs/linux-ppc64/asm/include/openssl/x509v3.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
37
|
+
# include "./archs/linux-ppc/asm/include/openssl/x509v3.h"
|
|
38
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
39
|
+
# include "./archs/aix64-gcc-as/asm/include/openssl/x509v3.h"
|
|
40
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
41
|
+
# include "./archs/aix-gcc/asm/include/openssl/x509v3.h"
|
|
42
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
43
|
+
# include "./archs/linux64-s390x/asm/include/openssl/x509v3.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
45
|
+
# include "./archs/linux32-s390x/asm/include/openssl/x509v3.h"
|
|
46
|
+
#else
|
|
47
|
+
# include "./archs/linux-elf/asm/include/openssl/x509v3.h"
|
|
48
|
+
#endif
|
|
49
|
+
|
|
50
|
+
/* GOST is not included in all platform */
|
|
51
|
+
#ifndef OPENSSL_NO_GOST
|
|
52
|
+
# define OPENSSL_NO_GOST
|
|
53
|
+
#endif
|
|
54
|
+
/* HW_PADLOCK is not included in all platform */
|
|
55
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
56
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
57
|
+
#endif
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
#undef OPENSSL_LINUX
|
|
2
|
+
#if defined(__linux) && !defined(__ANDROID__)
|
|
3
|
+
# define OPENSSL_LINUX 1
|
|
4
|
+
#endif
|
|
5
|
+
|
|
6
|
+
#if defined(OPENSSL_LINUX) && defined(__i386__)
|
|
7
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509v3.h"
|
|
8
|
+
#elif defined(OPENSSL_LINUX) && defined(__x86_64__)
|
|
9
|
+
# include "./archs/linux-x86_64/no-asm/include/openssl/x509v3.h"
|
|
10
|
+
#elif defined(OPENSSL_LINUX) && defined(__arm__)
|
|
11
|
+
# include "./archs/linux-armv4/no-asm/include/openssl/x509v3.h"
|
|
12
|
+
#elif defined(OPENSSL_LINUX) && defined(__aarch64__)
|
|
13
|
+
# include "./archs/linux-aarch64/no-asm/include/openssl/x509v3.h"
|
|
14
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
|
|
15
|
+
# include "./archs/darwin-i386-cc/no-asm/include/openssl/x509v3.h"
|
|
16
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
|
|
17
|
+
# include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/x509v3.h"
|
|
18
|
+
#elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
|
|
19
|
+
# include "./archs/darwin64-arm64-cc/no-asm/include/openssl/x509v3.h"
|
|
20
|
+
#elif defined(_WIN32) && defined(_M_IX86)
|
|
21
|
+
# include "./archs/VC-WIN32/no-asm/include/openssl/x509v3.h"
|
|
22
|
+
#elif defined(_WIN32) && defined(_M_X64)
|
|
23
|
+
# include "./archs/VC-WIN64A/no-asm/include/openssl/x509v3.h"
|
|
24
|
+
#elif defined(_WIN32) && defined(_M_ARM64)
|
|
25
|
+
# include "./archs/VC-WIN64-ARM/no-asm/include/openssl/x509v3.h"
|
|
26
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
|
|
27
|
+
# include "./archs/BSD-x86/no-asm/include/openssl/x509v3.h"
|
|
28
|
+
#elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
|
|
29
|
+
# include "./archs/BSD-x86_64/no-asm/include/openssl/x509v3.h"
|
|
30
|
+
#elif defined(__sun) && defined(__i386__)
|
|
31
|
+
# include "./archs/solaris-x86-gcc/no-asm/include/openssl/x509v3.h"
|
|
32
|
+
#elif defined(__sun) && defined(__x86_64__)
|
|
33
|
+
# include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/x509v3.h"
|
|
34
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
|
|
35
|
+
# include "./archs/linux-ppc64le/no-asm/include/openssl/x509v3.h"
|
|
36
|
+
#elif defined(OPENSSL_LINUX) && defined(__PPC64__)
|
|
37
|
+
# include "./archs/linux-ppc64/no-asm/include/openssl/x509v3.h"
|
|
38
|
+
#elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
|
|
39
|
+
# include "./archs/linux-ppc/no-asm/include/openssl/x509v3.h"
|
|
40
|
+
#elif defined(_AIX) && defined(_ARCH_PPC64)
|
|
41
|
+
# include "./archs/aix64-gcc-as/no-asm/include/openssl/x509v3.h"
|
|
42
|
+
#elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
|
|
43
|
+
# include "./archs/aix-gcc/no-asm/include/openssl/x509v3.h"
|
|
44
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390x__)
|
|
45
|
+
# include "./archs/linux64-s390x/no-asm/include/openssl/x509v3.h"
|
|
46
|
+
#elif defined(OPENSSL_LINUX) && defined(__s390__)
|
|
47
|
+
# include "./archs/linux32-s390x/no-asm/include/openssl/x509v3.h"
|
|
48
|
+
#else
|
|
49
|
+
# include "./archs/linux-elf/no-asm/include/openssl/x509v3.h"
|
|
50
|
+
#endif
|
|
51
|
+
|
|
52
|
+
/* GOST is not included in all platform */
|
|
53
|
+
#ifndef OPENSSL_NO_GOST
|
|
54
|
+
# define OPENSSL_NO_GOST
|
|
55
|
+
#endif
|
|
56
|
+
/* HW_PADLOCK is not included in all platform */
|
|
57
|
+
#ifndef OPENSSL_NO_HW_PADLOCK
|
|
58
|
+
# define OPENSSL_NO_HW_PADLOCK
|
|
59
|
+
#endif
|
package/package.json
CHANGED
package/share/man/man1/node.1
CHANGED
|
@@ -139,17 +139,23 @@ Requires Node.js to be built with
|
|
|
139
139
|
.It Fl -enable-source-maps
|
|
140
140
|
Enable Source Map V3 support for stack traces.
|
|
141
141
|
.
|
|
142
|
+
.It Fl -experimental-fetch
|
|
143
|
+
Enable experimental support for the Fetch API.
|
|
144
|
+
.
|
|
145
|
+
.It Fl -experimental-global-webcrypto
|
|
146
|
+
Expose the Web Crypto API on the global scope.
|
|
147
|
+
.
|
|
142
148
|
.It Fl -experimental-import-meta-resolve
|
|
143
149
|
Enable experimental ES modules support for import.meta.resolve().
|
|
144
150
|
.
|
|
145
|
-
.It Fl -experimental-json-modules
|
|
146
|
-
Enable experimental JSON interop support for the ES Module loader.
|
|
147
|
-
.
|
|
148
151
|
.It Fl -experimental-loader Ns = Ns Ar module
|
|
149
152
|
Specify the
|
|
150
153
|
.Ar module
|
|
151
154
|
to use as a custom module loader.
|
|
152
155
|
.
|
|
156
|
+
.It Fl -experimental-network-imports
|
|
157
|
+
Enable experimental support for loading modules using `import` over `https:`.
|
|
158
|
+
.
|
|
153
159
|
.It Fl -experimental-policy
|
|
154
160
|
Use the specified file as a security policy.
|
|
155
161
|
.
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/* WARNING: do not edit! */
|
|
2
|
-
/* Generated by Makefile from include/crypto/bn_conf.h.in */
|
|
3
|
-
/*
|
|
4
|
-
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
7
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
8
|
-
* in the file LICENSE in the source distribution or at
|
|
9
|
-
* https://www.openssl.org/source/license.html
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
#ifndef OSSL_CRYPTO_BN_CONF_H
|
|
13
|
-
# define OSSL_CRYPTO_BN_CONF_H
|
|
14
|
-
|
|
15
|
-
/*
|
|
16
|
-
* The contents of this file are not used in the UEFI build, as
|
|
17
|
-
* both 32-bit and 64-bit builds are supported from a single run
|
|
18
|
-
* of the Configure script.
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/* Should we define BN_DIV2W here? */
|
|
22
|
-
|
|
23
|
-
/* Only one for the following should be defined */
|
|
24
|
-
#undef SIXTY_FOUR_BIT_LONG
|
|
25
|
-
#define SIXTY_FOUR_BIT
|
|
26
|
-
#undef THIRTY_TWO_BIT
|
|
27
|
-
|
|
28
|
-
#endif
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* WARNING: do not edit! */
|
|
2
|
-
/* Generated by Makefile from include/crypto/dso_conf.h.in */
|
|
3
|
-
/*
|
|
4
|
-
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
|
|
5
|
-
*
|
|
6
|
-
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
7
|
-
* this file except in compliance with the License. You can obtain a copy
|
|
8
|
-
* in the file LICENSE in the source distribution or at
|
|
9
|
-
* https://www.openssl.org/source/license.html
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
#ifndef OSSL_CRYPTO_DSO_CONF_H
|
|
13
|
-
# define OSSL_CRYPTO_DSO_CONF_H
|
|
14
|
-
# define DSO_DLFCN
|
|
15
|
-
# define HAVE_DLFCN_H
|
|
16
|
-
# define DSO_EXTENSION ".so"
|
|
17
|
-
#endif
|