node-linux-arm64 16.14.2 → 16.16.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.
Files changed (143) hide show
  1. package/CHANGELOG.md +354 -0
  2. package/LICENSE +25 -0
  3. package/README.md +35 -31
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +6 -7
  6. package/include/node/config.gypi +227 -223
  7. package/include/node/js_native_api.h +6 -0
  8. package/include/node/node.h +6 -1
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/asn1_asm.h +57 -0
  76. package/include/node/openssl/asn1_no-asm.h +59 -0
  77. package/include/node/openssl/asn1t_asm.h +57 -0
  78. package/include/node/openssl/asn1t_no-asm.h +59 -0
  79. package/include/node/openssl/bio_asm.h +57 -0
  80. package/include/node/openssl/bio_no-asm.h +59 -0
  81. package/include/node/openssl/bn_conf_asm.h +0 -2
  82. package/include/node/openssl/bn_conf_no-asm.h +0 -2
  83. package/include/node/openssl/cmp_asm.h +57 -0
  84. package/include/node/openssl/cmp_no-asm.h +59 -0
  85. package/include/node/openssl/cms_asm.h +57 -0
  86. package/include/node/openssl/cms_no-asm.h +59 -0
  87. package/include/node/openssl/conf_asm.h +57 -0
  88. package/include/node/openssl/conf_no-asm.h +59 -0
  89. package/include/node/openssl/configuration_asm.h +57 -0
  90. package/include/node/openssl/configuration_no-asm.h +59 -0
  91. package/include/node/openssl/crmf_asm.h +57 -0
  92. package/include/node/openssl/crmf_no-asm.h +59 -0
  93. package/include/node/openssl/crypto_asm.h +57 -0
  94. package/include/node/openssl/crypto_no-asm.h +59 -0
  95. package/include/node/openssl/ct_asm.h +57 -0
  96. package/include/node/openssl/ct_no-asm.h +59 -0
  97. package/include/node/openssl/dso_conf_asm.h +0 -2
  98. package/include/node/openssl/dso_conf_no-asm.h +0 -2
  99. package/include/node/openssl/err_asm.h +57 -0
  100. package/include/node/openssl/err_no-asm.h +59 -0
  101. package/include/node/openssl/ess_asm.h +57 -0
  102. package/include/node/openssl/ess_no-asm.h +59 -0
  103. package/include/node/openssl/fipskey_asm.h +57 -0
  104. package/include/node/openssl/fipskey_no-asm.h +59 -0
  105. package/include/node/openssl/lhash_asm.h +57 -0
  106. package/include/node/openssl/lhash_no-asm.h +59 -0
  107. package/include/node/openssl/ocsp_asm.h +57 -0
  108. package/include/node/openssl/ocsp_no-asm.h +59 -0
  109. package/include/node/openssl/opensslconf_asm.h +0 -2
  110. package/include/node/openssl/opensslconf_no-asm.h +0 -2
  111. package/include/node/openssl/opensslv.h +3 -3
  112. package/include/node/openssl/opensslv_asm.h +57 -0
  113. package/include/node/openssl/opensslv_no-asm.h +59 -0
  114. package/include/node/openssl/pkcs12_asm.h +57 -0
  115. package/include/node/openssl/pkcs12_no-asm.h +59 -0
  116. package/include/node/openssl/pkcs7_asm.h +57 -0
  117. package/include/node/openssl/pkcs7_no-asm.h +59 -0
  118. package/include/node/openssl/safestack_asm.h +57 -0
  119. package/include/node/openssl/safestack_no-asm.h +59 -0
  120. package/include/node/openssl/srp_asm.h +57 -0
  121. package/include/node/openssl/srp_no-asm.h +59 -0
  122. package/include/node/openssl/ssl.h +11 -1
  123. package/include/node/openssl/ssl_asm.h +57 -0
  124. package/include/node/openssl/ssl_no-asm.h +59 -0
  125. package/include/node/openssl/ui_asm.h +57 -0
  126. package/include/node/openssl/ui_no-asm.h +59 -0
  127. package/include/node/openssl/x509_asm.h +57 -0
  128. package/include/node/openssl/x509_no-asm.h +59 -0
  129. package/include/node/openssl/x509_vfy_asm.h +57 -0
  130. package/include/node/openssl/x509_vfy_no-asm.h +59 -0
  131. package/include/node/openssl/x509v3_asm.h +57 -0
  132. package/include/node/openssl/x509v3_no-asm.h +59 -0
  133. package/package.json +1 -1
  134. package/share/man/man1/node.1 +9 -3
  135. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/bn_conf.h +0 -28
  136. package/include/node/openssl/archs/linux-x32/asm/crypto/include/internal/dso_conf.h +0 -17
  137. package/include/node/openssl/archs/linux-x32/asm/include/openssl/opensslconf.h +0 -200
  138. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  139. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  140. package/include/node/openssl/archs/linux-x32/asm_avx2/include/openssl/opensslconf.h +0 -200
  141. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  142. package/include/node/openssl/archs/linux-x32/no-asm/crypto/include/internal/dso_conf.h +0 -17
  143. 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/opensslv.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/opensslv.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/opensslv.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/opensslv.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/opensslv.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/opensslv.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/opensslv.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/opensslv.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/opensslv.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/opensslv.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/opensslv.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/opensslv.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/opensslv.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/opensslv.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/opensslv.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/opensslv.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/opensslv.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/opensslv.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/opensslv.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/opensslv.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/opensslv.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/opensslv.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/opensslv.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/opensslv.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/opensslv.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/opensslv.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/opensslv.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/opensslv.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/opensslv.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/opensslv.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/opensslv.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/opensslv.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/opensslv.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/pkcs12.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/pkcs12.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/pkcs12.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/pkcs12.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/pkcs12.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/pkcs12.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/pkcs12.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/pkcs12.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/pkcs12.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/pkcs12.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/pkcs12.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/pkcs12.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs12.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/pkcs12.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/pkcs12.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/pkcs12.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/pkcs12.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/pkcs12.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/pkcs12.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/pkcs12.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/pkcs12.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/pkcs12.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/pkcs12.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/pkcs12.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/pkcs12.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/pkcs12.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs12.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs12.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/pkcs12.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/pkcs12.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs12.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/pkcs12.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/pkcs12.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/pkcs12.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs12.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/pkcs12.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/pkcs12.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/pkcs12.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/pkcs12.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/pkcs12.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/pkcs12.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/pkcs12.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/pkcs12.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/pkcs7.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/pkcs7.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/pkcs7.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/pkcs7.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/pkcs7.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/pkcs7.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/pkcs7.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/pkcs7.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/pkcs7.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/pkcs7.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/pkcs7.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/pkcs7.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/pkcs7.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/pkcs7.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/pkcs7.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/pkcs7.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/pkcs7.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/pkcs7.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/pkcs7.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/pkcs7.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/pkcs7.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/pkcs7.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/pkcs7.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/pkcs7.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/pkcs7.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/pkcs7.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/pkcs7.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/pkcs7.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/pkcs7.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/safestack.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/safestack.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/safestack.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/safestack.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/safestack.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/safestack.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/safestack.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/safestack.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/safestack.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/safestack.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/safestack.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/safestack.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/safestack.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/safestack.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/safestack.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/safestack.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/safestack.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/safestack.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/safestack.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/safestack.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/safestack.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/safestack.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/safestack.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/safestack.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/safestack.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/safestack.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/safestack.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/safestack.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/safestack.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/safestack.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/safestack.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/safestack.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/safestack.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/safestack.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/safestack.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/safestack.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/safestack.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/safestack.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/safestack.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/safestack.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/safestack.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/safestack.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/safestack.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/srp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/asm/include/openssl/srp.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/asm/include/openssl/srp.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/asm/include/openssl/srp.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/asm/include/openssl/srp.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/asm/include/openssl/srp.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/asm/include/openssl/srp.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/asm/include/openssl/srp.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/asm/include/openssl/srp.h"
24
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
25
+ # include "./archs/BSD-x86/asm/include/openssl/srp.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
27
+ # include "./archs/BSD-x86_64/asm/include/openssl/srp.h"
28
+ #elif defined(__sun) && defined(__i386__)
29
+ # include "./archs/solaris-x86-gcc/asm/include/openssl/srp.h"
30
+ #elif defined(__sun) && defined(__x86_64__)
31
+ # include "./archs/solaris64-x86_64-gcc/asm/include/openssl/srp.h"
32
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
33
+ # include "./archs/linux-ppc64le/asm/include/openssl/srp.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
35
+ # include "./archs/linux-ppc64/asm/include/openssl/srp.h"
36
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
37
+ # include "./archs/linux-ppc/asm/include/openssl/srp.h"
38
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
39
+ # include "./archs/aix64-gcc-as/asm/include/openssl/srp.h"
40
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
41
+ # include "./archs/aix-gcc/asm/include/openssl/srp.h"
42
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
43
+ # include "./archs/linux64-s390x/asm/include/openssl/srp.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
45
+ # include "./archs/linux32-s390x/asm/include/openssl/srp.h"
46
+ #else
47
+ # include "./archs/linux-elf/asm/include/openssl/srp.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/srp.h"
8
+ #elif defined(OPENSSL_LINUX) && defined(__x86_64__)
9
+ # include "./archs/linux-x86_64/no-asm/include/openssl/srp.h"
10
+ #elif defined(OPENSSL_LINUX) && defined(__arm__)
11
+ # include "./archs/linux-armv4/no-asm/include/openssl/srp.h"
12
+ #elif defined(OPENSSL_LINUX) && defined(__aarch64__)
13
+ # include "./archs/linux-aarch64/no-asm/include/openssl/srp.h"
14
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__i386__)
15
+ # include "./archs/darwin-i386-cc/no-asm/include/openssl/srp.h"
16
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__x86_64__)
17
+ # include "./archs/darwin64-x86_64-cc/no-asm/include/openssl/srp.h"
18
+ #elif defined(__APPLE__) && defined(__MACH__) && defined(__arm64__)
19
+ # include "./archs/darwin64-arm64-cc/no-asm/include/openssl/srp.h"
20
+ #elif defined(_WIN32) && defined(_M_IX86)
21
+ # include "./archs/VC-WIN32/no-asm/include/openssl/srp.h"
22
+ #elif defined(_WIN32) && defined(_M_X64)
23
+ # include "./archs/VC-WIN64A/no-asm/include/openssl/srp.h"
24
+ #elif defined(_WIN32) && defined(_M_ARM64)
25
+ # include "./archs/VC-WIN64-ARM/no-asm/include/openssl/srp.h"
26
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__i386__)
27
+ # include "./archs/BSD-x86/no-asm/include/openssl/srp.h"
28
+ #elif (defined(__FreeBSD__) || defined(__OpenBSD__)) && defined(__x86_64__)
29
+ # include "./archs/BSD-x86_64/no-asm/include/openssl/srp.h"
30
+ #elif defined(__sun) && defined(__i386__)
31
+ # include "./archs/solaris-x86-gcc/no-asm/include/openssl/srp.h"
32
+ #elif defined(__sun) && defined(__x86_64__)
33
+ # include "./archs/solaris64-x86_64-gcc/no-asm/include/openssl/srp.h"
34
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__) && defined(L_ENDIAN)
35
+ # include "./archs/linux-ppc64le/no-asm/include/openssl/srp.h"
36
+ #elif defined(OPENSSL_LINUX) && defined(__PPC64__)
37
+ # include "./archs/linux-ppc64/no-asm/include/openssl/srp.h"
38
+ #elif defined(OPENSSL_LINUX) && !defined(__PPC64__) && defined(__ppc__)
39
+ # include "./archs/linux-ppc/no-asm/include/openssl/srp.h"
40
+ #elif defined(_AIX) && defined(_ARCH_PPC64)
41
+ # include "./archs/aix64-gcc-as/no-asm/include/openssl/srp.h"
42
+ #elif defined(_AIX) && !defined(_ARCH_PPC64) && defined(_ARCH_PPC)
43
+ # include "./archs/aix-gcc/no-asm/include/openssl/srp.h"
44
+ #elif defined(OPENSSL_LINUX) && defined(__s390x__)
45
+ # include "./archs/linux64-s390x/no-asm/include/openssl/srp.h"
46
+ #elif defined(OPENSSL_LINUX) && defined(__s390__)
47
+ # include "./archs/linux32-s390x/no-asm/include/openssl/srp.h"
48
+ #else
49
+ # include "./archs/linux-elf/no-asm/include/openssl/srp.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
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  * Copyright 2005 Nokia. All rights reserved.
5
5
  *
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1305
1305
  # define SSL_CTRL_GET_MAX_PROTO_VERSION 131
1306
1306
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1307
1307
  # define SSL_CTRL_GET_TMP_KEY 133
1308
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1309
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1308
1310
  # define SSL_CERT_SET_FIRST 1
1309
1311
  # define SSL_CERT_SET_NEXT 2
1310
1312
  # define SSL_CERT_SET_SERVER 3
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1360
1362
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1361
1363
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1362
1364
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1365
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1366
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1363
1367
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1364
1368
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1365
1369
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1366
1370
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1371
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1372
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1367
1373
  # define SSL_set0_chain(s,sk) \
1368
1374
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1369
1375
  # define SSL_set1_chain(s,sk) \
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1386
1392
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1387
1393
  # define SSL_set1_verify_cert_store(s,st) \
1388
1394
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1395
+ #define SSL_get0_verify_cert_store(s,st) \
1396
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1389
1397
  # define SSL_set0_chain_cert_store(s,st) \
1390
1398
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1391
1399
  # define SSL_set1_chain_cert_store(s,st) \
1392
1400
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1401
+ #define SSL_get0_chain_cert_store(s,st) \
1402
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1393
1403
  # define SSL_get1_groups(s, glist) \
1394
1404
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395
1405
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \