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.
Files changed (748) hide show
  1. package/CHANGELOG.md +416 -0
  2. package/LICENSE +32 -0
  3. package/README.md +15 -7
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +2 -2
  7. package/include/node/node_version.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -1
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  12. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +2 -2
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +2 -2
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -1
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  20. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +2 -2
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -1
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +2 -2
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -1
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  32. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +2 -2
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  35. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +2 -2
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  38. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  41. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +2 -2
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  44. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
  46. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  47. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
  49. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  50. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
  52. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  53. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +2 -2
  55. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
  56. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  57. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +2 -2
  59. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
  60. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +2 -2
  63. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
  64. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  65. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +2 -2
  67. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
  68. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  69. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +2 -2
  71. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
  72. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
  75. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
  76. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  77. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +2 -2
  79. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
  80. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +2 -2
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
  87. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
  88. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  89. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +2 -2
  91. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
  92. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  101. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
  103. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
  104. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  105. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +2 -2
  107. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
  108. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +2 -2
  111. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
  112. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  113. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
  115. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
  116. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  117. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +2 -2
  119. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
  120. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +2 -2
  123. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
  124. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  125. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
  127. package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
  128. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  129. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +2 -2
  131. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
  132. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +2 -2
  135. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
  136. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  137. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
  139. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
  140. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  141. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  142. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +2 -2
  143. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
  144. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  146. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +2 -2
  147. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
  148. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  149. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +2 -2
  151. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
  152. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  153. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  154. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  155. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  156. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  158. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +2 -2
  159. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
  160. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  161. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
  163. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
  164. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  165. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  166. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +2 -2
  167. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  168. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  170. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +2 -2
  171. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
  172. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  173. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
  175. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
  176. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  177. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  178. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +2 -2
  179. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
  180. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  182. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +2 -2
  183. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
  184. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  185. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  186. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +2 -2
  187. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
  188. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  189. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  190. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
  191. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
  192. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  193. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  194. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +2 -2
  195. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  196. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  197. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  198. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +2 -2
  199. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
  200. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  201. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  202. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +2 -2
  203. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
  204. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  206. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +2 -2
  207. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  208. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  209. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  210. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +2 -2
  211. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
  212. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  213. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  214. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +2 -2
  215. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
  216. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  225. package/include/node/openssl/bnerr.h +2 -1
  226. package/include/node/openssl/core_names.h +4 -4
  227. package/include/node/v8-version.h +1 -1
  228. package/package.json +1 -1
  229. package/share/man/man1/node.1 +3 -0
  230. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
  231. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
  232. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
  233. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  234. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  235. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
  236. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
  237. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
  238. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
  239. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  240. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  241. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
  242. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  243. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  244. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
  245. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  246. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  247. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
  248. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
  249. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
  250. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
  251. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  252. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  253. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
  254. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  255. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
  256. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
  257. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
  258. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
  259. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
  260. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
  261. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
  262. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
  263. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  264. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  265. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
  266. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
  267. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
  268. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
  269. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
  270. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  271. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  272. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
  273. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
  274. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
  275. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
  276. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
  277. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
  278. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
  279. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
  280. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
  281. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
  282. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
  283. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
  284. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
  285. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
  286. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
  287. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
  288. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
  289. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
  290. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
  291. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
  292. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
  293. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
  294. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
  295. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
  296. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
  297. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
  298. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
  299. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
  300. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
  301. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
  302. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
  303. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
  304. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
  305. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
  306. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
  307. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
  308. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
  309. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  310. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  311. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
  312. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
  313. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
  314. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
  315. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
  316. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
  317. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
  318. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
  319. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
  320. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
  321. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
  322. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
  323. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
  324. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
  325. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
  326. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
  327. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
  328. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  329. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
  330. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
  331. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
  332. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
  333. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
  334. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
  335. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
  336. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
  337. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  338. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
  339. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
  340. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  341. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  342. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  343. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  344. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  345. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  346. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  347. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
  348. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  349. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  350. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
  351. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
  352. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
  353. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
  354. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
  355. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
  356. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
  357. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
  358. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
  359. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
  360. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
  361. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
  362. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
  363. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
  364. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
  365. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
  366. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
  367. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  368. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
  369. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
  370. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
  371. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
  372. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
  373. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
  374. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
  375. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
  376. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
  377. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
  378. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
  379. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  380. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  381. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  382. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  383. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  384. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  385. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  386. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  387. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  388. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
  389. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  390. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  391. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  392. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  393. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  394. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  395. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  396. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  397. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
  398. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  399. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  400. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  401. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  402. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  403. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
  404. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  405. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  406. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
  407. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  408. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  409. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  410. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  411. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  412. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  413. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  414. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  415. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
  416. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  417. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  418. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  419. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  420. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  421. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  422. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
  423. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
  424. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
  425. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  426. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  427. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
  428. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  429. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  430. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
  431. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
  432. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
  433. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
  434. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  435. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  436. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
  437. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
  438. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
  439. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
  440. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
  441. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
  442. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
  443. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  444. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  445. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
  446. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
  447. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
  448. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
  449. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
  450. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
  451. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
  452. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
  453. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
  454. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
  455. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
  456. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
  457. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
  458. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
  459. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
  460. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
  461. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
  462. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
  463. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
  464. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
  465. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
  466. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
  467. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
  468. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
  469. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
  470. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
  471. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
  472. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
  473. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
  474. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
  475. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
  476. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
  477. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
  478. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
  479. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
  480. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
  481. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
  482. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
  483. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
  484. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
  485. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
  486. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
  487. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
  488. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
  489. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  490. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  491. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
  492. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
  493. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
  494. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
  495. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
  496. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
  497. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
  498. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
  499. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
  500. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
  501. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
  502. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
  503. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
  504. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
  505. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
  506. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
  507. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
  508. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
  509. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
  510. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
  511. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
  512. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
  513. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
  514. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
  515. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
  516. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
  517. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  518. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
  519. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
  520. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  521. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  522. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  523. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  524. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  525. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  526. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  527. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
  528. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  529. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  530. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
  531. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
  532. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
  533. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
  534. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
  535. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
  536. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
  537. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
  538. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
  539. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
  540. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
  541. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
  542. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
  543. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
  544. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
  545. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
  546. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
  547. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
  548. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
  549. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
  550. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
  551. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
  552. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
  553. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
  554. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
  555. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
  556. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
  557. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
  558. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
  559. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  560. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  561. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  562. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  563. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  564. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  565. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  566. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
  567. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
  568. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
  569. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
  570. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
  571. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
  572. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
  573. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
  574. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
  575. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
  576. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
  577. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
  578. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
  579. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
  580. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
  581. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
  582. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
  583. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
  584. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
  585. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
  586. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
  587. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
  588. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
  589. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
  590. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
  591. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
  592. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
  593. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
  594. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
  595. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
  596. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
  597. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
  598. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
  599. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
  600. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
  601. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
  602. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
  603. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
  604. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
  605. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
  606. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  607. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  608. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
  609. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
  610. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
  611. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
  612. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
  613. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
  614. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
  615. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
  616. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
  617. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
  618. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
  619. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
  620. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
  621. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
  622. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
  623. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
  624. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
  625. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
  626. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
  627. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
  628. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
  629. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
  630. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
  631. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
  632. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
  633. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
  634. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
  635. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
  636. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
  637. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  638. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  639. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  640. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  641. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  642. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  643. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  644. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
  645. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  646. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  647. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
  648. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
  649. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
  650. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
  651. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
  652. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
  653. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
  654. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
  655. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
  656. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
  657. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
  658. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
  659. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
  660. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
  661. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
  662. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
  663. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
  664. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
  665. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
  666. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
  667. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
  668. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
  669. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
  670. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
  671. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
  672. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
  673. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
  674. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
  675. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
  676. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
  677. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  678. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
  679. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  680. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  681. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  682. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  683. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
  684. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
  685. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
  686. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  687. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  688. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
  689. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
  690. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
  691. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
  692. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  693. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  694. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
  695. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  696. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  697. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
  698. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  699. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  700. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
  701. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  702. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  703. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
  704. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  705. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  706. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  707. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  708. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  709. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  710. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
  711. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
  712. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
  713. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  714. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  715. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
  716. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  717. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  718. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
  719. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  720. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  721. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
  722. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  723. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  724. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
  725. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  726. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  727. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  728. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  729. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  730. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  731. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  732. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  733. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
  734. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  735. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  736. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  737. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  738. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  739. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
  740. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  741. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  742. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
  743. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  744. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  745. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  746. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  747. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  748. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslconf.h +0 -203
@@ -1,492 +0,0 @@
1
- /*
2
- * Copyright 1995-2021 The OpenSSL Project Authors. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License 2.0 (the "License"). You may not use
5
- * this file except in compliance with the License. You can obtain a copy
6
- * in the file LICENSE in the source distribution or at
7
- * https://www.openssl.org/source/license.html
8
- */
9
-
10
-
11
-
12
- #ifndef OPENSSL_ERR_H
13
- # define OPENSSL_ERR_H
14
- # pragma once
15
-
16
- # include <openssl/macros.h>
17
- # ifndef OPENSSL_NO_DEPRECATED_3_0
18
- # define HEADER_ERR_H
19
- # endif
20
-
21
- # include <openssl/e_os2.h>
22
-
23
- # ifndef OPENSSL_NO_STDIO
24
- # include <stdio.h>
25
- # include <stdlib.h>
26
- # endif
27
-
28
- # include <openssl/types.h>
29
- # include <openssl/bio.h>
30
- # include <openssl/lhash.h>
31
- # include <openssl/cryptoerr_legacy.h>
32
-
33
- #ifdef __cplusplus
34
- extern "C" {
35
- #endif
36
-
37
- # ifndef OPENSSL_NO_DEPRECATED_3_0
38
- # ifndef OPENSSL_NO_FILENAMES
39
- # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln)
40
- # else
41
- # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,NULL,0)
42
- # endif
43
- # endif
44
-
45
- # include <limits.h>
46
- # include <errno.h>
47
-
48
- # define ERR_TXT_MALLOCED 0x01
49
- # define ERR_TXT_STRING 0x02
50
-
51
- # if !defined(OPENSSL_NO_DEPRECATED_3_0) || defined(OSSL_FORCE_ERR_STATE)
52
- # define ERR_FLAG_MARK 0x01
53
- # define ERR_FLAG_CLEAR 0x02
54
-
55
- # define ERR_NUM_ERRORS 16
56
- struct err_state_st {
57
- int err_flags[ERR_NUM_ERRORS];
58
- int err_marks[ERR_NUM_ERRORS];
59
- unsigned long err_buffer[ERR_NUM_ERRORS];
60
- char *err_data[ERR_NUM_ERRORS];
61
- size_t err_data_size[ERR_NUM_ERRORS];
62
- int err_data_flags[ERR_NUM_ERRORS];
63
- char *err_file[ERR_NUM_ERRORS];
64
- int err_line[ERR_NUM_ERRORS];
65
- char *err_func[ERR_NUM_ERRORS];
66
- int top, bottom;
67
- };
68
- # endif
69
-
70
- /* library */
71
- # define ERR_LIB_NONE 1
72
- # define ERR_LIB_SYS 2
73
- # define ERR_LIB_BN 3
74
- # define ERR_LIB_RSA 4
75
- # define ERR_LIB_DH 5
76
- # define ERR_LIB_EVP 6
77
- # define ERR_LIB_BUF 7
78
- # define ERR_LIB_OBJ 8
79
- # define ERR_LIB_PEM 9
80
- # define ERR_LIB_DSA 10
81
- # define ERR_LIB_X509 11
82
- /* #define ERR_LIB_METH 12 */
83
- # define ERR_LIB_ASN1 13
84
- # define ERR_LIB_CONF 14
85
- # define ERR_LIB_CRYPTO 15
86
- # define ERR_LIB_EC 16
87
- # define ERR_LIB_SSL 20
88
- /* #define ERR_LIB_SSL23 21 */
89
- /* #define ERR_LIB_SSL2 22 */
90
- /* #define ERR_LIB_SSL3 23 */
91
- /* #define ERR_LIB_RSAREF 30 */
92
- /* #define ERR_LIB_PROXY 31 */
93
- # define ERR_LIB_BIO 32
94
- # define ERR_LIB_PKCS7 33
95
- # define ERR_LIB_X509V3 34
96
- # define ERR_LIB_PKCS12 35
97
- # define ERR_LIB_RAND 36
98
- # define ERR_LIB_DSO 37
99
- # define ERR_LIB_ENGINE 38
100
- # define ERR_LIB_OCSP 39
101
- # define ERR_LIB_UI 40
102
- # define ERR_LIB_COMP 41
103
- # define ERR_LIB_ECDSA 42
104
- # define ERR_LIB_ECDH 43
105
- # define ERR_LIB_OSSL_STORE 44
106
- # define ERR_LIB_FIPS 45
107
- # define ERR_LIB_CMS 46
108
- # define ERR_LIB_TS 47
109
- # define ERR_LIB_HMAC 48
110
- /* # define ERR_LIB_JPAKE 49 */
111
- # define ERR_LIB_CT 50
112
- # define ERR_LIB_ASYNC 51
113
- # define ERR_LIB_KDF 52
114
- # define ERR_LIB_SM2 53
115
- # define ERR_LIB_ESS 54
116
- # define ERR_LIB_PROP 55
117
- # define ERR_LIB_CRMF 56
118
- # define ERR_LIB_PROV 57
119
- # define ERR_LIB_CMP 58
120
- # define ERR_LIB_OSSL_ENCODER 59
121
- # define ERR_LIB_OSSL_DECODER 60
122
- # define ERR_LIB_HTTP 61
123
-
124
- # define ERR_LIB_USER 128
125
-
126
- # ifndef OPENSSL_NO_DEPRECATED_3_0
127
- # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL)
128
- # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL)
129
- # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL)
130
- # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL)
131
- # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL)
132
- # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL)
133
- # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL)
134
- # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL)
135
- # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL)
136
- # define CRMFerr(f, r) ERR_raise_data(ERR_LIB_CRMF, (r), NULL)
137
- # define CRYPTOerr(f, r) ERR_raise_data(ERR_LIB_CRYPTO, (r), NULL)
138
- # define CTerr(f, r) ERR_raise_data(ERR_LIB_CT, (r), NULL)
139
- # define DHerr(f, r) ERR_raise_data(ERR_LIB_DH, (r), NULL)
140
- # define DSAerr(f, r) ERR_raise_data(ERR_LIB_DSA, (r), NULL)
141
- # define DSOerr(f, r) ERR_raise_data(ERR_LIB_DSO, (r), NULL)
142
- # define ECDHerr(f, r) ERR_raise_data(ERR_LIB_ECDH, (r), NULL)
143
- # define ECDSAerr(f, r) ERR_raise_data(ERR_LIB_ECDSA, (r), NULL)
144
- # define ECerr(f, r) ERR_raise_data(ERR_LIB_EC, (r), NULL)
145
- # define ENGINEerr(f, r) ERR_raise_data(ERR_LIB_ENGINE, (r), NULL)
146
- # define ESSerr(f, r) ERR_raise_data(ERR_LIB_ESS, (r), NULL)
147
- # define EVPerr(f, r) ERR_raise_data(ERR_LIB_EVP, (r), NULL)
148
- # define FIPSerr(f, r) ERR_raise_data(ERR_LIB_FIPS, (r), NULL)
149
- # define HMACerr(f, r) ERR_raise_data(ERR_LIB_HMAC, (r), NULL)
150
- # define HTTPerr(f, r) ERR_raise_data(ERR_LIB_HTTP, (r), NULL)
151
- # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
152
- # define OBJerr(f, r) ERR_raise_data(ERR_LIB_OBJ, (r), NULL)
153
- # define OCSPerr(f, r) ERR_raise_data(ERR_LIB_OCSP, (r), NULL)
154
- # define OSSL_STOREerr(f, r) ERR_raise_data(ERR_LIB_OSSL_STORE, (r), NULL)
155
- # define PEMerr(f, r) ERR_raise_data(ERR_LIB_PEM, (r), NULL)
156
- # define PKCS12err(f, r) ERR_raise_data(ERR_LIB_PKCS12, (r), NULL)
157
- # define PKCS7err(f, r) ERR_raise_data(ERR_LIB_PKCS7, (r), NULL)
158
- # define PROPerr(f, r) ERR_raise_data(ERR_LIB_PROP, (r), NULL)
159
- # define PROVerr(f, r) ERR_raise_data(ERR_LIB_PROV, (r), NULL)
160
- # define RANDerr(f, r) ERR_raise_data(ERR_LIB_RAND, (r), NULL)
161
- # define RSAerr(f, r) ERR_raise_data(ERR_LIB_RSA, (r), NULL)
162
- # define KDFerr(f, r) ERR_raise_data(ERR_LIB_KDF, (r), NULL)
163
- # define SM2err(f, r) ERR_raise_data(ERR_LIB_SM2, (r), NULL)
164
- # define SSLerr(f, r) ERR_raise_data(ERR_LIB_SSL, (r), NULL)
165
- # define SYSerr(f, r) ERR_raise_data(ERR_LIB_SYS, (r), NULL)
166
- # define TSerr(f, r) ERR_raise_data(ERR_LIB_TS, (r), NULL)
167
- # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
168
- # define X509V3err(f, r) ERR_raise_data(ERR_LIB_X509V3, (r), NULL)
169
- # define X509err(f, r) ERR_raise_data(ERR_LIB_X509, (r), NULL)
170
- # endif
171
-
172
- /*-
173
- * The error code packs differently depending on if it records a system
174
- * error or an OpenSSL error.
175
- *
176
- * A system error packs like this (we follow POSIX and only allow positive
177
- * numbers that fit in an |int|):
178
- *
179
- * +-+-------------------------------------------------------------+
180
- * |1| system error number |
181
- * +-+-------------------------------------------------------------+
182
- *
183
- * An OpenSSL error packs like this:
184
- *
185
- * <---------------------------- 32 bits -------------------------->
186
- * <--- 8 bits ---><------------------ 23 bits ----------------->
187
- * +-+---------------+---------------------------------------------+
188
- * |0| library | reason |
189
- * +-+---------------+---------------------------------------------+
190
- *
191
- * A few of the reason bits are reserved as flags with special meaning:
192
- *
193
- * <5 bits-<>--------- 19 bits ----------------->
194
- * +-------+-+-----------------------------------+
195
- * | rflags| | reason |
196
- * +-------+-+-----------------------------------+
197
- * ^
198
- * |
199
- * ERR_RFLAG_FATAL = ERR_R_FATAL
200
- *
201
- * The reason flags are part of the overall reason code for practical
202
- * reasons, as they provide an easy way to place different types of
203
- * reason codes in different numeric ranges.
204
- *
205
- * The currently known reason flags are:
206
- *
207
- * ERR_RFLAG_FATAL Flags that the reason code is considered fatal.
208
- * For backward compatibility reasons, this flag
209
- * is also the code for ERR_R_FATAL (that reason
210
- * code served the dual purpose of flag and reason
211
- * code in one in pre-3.0 OpenSSL).
212
- * ERR_RFLAG_COMMON Flags that the reason code is common to all
213
- * libraries. All ERR_R_ macros must use this flag,
214
- * and no other _R_ macro is allowed to use it.
215
- */
216
-
217
- /* Macros to help decode recorded system errors */
218
- # define ERR_SYSTEM_FLAG ((unsigned int)INT_MAX + 1)
219
- # define ERR_SYSTEM_MASK ((unsigned int)INT_MAX)
220
-
221
- /*
222
- * Macros to help decode recorded OpenSSL errors
223
- * As expressed above, RFLAGS and REASON overlap by one bit to allow
224
- * ERR_R_FATAL to use ERR_RFLAG_FATAL as its reason code.
225
- */
226
- # define ERR_LIB_OFFSET 23L
227
- # define ERR_LIB_MASK 0xFF
228
- # define ERR_RFLAGS_OFFSET 18L
229
- # define ERR_RFLAGS_MASK 0x1F
230
- # define ERR_REASON_MASK 0X7FFFFF
231
-
232
- /*
233
- * Reason flags are defined pre-shifted to easily combine with the reason
234
- * number.
235
- */
236
- # define ERR_RFLAG_FATAL (0x1 << ERR_RFLAGS_OFFSET)
237
- # define ERR_RFLAG_COMMON (0x2 << ERR_RFLAGS_OFFSET)
238
-
239
- # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0)
240
-
241
- static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode)
242
- {
243
- if (ERR_SYSTEM_ERROR(errcode))
244
- return ERR_LIB_SYS;
245
- return (errcode >> ERR_LIB_OFFSET) & ERR_LIB_MASK;
246
- }
247
-
248
- static ossl_unused ossl_inline int ERR_GET_RFLAGS(unsigned long errcode)
249
- {
250
- if (ERR_SYSTEM_ERROR(errcode))
251
- return 0;
252
- return errcode & (ERR_RFLAGS_MASK << ERR_RFLAGS_OFFSET);
253
- }
254
-
255
- static ossl_unused ossl_inline int ERR_GET_REASON(unsigned long errcode)
256
- {
257
- if (ERR_SYSTEM_ERROR(errcode))
258
- return errcode & ERR_SYSTEM_MASK;
259
- return errcode & ERR_REASON_MASK;
260
- }
261
-
262
- static ossl_unused ossl_inline int ERR_FATAL_ERROR(unsigned long errcode)
263
- {
264
- return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_FATAL) != 0;
265
- }
266
-
267
- static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
268
- {
269
- return (ERR_GET_RFLAGS(errcode) & ERR_RFLAG_COMMON) != 0;
270
- }
271
-
272
- /*
273
- * ERR_PACK is a helper macro to properly pack OpenSSL error codes and may
274
- * only be used for that purpose. System errors are packed internally.
275
- * ERR_PACK takes reason flags and reason code combined in |reason|.
276
- * ERR_PACK ignores |func|, that parameter is just legacy from pre-3.0 OpenSSL.
277
- */
278
- # define ERR_PACK(lib,func,reason) \
279
- ( (((unsigned long)(lib) & ERR_LIB_MASK ) << ERR_LIB_OFFSET) | \
280
- (((unsigned long)(reason) & ERR_REASON_MASK)) )
281
-
282
- # ifndef OPENSSL_NO_DEPRECATED_3_0
283
- # define SYS_F_FOPEN 0
284
- # define SYS_F_CONNECT 0
285
- # define SYS_F_GETSERVBYNAME 0
286
- # define SYS_F_SOCKET 0
287
- # define SYS_F_IOCTLSOCKET 0
288
- # define SYS_F_BIND 0
289
- # define SYS_F_LISTEN 0
290
- # define SYS_F_ACCEPT 0
291
- # define SYS_F_WSASTARTUP 0
292
- # define SYS_F_OPENDIR 0
293
- # define SYS_F_FREAD 0
294
- # define SYS_F_GETADDRINFO 0
295
- # define SYS_F_GETNAMEINFO 0
296
- # define SYS_F_SETSOCKOPT 0
297
- # define SYS_F_GETSOCKOPT 0
298
- # define SYS_F_GETSOCKNAME 0
299
- # define SYS_F_GETHOSTBYNAME 0
300
- # define SYS_F_FFLUSH 0
301
- # define SYS_F_OPEN 0
302
- # define SYS_F_CLOSE 0
303
- # define SYS_F_IOCTL 0
304
- # define SYS_F_STAT 0
305
- # define SYS_F_FCNTL 0
306
- # define SYS_F_FSTAT 0
307
- # define SYS_F_SENDFILE 0
308
- # endif
309
-
310
- /*
311
- * All ERR_R_ codes must be combined with ERR_RFLAG_COMMON.
312
- */
313
-
314
- /* "we came from here" global reason codes, range 1..255 */
315
- # define ERR_R_SYS_LIB (ERR_LIB_SYS/* 2 */ | ERR_RFLAG_COMMON)
316
- # define ERR_R_BN_LIB (ERR_LIB_BN/* 3 */ | ERR_RFLAG_COMMON)
317
- # define ERR_R_RSA_LIB (ERR_LIB_RSA/* 4 */ | ERR_RFLAG_COMMON)
318
- # define ERR_R_DH_LIB (ERR_LIB_DH/* 5 */ | ERR_RFLAG_COMMON)
319
- # define ERR_R_EVP_LIB (ERR_LIB_EVP/* 6 */ | ERR_RFLAG_COMMON)
320
- # define ERR_R_BUF_LIB (ERR_LIB_BUF/* 7 */ | ERR_RFLAG_COMMON)
321
- # define ERR_R_OBJ_LIB (ERR_LIB_OBJ/* 8 */ | ERR_RFLAG_COMMON)
322
- # define ERR_R_PEM_LIB (ERR_LIB_PEM/* 9 */ | ERR_RFLAG_COMMON)
323
- # define ERR_R_DSA_LIB (ERR_LIB_DSA/* 10 */ | ERR_RFLAG_COMMON)
324
- # define ERR_R_X509_LIB (ERR_LIB_X509/* 11 */ | ERR_RFLAG_COMMON)
325
- # define ERR_R_ASN1_LIB (ERR_LIB_ASN1/* 13 */ | ERR_RFLAG_COMMON)
326
- # define ERR_R_CRYPTO_LIB (ERR_LIB_CRYPTO/* 15 */ | ERR_RFLAG_COMMON)
327
- # define ERR_R_EC_LIB (ERR_LIB_EC/* 16 */ | ERR_RFLAG_COMMON)
328
- # define ERR_R_BIO_LIB (ERR_LIB_BIO/* 32 */ | ERR_RFLAG_COMMON)
329
- # define ERR_R_PKCS7_LIB (ERR_LIB_PKCS7/* 33 */ | ERR_RFLAG_COMMON)
330
- # define ERR_R_X509V3_LIB (ERR_LIB_X509V3/* 34 */ | ERR_RFLAG_COMMON)
331
- # define ERR_R_ENGINE_LIB (ERR_LIB_ENGINE/* 38 */ | ERR_RFLAG_COMMON)
332
- # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
333
- # define ERR_R_ECDSA_LIB (ERR_LIB_ECDSA/* 42 */ | ERR_RFLAG_COMMON)
334
- # define ERR_R_OSSL_STORE_LIB (ERR_LIB_OSSL_STORE/* 44 */ | ERR_RFLAG_COMMON)
335
- # define ERR_R_OSSL_DECODER_LIB (ERR_LIB_OSSL_DECODER/* 60 */ | ERR_RFLAG_COMMON)
336
-
337
- /* Other common error codes, range 256..2^ERR_RFLAGS_OFFSET-1 */
338
- # define ERR_R_FATAL (ERR_RFLAG_FATAL|ERR_RFLAG_COMMON)
339
- # define ERR_R_MALLOC_FAILURE (256|ERR_R_FATAL)
340
- # define ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED (257|ERR_R_FATAL)
341
- # define ERR_R_PASSED_NULL_PARAMETER (258|ERR_R_FATAL)
342
- # define ERR_R_INTERNAL_ERROR (259|ERR_R_FATAL)
343
- # define ERR_R_DISABLED (260|ERR_R_FATAL)
344
- # define ERR_R_INIT_FAIL (261|ERR_R_FATAL)
345
- # define ERR_R_PASSED_INVALID_ARGUMENT (262|ERR_RFLAG_COMMON)
346
- # define ERR_R_OPERATION_FAIL (263|ERR_R_FATAL)
347
- # define ERR_R_INVALID_PROVIDER_FUNCTIONS (264|ERR_R_FATAL)
348
- # define ERR_R_INTERRUPTED_OR_CANCELLED (265|ERR_RFLAG_COMMON)
349
- # define ERR_R_NESTED_ASN1_ERROR (266|ERR_RFLAG_COMMON)
350
- # define ERR_R_MISSING_ASN1_EOS (267|ERR_RFLAG_COMMON)
351
- # define ERR_R_UNSUPPORTED (268|ERR_RFLAG_COMMON)
352
- # define ERR_R_FETCH_FAILED (269|ERR_RFLAG_COMMON)
353
- # define ERR_R_INVALID_PROPERTY_DEFINITION (270|ERR_RFLAG_COMMON)
354
- # define ERR_R_UNABLE_TO_GET_READ_LOCK (271|ERR_R_FATAL)
355
- # define ERR_R_UNABLE_TO_GET_WRITE_LOCK (272|ERR_R_FATAL)
356
-
357
- typedef struct ERR_string_data_st {
358
- unsigned long error;
359
- const char *string;
360
- } ERR_STRING_DATA;
361
-
362
- DEFINE_LHASH_OF_INTERNAL(ERR_STRING_DATA);
363
- #define lh_ERR_STRING_DATA_new(hfn, cmp) ((LHASH_OF(ERR_STRING_DATA) *)OPENSSL_LH_new(ossl_check_ERR_STRING_DATA_lh_hashfunc_type(hfn), ossl_check_ERR_STRING_DATA_lh_compfunc_type(cmp)))
364
- #define lh_ERR_STRING_DATA_free(lh) OPENSSL_LH_free(ossl_check_ERR_STRING_DATA_lh_type(lh))
365
- #define lh_ERR_STRING_DATA_flush(lh) OPENSSL_LH_flush(ossl_check_ERR_STRING_DATA_lh_type(lh))
366
- #define lh_ERR_STRING_DATA_insert(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_insert(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_ERR_STRING_DATA_lh_plain_type(ptr)))
367
- #define lh_ERR_STRING_DATA_delete(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_delete(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_const_ERR_STRING_DATA_lh_plain_type(ptr)))
368
- #define lh_ERR_STRING_DATA_retrieve(lh, ptr) ((ERR_STRING_DATA *)OPENSSL_LH_retrieve(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_const_ERR_STRING_DATA_lh_plain_type(ptr)))
369
- #define lh_ERR_STRING_DATA_error(lh) OPENSSL_LH_error(ossl_check_ERR_STRING_DATA_lh_type(lh))
370
- #define lh_ERR_STRING_DATA_num_items(lh) OPENSSL_LH_num_items(ossl_check_ERR_STRING_DATA_lh_type(lh))
371
- #define lh_ERR_STRING_DATA_node_stats_bio(lh, out) OPENSSL_LH_node_stats_bio(ossl_check_const_ERR_STRING_DATA_lh_type(lh), out)
372
- #define lh_ERR_STRING_DATA_node_usage_stats_bio(lh, out) OPENSSL_LH_node_usage_stats_bio(ossl_check_const_ERR_STRING_DATA_lh_type(lh), out)
373
- #define lh_ERR_STRING_DATA_stats_bio(lh, out) OPENSSL_LH_stats_bio(ossl_check_const_ERR_STRING_DATA_lh_type(lh), out)
374
- #define lh_ERR_STRING_DATA_get_down_load(lh) OPENSSL_LH_get_down_load(ossl_check_ERR_STRING_DATA_lh_type(lh))
375
- #define lh_ERR_STRING_DATA_set_down_load(lh, dl) OPENSSL_LH_set_down_load(ossl_check_ERR_STRING_DATA_lh_type(lh), dl)
376
- #define lh_ERR_STRING_DATA_doall(lh, dfn) OPENSSL_LH_doall(ossl_check_ERR_STRING_DATA_lh_type(lh), ossl_check_ERR_STRING_DATA_lh_doallfunc_type(dfn))
377
-
378
-
379
- /* 12 lines and some on an 80 column terminal */
380
- #define ERR_MAX_DATA_SIZE 1024
381
-
382
- /* Building blocks */
383
- void ERR_new(void);
384
- void ERR_set_debug(const char *file, int line, const char *func);
385
- void ERR_set_error(int lib, int reason, const char *fmt, ...);
386
- void ERR_vset_error(int lib, int reason, const char *fmt, va_list args);
387
-
388
- /* Main error raising functions */
389
- # define ERR_raise(lib, reason) ERR_raise_data((lib),(reason),NULL)
390
- # define ERR_raise_data \
391
- (ERR_new(), \
392
- ERR_set_debug(OPENSSL_FILE,OPENSSL_LINE,OPENSSL_FUNC), \
393
- ERR_set_error)
394
-
395
- # ifndef OPENSSL_NO_DEPRECATED_3_0
396
- /* Backward compatibility */
397
- # define ERR_put_error(lib, func, reason, file, line) \
398
- (ERR_new(), \
399
- ERR_set_debug((file), (line), OPENSSL_FUNC), \
400
- ERR_set_error((lib), (reason), NULL))
401
- # endif
402
-
403
- void ERR_set_error_data(char *data, int flags);
404
-
405
- unsigned long ERR_get_error(void);
406
- unsigned long ERR_get_error_all(const char **file, int *line,
407
- const char **func,
408
- const char **data, int *flags);
409
- # ifndef OPENSSL_NO_DEPRECATED_3_0
410
- OSSL_DEPRECATEDIN_3_0
411
- unsigned long ERR_get_error_line(const char **file, int *line);
412
- OSSL_DEPRECATEDIN_3_0
413
- unsigned long ERR_get_error_line_data(const char **file, int *line,
414
- const char **data, int *flags);
415
- #endif
416
- unsigned long ERR_peek_error(void);
417
- unsigned long ERR_peek_error_line(const char **file, int *line);
418
- unsigned long ERR_peek_error_func(const char **func);
419
- unsigned long ERR_peek_error_data(const char **data, int *flags);
420
- unsigned long ERR_peek_error_all(const char **file, int *line,
421
- const char **func,
422
- const char **data, int *flags);
423
- # ifndef OPENSSL_NO_DEPRECATED_3_0
424
- OSSL_DEPRECATEDIN_3_0
425
- unsigned long ERR_peek_error_line_data(const char **file, int *line,
426
- const char **data, int *flags);
427
- # endif
428
- unsigned long ERR_peek_last_error(void);
429
- unsigned long ERR_peek_last_error_line(const char **file, int *line);
430
- unsigned long ERR_peek_last_error_func(const char **func);
431
- unsigned long ERR_peek_last_error_data(const char **data, int *flags);
432
- unsigned long ERR_peek_last_error_all(const char **file, int *line,
433
- const char **func,
434
- const char **data, int *flags);
435
- # ifndef OPENSSL_NO_DEPRECATED_3_0
436
- OSSL_DEPRECATEDIN_3_0
437
- unsigned long ERR_peek_last_error_line_data(const char **file, int *line,
438
- const char **data, int *flags);
439
- # endif
440
-
441
- void ERR_clear_error(void);
442
-
443
- char *ERR_error_string(unsigned long e, char *buf);
444
- void ERR_error_string_n(unsigned long e, char *buf, size_t len);
445
- const char *ERR_lib_error_string(unsigned long e);
446
- # ifndef OPENSSL_NO_DEPRECATED_3_0
447
- OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e);
448
- # endif
449
- const char *ERR_reason_error_string(unsigned long e);
450
-
451
- void ERR_print_errors_cb(int (*cb) (const char *str, size_t len, void *u),
452
- void *u);
453
- # ifndef OPENSSL_NO_STDIO
454
- void ERR_print_errors_fp(FILE *fp);
455
- # endif
456
- void ERR_print_errors(BIO *bp);
457
-
458
- void ERR_add_error_data(int num, ...);
459
- void ERR_add_error_vdata(int num, va_list args);
460
- void ERR_add_error_txt(const char *sepr, const char *txt);
461
- void ERR_add_error_mem_bio(const char *sep, BIO *bio);
462
-
463
- int ERR_load_strings(int lib, ERR_STRING_DATA *str);
464
- int ERR_load_strings_const(const ERR_STRING_DATA *str);
465
- int ERR_unload_strings(int lib, ERR_STRING_DATA *str);
466
-
467
- #ifndef OPENSSL_NO_DEPRECATED_1_1_0
468
- # define ERR_load_crypto_strings() \
469
- OPENSSL_init_crypto(OPENSSL_INIT_LOAD_CRYPTO_STRINGS, NULL)
470
- # define ERR_free_strings() while(0) continue
471
- #endif
472
- #ifndef OPENSSL_NO_DEPRECATED_1_1_0
473
- OSSL_DEPRECATEDIN_1_1_0 void ERR_remove_thread_state(void *);
474
- #endif
475
- #ifndef OPENSSL_NO_DEPRECATED_1_0_0
476
- OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid);
477
- #endif
478
- #ifndef OPENSSL_NO_DEPRECATED_3_0
479
- OSSL_DEPRECATEDIN_3_0 ERR_STATE *ERR_get_state(void);
480
- #endif
481
-
482
- int ERR_get_next_error_library(void);
483
-
484
- int ERR_set_mark(void);
485
- int ERR_pop_to_mark(void);
486
- int ERR_clear_last_mark(void);
487
-
488
- #ifdef __cplusplus
489
- }
490
- #endif
491
-
492
- #endif
@@ -1,128 +0,0 @@
1
- /*
2
- * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/ess.h.in
4
- *
5
- * Copyright 2019-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_ESS_H
16
- # define OPENSSL_ESS_H
17
- # pragma once
18
-
19
- # include <openssl/opensslconf.h>
20
-
21
- # include <openssl/safestack.h>
22
- # include <openssl/x509.h>
23
- # include <openssl/esserr.h>
24
-
25
- # ifdef __cplusplus
26
- extern "C" {
27
- # endif
28
-
29
-
30
- typedef struct ESS_issuer_serial ESS_ISSUER_SERIAL;
31
- typedef struct ESS_cert_id ESS_CERT_ID;
32
- typedef struct ESS_signing_cert ESS_SIGNING_CERT;
33
-
34
- SKM_DEFINE_STACK_OF_INTERNAL(ESS_CERT_ID, ESS_CERT_ID, ESS_CERT_ID)
35
- #define sk_ESS_CERT_ID_num(sk) OPENSSL_sk_num(ossl_check_const_ESS_CERT_ID_sk_type(sk))
36
- #define sk_ESS_CERT_ID_value(sk, idx) ((ESS_CERT_ID *)OPENSSL_sk_value(ossl_check_const_ESS_CERT_ID_sk_type(sk), (idx)))
37
- #define sk_ESS_CERT_ID_new(cmp) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new(ossl_check_ESS_CERT_ID_compfunc_type(cmp)))
38
- #define sk_ESS_CERT_ID_new_null() ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new_null())
39
- #define sk_ESS_CERT_ID_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_new_reserve(ossl_check_ESS_CERT_ID_compfunc_type(cmp), (n)))
40
- #define sk_ESS_CERT_ID_reserve(sk, n) OPENSSL_sk_reserve(ossl_check_ESS_CERT_ID_sk_type(sk), (n))
41
- #define sk_ESS_CERT_ID_free(sk) OPENSSL_sk_free(ossl_check_ESS_CERT_ID_sk_type(sk))
42
- #define sk_ESS_CERT_ID_zero(sk) OPENSSL_sk_zero(ossl_check_ESS_CERT_ID_sk_type(sk))
43
- #define sk_ESS_CERT_ID_delete(sk, i) ((ESS_CERT_ID *)OPENSSL_sk_delete(ossl_check_ESS_CERT_ID_sk_type(sk), (i)))
44
- #define sk_ESS_CERT_ID_delete_ptr(sk, ptr) ((ESS_CERT_ID *)OPENSSL_sk_delete_ptr(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr)))
45
- #define sk_ESS_CERT_ID_push(sk, ptr) OPENSSL_sk_push(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr))
46
- #define sk_ESS_CERT_ID_unshift(sk, ptr) OPENSSL_sk_unshift(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr))
47
- #define sk_ESS_CERT_ID_pop(sk) ((ESS_CERT_ID *)OPENSSL_sk_pop(ossl_check_ESS_CERT_ID_sk_type(sk)))
48
- #define sk_ESS_CERT_ID_shift(sk) ((ESS_CERT_ID *)OPENSSL_sk_shift(ossl_check_ESS_CERT_ID_sk_type(sk)))
49
- #define sk_ESS_CERT_ID_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_ESS_CERT_ID_sk_type(sk),ossl_check_ESS_CERT_ID_freefunc_type(freefunc))
50
- #define sk_ESS_CERT_ID_insert(sk, ptr, idx) OPENSSL_sk_insert(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr), (idx))
51
- #define sk_ESS_CERT_ID_set(sk, idx, ptr) ((ESS_CERT_ID *)OPENSSL_sk_set(ossl_check_ESS_CERT_ID_sk_type(sk), (idx), ossl_check_ESS_CERT_ID_type(ptr)))
52
- #define sk_ESS_CERT_ID_find(sk, ptr) OPENSSL_sk_find(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr))
53
- #define sk_ESS_CERT_ID_find_ex(sk, ptr) OPENSSL_sk_find_ex(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr))
54
- #define sk_ESS_CERT_ID_find_all(sk, ptr, pnum) OPENSSL_sk_find_all(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_type(ptr), pnum)
55
- #define sk_ESS_CERT_ID_sort(sk) OPENSSL_sk_sort(ossl_check_ESS_CERT_ID_sk_type(sk))
56
- #define sk_ESS_CERT_ID_is_sorted(sk) OPENSSL_sk_is_sorted(ossl_check_const_ESS_CERT_ID_sk_type(sk))
57
- #define sk_ESS_CERT_ID_dup(sk) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_dup(ossl_check_const_ESS_CERT_ID_sk_type(sk)))
58
- #define sk_ESS_CERT_ID_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(ESS_CERT_ID) *)OPENSSL_sk_deep_copy(ossl_check_const_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_copyfunc_type(copyfunc), ossl_check_ESS_CERT_ID_freefunc_type(freefunc)))
59
- #define sk_ESS_CERT_ID_set_cmp_func(sk, cmp) ((sk_ESS_CERT_ID_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_ESS_CERT_ID_sk_type(sk), ossl_check_ESS_CERT_ID_compfunc_type(cmp)))
60
-
61
-
62
-
63
- typedef struct ESS_signing_cert_v2_st ESS_SIGNING_CERT_V2;
64
- typedef struct ESS_cert_id_v2_st ESS_CERT_ID_V2;
65
-
66
- SKM_DEFINE_STACK_OF_INTERNAL(ESS_CERT_ID_V2, ESS_CERT_ID_V2, ESS_CERT_ID_V2)
67
- #define sk_ESS_CERT_ID_V2_num(sk) OPENSSL_sk_num(ossl_check_const_ESS_CERT_ID_V2_sk_type(sk))
68
- #define sk_ESS_CERT_ID_V2_value(sk, idx) ((ESS_CERT_ID_V2 *)OPENSSL_sk_value(ossl_check_const_ESS_CERT_ID_V2_sk_type(sk), (idx)))
69
- #define sk_ESS_CERT_ID_V2_new(cmp) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new(ossl_check_ESS_CERT_ID_V2_compfunc_type(cmp)))
70
- #define sk_ESS_CERT_ID_V2_new_null() ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new_null())
71
- #define sk_ESS_CERT_ID_V2_new_reserve(cmp, n) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_new_reserve(ossl_check_ESS_CERT_ID_V2_compfunc_type(cmp), (n)))
72
- #define sk_ESS_CERT_ID_V2_reserve(sk, n) OPENSSL_sk_reserve(ossl_check_ESS_CERT_ID_V2_sk_type(sk), (n))
73
- #define sk_ESS_CERT_ID_V2_free(sk) OPENSSL_sk_free(ossl_check_ESS_CERT_ID_V2_sk_type(sk))
74
- #define sk_ESS_CERT_ID_V2_zero(sk) OPENSSL_sk_zero(ossl_check_ESS_CERT_ID_V2_sk_type(sk))
75
- #define sk_ESS_CERT_ID_V2_delete(sk, i) ((ESS_CERT_ID_V2 *)OPENSSL_sk_delete(ossl_check_ESS_CERT_ID_V2_sk_type(sk), (i)))
76
- #define sk_ESS_CERT_ID_V2_delete_ptr(sk, ptr) ((ESS_CERT_ID_V2 *)OPENSSL_sk_delete_ptr(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr)))
77
- #define sk_ESS_CERT_ID_V2_push(sk, ptr) OPENSSL_sk_push(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr))
78
- #define sk_ESS_CERT_ID_V2_unshift(sk, ptr) OPENSSL_sk_unshift(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr))
79
- #define sk_ESS_CERT_ID_V2_pop(sk) ((ESS_CERT_ID_V2 *)OPENSSL_sk_pop(ossl_check_ESS_CERT_ID_V2_sk_type(sk)))
80
- #define sk_ESS_CERT_ID_V2_shift(sk) ((ESS_CERT_ID_V2 *)OPENSSL_sk_shift(ossl_check_ESS_CERT_ID_V2_sk_type(sk)))
81
- #define sk_ESS_CERT_ID_V2_pop_free(sk, freefunc) OPENSSL_sk_pop_free(ossl_check_ESS_CERT_ID_V2_sk_type(sk),ossl_check_ESS_CERT_ID_V2_freefunc_type(freefunc))
82
- #define sk_ESS_CERT_ID_V2_insert(sk, ptr, idx) OPENSSL_sk_insert(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr), (idx))
83
- #define sk_ESS_CERT_ID_V2_set(sk, idx, ptr) ((ESS_CERT_ID_V2 *)OPENSSL_sk_set(ossl_check_ESS_CERT_ID_V2_sk_type(sk), (idx), ossl_check_ESS_CERT_ID_V2_type(ptr)))
84
- #define sk_ESS_CERT_ID_V2_find(sk, ptr) OPENSSL_sk_find(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr))
85
- #define sk_ESS_CERT_ID_V2_find_ex(sk, ptr) OPENSSL_sk_find_ex(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr))
86
- #define sk_ESS_CERT_ID_V2_find_all(sk, ptr, pnum) OPENSSL_sk_find_all(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_type(ptr), pnum)
87
- #define sk_ESS_CERT_ID_V2_sort(sk) OPENSSL_sk_sort(ossl_check_ESS_CERT_ID_V2_sk_type(sk))
88
- #define sk_ESS_CERT_ID_V2_is_sorted(sk) OPENSSL_sk_is_sorted(ossl_check_const_ESS_CERT_ID_V2_sk_type(sk))
89
- #define sk_ESS_CERT_ID_V2_dup(sk) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_dup(ossl_check_const_ESS_CERT_ID_V2_sk_type(sk)))
90
- #define sk_ESS_CERT_ID_V2_deep_copy(sk, copyfunc, freefunc) ((STACK_OF(ESS_CERT_ID_V2) *)OPENSSL_sk_deep_copy(ossl_check_const_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_copyfunc_type(copyfunc), ossl_check_ESS_CERT_ID_V2_freefunc_type(freefunc)))
91
- #define sk_ESS_CERT_ID_V2_set_cmp_func(sk, cmp) ((sk_ESS_CERT_ID_V2_compfunc)OPENSSL_sk_set_cmp_func(ossl_check_ESS_CERT_ID_V2_sk_type(sk), ossl_check_ESS_CERT_ID_V2_compfunc_type(cmp)))
92
-
93
-
94
- DECLARE_ASN1_ALLOC_FUNCTIONS(ESS_ISSUER_SERIAL)
95
- DECLARE_ASN1_ENCODE_FUNCTIONS_only(ESS_ISSUER_SERIAL, ESS_ISSUER_SERIAL)
96
- DECLARE_ASN1_DUP_FUNCTION(ESS_ISSUER_SERIAL)
97
-
98
- DECLARE_ASN1_ALLOC_FUNCTIONS(ESS_CERT_ID)
99
- DECLARE_ASN1_ENCODE_FUNCTIONS_only(ESS_CERT_ID, ESS_CERT_ID)
100
- DECLARE_ASN1_DUP_FUNCTION(ESS_CERT_ID)
101
-
102
- DECLARE_ASN1_FUNCTIONS(ESS_SIGNING_CERT)
103
- DECLARE_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT)
104
-
105
- DECLARE_ASN1_ALLOC_FUNCTIONS(ESS_CERT_ID_V2)
106
- DECLARE_ASN1_ENCODE_FUNCTIONS_only(ESS_CERT_ID_V2, ESS_CERT_ID_V2)
107
- DECLARE_ASN1_DUP_FUNCTION(ESS_CERT_ID_V2)
108
-
109
- DECLARE_ASN1_FUNCTIONS(ESS_SIGNING_CERT_V2)
110
- DECLARE_ASN1_DUP_FUNCTION(ESS_SIGNING_CERT_V2)
111
-
112
- ESS_SIGNING_CERT *OSSL_ESS_signing_cert_new_init(const X509 *signcert,
113
- const STACK_OF(X509) *certs,
114
- int set_issuer_serial);
115
- ESS_SIGNING_CERT_V2 *OSSL_ESS_signing_cert_v2_new_init(const EVP_MD *hash_alg,
116
- const X509 *signcert,
117
- const
118
- STACK_OF(X509) *certs,
119
- int set_issuer_serial);
120
- int OSSL_ESS_check_signing_certs(const ESS_SIGNING_CERT *ss,
121
- const ESS_SIGNING_CERT_V2 *ssv2,
122
- const STACK_OF(X509) *chain,
123
- int require_signing_cert);
124
-
125
- # ifdef __cplusplus
126
- }
127
- # endif
128
- #endif
@@ -1,36 +0,0 @@
1
- /*
2
- * WARNING: do not edit!
3
- * Generated by Makefile from include/openssl/fipskey.h.in
4
- *
5
- * Copyright 2020-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_FIPSKEY_H
14
- # define OPENSSL_FIPSKEY_H
15
- # pragma once
16
-
17
- # ifdef __cplusplus
18
- extern "C" {
19
- # endif
20
-
21
- /*
22
- * The FIPS validation HMAC key, usable as an array initializer.
23
- */
24
- #define FIPS_KEY_ELEMENTS \
25
- 0xf4, 0x55, 0x66, 0x50, 0xac, 0x31, 0xd3, 0x54, 0x61, 0x61, 0x0b, 0xac, 0x4e, 0xd8, 0x1b, 0x1a, 0x18, 0x1b, 0x2d, 0x8a, 0x43, 0xea, 0x28, 0x54, 0xcb, 0xae, 0x22, 0xca, 0x74, 0x56, 0x08, 0x13
26
-
27
- /*
28
- * The FIPS validation key, as a string.
29
- */
30
- #define FIPS_KEY_STRING "f4556650ac31d35461610bac4ed81b1a181b2d8a43ea2854cbae22ca74560813"
31
-
32
- # ifdef __cplusplus
33
- }
34
- # endif
35
-
36
- #endif