node-aix-ppc64 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 (749) 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.exp +196 -114
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/bio.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/configuration.h +2 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/bio.h +2 -2
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/configuration.h +2 -1
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/bio.h +2 -2
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/configuration.h +2 -1
  20. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  21. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/bio.h +2 -2
  23. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/configuration.h +2 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  27. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  28. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  29. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/bio.h +2 -2
  31. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/configuration.h +2 -1
  32. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  33. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/bio.h +2 -2
  35. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  36. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/bio.h +2 -2
  38. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  39. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/bio.h +2 -2
  41. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  42. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/bio.h +2 -2
  44. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  45. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/bio.h +2 -2
  47. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  48. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/bio.h +2 -2
  50. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  51. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/bio.h +2 -2
  53. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  54. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/bio.h +2 -2
  56. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/configuration.h +2 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/bio.h +2 -2
  60. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/configuration.h +2 -1
  61. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  62. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/bio.h +2 -2
  64. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/configuration.h +2 -1
  65. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  66. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/bio.h +2 -2
  68. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/configuration.h +2 -1
  69. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/bio.h +2 -2
  72. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/configuration.h +2 -1
  73. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  74. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/bio.h +2 -2
  76. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h +2 -1
  77. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  78. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/bio.h +2 -2
  80. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/configuration.h +2 -1
  81. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/bio.h +2 -2
  84. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  85. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  86. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/bio.h +2 -2
  88. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/configuration.h +2 -1
  89. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  90. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/bio.h +2 -2
  92. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h +2 -1
  93. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/bio.h +2 -2
  96. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/configuration.h +2 -1
  97. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  98. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/bio.h +2 -2
  100. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/configuration.h +2 -1
  101. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  102. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/bio.h +2 -2
  104. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/configuration.h +2 -1
  105. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/bio.h +2 -2
  108. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/configuration.h +2 -1
  109. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  110. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/bio.h +2 -2
  112. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/configuration.h +2 -1
  113. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  114. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/bio.h +2 -2
  116. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/configuration.h +2 -1
  117. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/bio.h +2 -2
  120. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/configuration.h +2 -1
  121. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  122. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/bio.h +2 -2
  124. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/configuration.h +2 -1
  125. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  126. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux-elf/asm/include/openssl/bio.h +2 -2
  128. package/include/node/openssl/archs/linux-elf/asm/include/openssl/configuration.h +2 -1
  129. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/bio.h +2 -2
  132. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/configuration.h +2 -1
  133. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  134. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/bio.h +2 -2
  136. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/configuration.h +2 -1
  137. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  138. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/bio.h +2 -2
  140. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/configuration.h +2 -1
  141. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  143. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/bio.h +2 -2
  144. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/configuration.h +2 -1
  145. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  146. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/bio.h +2 -2
  148. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/configuration.h +2 -1
  149. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  150. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  151. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/bio.h +2 -2
  152. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/configuration.h +2 -1
  153. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  155. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/bio.h +2 -2
  156. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/configuration.h +2 -1
  157. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  158. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/bio.h +2 -2
  160. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/configuration.h +2 -1
  161. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  162. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  163. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/bio.h +2 -2
  164. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/configuration.h +2 -1
  165. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  167. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/bio.h +2 -2
  168. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  169. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  170. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/bio.h +2 -2
  172. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/configuration.h +2 -1
  173. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  174. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  175. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/bio.h +2 -2
  176. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/configuration.h +2 -1
  177. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  179. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/bio.h +2 -2
  180. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/configuration.h +2 -1
  181. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  182. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  183. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/bio.h +2 -2
  184. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/configuration.h +2 -1
  185. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  186. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  187. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/bio.h +2 -2
  188. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/configuration.h +2 -1
  189. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  190. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  191. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/bio.h +2 -2
  192. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/configuration.h +2 -1
  193. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  194. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  195. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/bio.h +2 -2
  196. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/configuration.h +2 -1
  197. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  198. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  199. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/bio.h +2 -2
  200. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/configuration.h +2 -1
  201. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  202. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  203. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/bio.h +2 -2
  204. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/configuration.h +2 -1
  205. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  206. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  207. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/bio.h +2 -2
  208. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  209. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  210. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  211. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/bio.h +2 -2
  212. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/configuration.h +2 -1
  213. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  214. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  215. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/bio.h +2 -2
  216. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/configuration.h +2 -1
  217. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  218. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  219. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/bio.h +2 -2
  220. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/configuration.h +2 -1
  221. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  222. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  223. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/bio.h +2 -2
  224. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/configuration.h +2 -1
  225. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  226. package/include/node/openssl/bnerr.h +2 -1
  227. package/include/node/openssl/core_names.h +4 -4
  228. package/include/node/v8-version.h +1 -1
  229. package/package.json +1 -1
  230. package/share/man/man1/node.1 +3 -0
  231. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/bn_conf.h +0 -28
  232. package/include/node/openssl/archs/BSD-x86/asm/crypto/include/internal/dso_conf.h +0 -17
  233. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslconf.h +0 -197
  234. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  235. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  236. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslconf.h +0 -197
  237. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/bn_conf.h +0 -28
  238. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h +0 -17
  239. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslconf.h +0 -200
  240. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  241. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  242. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslconf.h +0 -197
  243. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  244. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  245. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -197
  246. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  247. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  248. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslconf.h +0 -200
  249. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/bn_conf.h +0 -28
  250. package/include/node/openssl/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h +0 -16
  251. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslconf.h +0 -203
  252. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  253. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  254. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslconf.h +0 -203
  255. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/bn_conf.h +0 -28
  256. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/include/internal/dso_conf.h +0 -16
  257. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslconf.h +0 -206
  258. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/bn_conf.h +0 -28
  259. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h +0 -16
  260. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslconf.h +0 -203
  261. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/bn_conf.h +0 -28
  262. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/include/internal/dso_conf.h +0 -16
  263. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslconf.h +0 -203
  264. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  265. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/include/internal/dso_conf.h +0 -16
  266. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslconf.h +0 -203
  267. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/bn_conf.h +0 -28
  268. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/include/internal/dso_conf.h +0 -16
  269. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslconf.h +0 -206
  270. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +0 -29
  271. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  272. package/include/node/openssl/archs/aix-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  273. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/bn_conf.h +0 -29
  274. package/include/node/openssl/archs/aix-gcc/asm/include/crypto/dso_conf.h +0 -19
  275. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1.h +0 -1128
  276. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/asn1t.h +0 -946
  277. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/bio.h +0 -886
  278. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cmp.h +0 -592
  279. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/cms.h +0 -493
  280. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/conf.h +0 -211
  281. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/configuration.h +0 -136
  282. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crmf.h +0 -227
  283. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/crypto.h +0 -556
  284. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ct.h +0 -573
  285. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/err.h +0 -492
  286. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ess.h +0 -128
  287. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/fipskey.h +0 -36
  288. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/lhash.h +0 -288
  289. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ocsp.h +0 -483
  290. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslconf.h +0 -203
  291. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/opensslv.h +0 -114
  292. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs12.h +0 -350
  293. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/pkcs7.h +0 -427
  294. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/safestack.h +0 -297
  295. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/srp.h +0 -285
  296. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ssl.h +0 -2657
  297. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/ui.h +0 -407
  298. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509.h +0 -1276
  299. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509_vfy.h +0 -894
  300. package/include/node/openssl/archs/aix-gcc/asm/include/openssl/x509v3.h +0 -1450
  301. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +0 -123
  302. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_digests.h +0 -160
  303. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_dsa.h +0 -94
  304. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ec.h +0 -286
  305. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_ecx.h +0 -50
  306. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_rsa.h +0 -187
  307. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_sm2.h +0 -37
  308. package/include/node/openssl/archs/aix-gcc/asm/providers/common/include/prov/der_wrap.h +0 -46
  309. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +0 -30
  310. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  311. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  312. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/bn_conf.h +0 -29
  313. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/crypto/dso_conf.h +0 -19
  314. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1.h +0 -1128
  315. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/asn1t.h +0 -946
  316. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/bio.h +0 -886
  317. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cmp.h +0 -592
  318. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/cms.h +0 -493
  319. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/conf.h +0 -211
  320. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/configuration.h +0 -136
  321. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crmf.h +0 -227
  322. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/crypto.h +0 -556
  323. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ct.h +0 -573
  324. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/err.h +0 -492
  325. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ess.h +0 -128
  326. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/fipskey.h +0 -36
  327. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/lhash.h +0 -288
  328. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ocsp.h +0 -483
  329. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  330. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/opensslv.h +0 -114
  331. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs12.h +0 -350
  332. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/pkcs7.h +0 -427
  333. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/safestack.h +0 -297
  334. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/srp.h +0 -285
  335. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ssl.h +0 -2657
  336. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/ui.h +0 -407
  337. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509.h +0 -1276
  338. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  339. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/openssl/x509v3.h +0 -1450
  340. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +0 -123
  341. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  342. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  343. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  344. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  345. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  346. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  347. package/include/node/openssl/archs/aix-gcc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  348. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +0 -28
  349. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  350. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  351. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/bn_conf.h +0 -29
  352. package/include/node/openssl/archs/aix-gcc/no-asm/include/crypto/dso_conf.h +0 -19
  353. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1.h +0 -1128
  354. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/asn1t.h +0 -946
  355. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/bio.h +0 -886
  356. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cmp.h +0 -592
  357. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/cms.h +0 -493
  358. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/conf.h +0 -211
  359. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/configuration.h +0 -139
  360. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crmf.h +0 -227
  361. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/crypto.h +0 -556
  362. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ct.h +0 -573
  363. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/err.h +0 -492
  364. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ess.h +0 -128
  365. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/fipskey.h +0 -36
  366. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/lhash.h +0 -288
  367. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ocsp.h +0 -483
  368. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  369. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/opensslv.h +0 -114
  370. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs12.h +0 -350
  371. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/pkcs7.h +0 -427
  372. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/safestack.h +0 -297
  373. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/srp.h +0 -285
  374. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ssl.h +0 -2657
  375. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/ui.h +0 -407
  376. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509.h +0 -1276
  377. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509_vfy.h +0 -894
  378. package/include/node/openssl/archs/aix-gcc/no-asm/include/openssl/x509v3.h +0 -1450
  379. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +0 -123
  380. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  381. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  382. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  383. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  384. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  385. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  386. package/include/node/openssl/archs/aix-gcc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  387. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  388. package/include/node/openssl/archs/aix64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  389. package/include/node/openssl/archs/aix64-gcc/asm/include/openssl/opensslconf.h +0 -203
  390. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  391. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  392. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -203
  393. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  394. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  395. package/include/node/openssl/archs/aix64-gcc/no-asm/include/openssl/opensslconf.h +0 -206
  396. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  397. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  398. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslconf.h +0 -203
  399. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  400. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  401. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  402. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  403. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  404. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslconf.h +0 -206
  405. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  406. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  407. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslconf.h +0 -203
  408. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  409. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  410. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  411. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  412. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  413. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  414. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/bn_conf.h +0 -28
  415. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/include/internal/dso_conf.h +0 -17
  416. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslconf.h +0 -203
  417. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  418. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  419. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslconf.h +0 -203
  420. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  421. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  422. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslconf.h +0 -206
  423. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/bn_conf.h +0 -28
  424. package/include/node/openssl/archs/linux-aarch64/asm/crypto/include/internal/dso_conf.h +0 -17
  425. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslconf.h +0 -200
  426. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  427. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  428. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslconf.h +0 -200
  429. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  430. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  431. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslconf.h +0 -203
  432. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/bn_conf.h +0 -28
  433. package/include/node/openssl/archs/linux-armv4/asm/crypto/include/internal/dso_conf.h +0 -17
  434. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslconf.h +0 -200
  435. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  436. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  437. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslconf.h +0 -200
  438. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/bn_conf.h +0 -28
  439. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/include/internal/dso_conf.h +0 -17
  440. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslconf.h +0 -203
  441. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/bn_conf.h +0 -28
  442. package/include/node/openssl/archs/linux-elf/asm/crypto/include/internal/dso_conf.h +0 -17
  443. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslconf.h +0 -200
  444. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  445. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  446. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslconf.h +0 -200
  447. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/bn_conf.h +0 -28
  448. package/include/node/openssl/archs/linux-elf/no-asm/crypto/include/internal/dso_conf.h +0 -17
  449. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslconf.h +0 -203
  450. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +0 -31
  451. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/bn_conf.h +0 -28
  452. package/include/node/openssl/archs/linux-ppc/asm/crypto/include/internal/dso_conf.h +0 -17
  453. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/bn_conf.h +0 -29
  454. package/include/node/openssl/archs/linux-ppc/asm/include/crypto/dso_conf.h +0 -19
  455. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1.h +0 -1128
  456. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/asn1t.h +0 -946
  457. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/bio.h +0 -886
  458. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cmp.h +0 -592
  459. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/cms.h +0 -493
  460. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/conf.h +0 -211
  461. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/configuration.h +0 -133
  462. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crmf.h +0 -227
  463. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/crypto.h +0 -556
  464. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ct.h +0 -573
  465. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/err.h +0 -492
  466. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ess.h +0 -128
  467. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/fipskey.h +0 -36
  468. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/lhash.h +0 -288
  469. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ocsp.h +0 -483
  470. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslconf.h +0 -200
  471. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/opensslv.h +0 -114
  472. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs12.h +0 -350
  473. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/pkcs7.h +0 -427
  474. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/safestack.h +0 -297
  475. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/srp.h +0 -285
  476. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ssl.h +0 -2657
  477. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/ui.h +0 -407
  478. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509.h +0 -1276
  479. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509_vfy.h +0 -894
  480. package/include/node/openssl/archs/linux-ppc/asm/include/openssl/x509v3.h +0 -1450
  481. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +0 -123
  482. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_digests.h +0 -160
  483. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_dsa.h +0 -94
  484. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ec.h +0 -286
  485. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_ecx.h +0 -50
  486. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_rsa.h +0 -187
  487. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_sm2.h +0 -37
  488. package/include/node/openssl/archs/linux-ppc/asm/providers/common/include/prov/der_wrap.h +0 -46
  489. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +0 -32
  490. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  491. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  492. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/bn_conf.h +0 -29
  493. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/crypto/dso_conf.h +0 -19
  494. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1.h +0 -1128
  495. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/asn1t.h +0 -946
  496. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/bio.h +0 -886
  497. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cmp.h +0 -592
  498. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/cms.h +0 -493
  499. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/conf.h +0 -211
  500. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/configuration.h +0 -133
  501. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crmf.h +0 -227
  502. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/crypto.h +0 -556
  503. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ct.h +0 -573
  504. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/err.h +0 -492
  505. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ess.h +0 -128
  506. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/fipskey.h +0 -36
  507. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/lhash.h +0 -288
  508. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ocsp.h +0 -483
  509. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslconf.h +0 -200
  510. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/opensslv.h +0 -114
  511. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs12.h +0 -350
  512. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/pkcs7.h +0 -427
  513. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/safestack.h +0 -297
  514. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/srp.h +0 -285
  515. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ssl.h +0 -2657
  516. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/ui.h +0 -407
  517. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509.h +0 -1276
  518. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509_vfy.h +0 -894
  519. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/openssl/x509v3.h +0 -1450
  520. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +0 -123
  521. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  522. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  523. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  524. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  525. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  526. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  527. package/include/node/openssl/archs/linux-ppc/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  528. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +0 -30
  529. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  530. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  531. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/bn_conf.h +0 -29
  532. package/include/node/openssl/archs/linux-ppc/no-asm/include/crypto/dso_conf.h +0 -19
  533. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1.h +0 -1128
  534. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/asn1t.h +0 -946
  535. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/bio.h +0 -886
  536. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cmp.h +0 -592
  537. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/cms.h +0 -493
  538. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/conf.h +0 -211
  539. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/configuration.h +0 -136
  540. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crmf.h +0 -227
  541. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/crypto.h +0 -556
  542. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ct.h +0 -573
  543. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/err.h +0 -492
  544. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ess.h +0 -128
  545. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/fipskey.h +0 -36
  546. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/lhash.h +0 -288
  547. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ocsp.h +0 -483
  548. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslconf.h +0 -203
  549. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/opensslv.h +0 -114
  550. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs12.h +0 -350
  551. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/pkcs7.h +0 -427
  552. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/safestack.h +0 -297
  553. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/srp.h +0 -285
  554. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ssl.h +0 -2657
  555. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/ui.h +0 -407
  556. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509.h +0 -1276
  557. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509_vfy.h +0 -894
  558. package/include/node/openssl/archs/linux-ppc/no-asm/include/openssl/x509v3.h +0 -1450
  559. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +0 -123
  560. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_digests.h +0 -160
  561. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  562. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ec.h +0 -286
  563. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  564. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  565. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  566. package/include/node/openssl/archs/linux-ppc/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  567. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +0 -32
  568. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/bn_conf.h +0 -28
  569. package/include/node/openssl/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h +0 -17
  570. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/bn_conf.h +0 -29
  571. package/include/node/openssl/archs/linux-ppc64/asm/include/crypto/dso_conf.h +0 -19
  572. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1.h +0 -1128
  573. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/asn1t.h +0 -946
  574. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/bio.h +0 -886
  575. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cmp.h +0 -592
  576. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/cms.h +0 -493
  577. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/conf.h +0 -211
  578. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/configuration.h +0 -133
  579. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crmf.h +0 -227
  580. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/crypto.h +0 -556
  581. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ct.h +0 -573
  582. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/err.h +0 -492
  583. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ess.h +0 -128
  584. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/fipskey.h +0 -36
  585. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/lhash.h +0 -288
  586. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ocsp.h +0 -483
  587. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslconf.h +0 -200
  588. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/opensslv.h +0 -114
  589. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs12.h +0 -350
  590. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/pkcs7.h +0 -427
  591. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/safestack.h +0 -297
  592. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/srp.h +0 -285
  593. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ssl.h +0 -2657
  594. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/ui.h +0 -407
  595. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509.h +0 -1276
  596. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509_vfy.h +0 -894
  597. package/include/node/openssl/archs/linux-ppc64/asm/include/openssl/x509v3.h +0 -1450
  598. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +0 -123
  599. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_digests.h +0 -160
  600. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_dsa.h +0 -94
  601. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ec.h +0 -286
  602. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_ecx.h +0 -50
  603. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_rsa.h +0 -187
  604. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_sm2.h +0 -37
  605. package/include/node/openssl/archs/linux-ppc64/asm/providers/common/include/prov/der_wrap.h +0 -46
  606. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +0 -33
  607. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  608. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  609. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/bn_conf.h +0 -29
  610. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/crypto/dso_conf.h +0 -19
  611. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1.h +0 -1128
  612. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/asn1t.h +0 -946
  613. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/bio.h +0 -886
  614. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cmp.h +0 -592
  615. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/cms.h +0 -493
  616. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/conf.h +0 -211
  617. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/configuration.h +0 -133
  618. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crmf.h +0 -227
  619. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/crypto.h +0 -556
  620. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ct.h +0 -573
  621. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/err.h +0 -492
  622. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ess.h +0 -128
  623. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/fipskey.h +0 -36
  624. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/lhash.h +0 -288
  625. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ocsp.h +0 -483
  626. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslconf.h +0 -200
  627. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/opensslv.h +0 -114
  628. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs12.h +0 -350
  629. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/pkcs7.h +0 -427
  630. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/safestack.h +0 -297
  631. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/srp.h +0 -285
  632. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ssl.h +0 -2657
  633. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/ui.h +0 -407
  634. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509.h +0 -1276
  635. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509_vfy.h +0 -894
  636. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/openssl/x509v3.h +0 -1450
  637. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +0 -123
  638. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_digests.h +0 -160
  639. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_dsa.h +0 -94
  640. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ec.h +0 -286
  641. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_ecx.h +0 -50
  642. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_rsa.h +0 -187
  643. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_sm2.h +0 -37
  644. package/include/node/openssl/archs/linux-ppc64/asm_avx2/providers/common/include/prov/der_wrap.h +0 -46
  645. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +0 -30
  646. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  647. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  648. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/bn_conf.h +0 -29
  649. package/include/node/openssl/archs/linux-ppc64/no-asm/include/crypto/dso_conf.h +0 -19
  650. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1.h +0 -1128
  651. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/asn1t.h +0 -946
  652. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/bio.h +0 -886
  653. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cmp.h +0 -592
  654. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/cms.h +0 -493
  655. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/conf.h +0 -211
  656. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/configuration.h +0 -136
  657. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crmf.h +0 -227
  658. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/crypto.h +0 -556
  659. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ct.h +0 -573
  660. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/err.h +0 -492
  661. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ess.h +0 -128
  662. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/fipskey.h +0 -36
  663. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/lhash.h +0 -288
  664. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ocsp.h +0 -483
  665. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslconf.h +0 -203
  666. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/opensslv.h +0 -114
  667. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs12.h +0 -350
  668. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/pkcs7.h +0 -427
  669. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/safestack.h +0 -297
  670. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/srp.h +0 -285
  671. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ssl.h +0 -2657
  672. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/ui.h +0 -407
  673. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509.h +0 -1276
  674. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509_vfy.h +0 -894
  675. package/include/node/openssl/archs/linux-ppc64/no-asm/include/openssl/x509v3.h +0 -1450
  676. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +0 -123
  677. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_digests.h +0 -160
  678. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_dsa.h +0 -94
  679. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ec.h +0 -286
  680. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_ecx.h +0 -50
  681. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_rsa.h +0 -187
  682. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_sm2.h +0 -37
  683. package/include/node/openssl/archs/linux-ppc64/no-asm/providers/common/include/prov/der_wrap.h +0 -46
  684. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/bn_conf.h +0 -28
  685. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/include/internal/dso_conf.h +0 -17
  686. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslconf.h +0 -200
  687. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  688. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  689. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslconf.h +0 -200
  690. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/bn_conf.h +0 -28
  691. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/include/internal/dso_conf.h +0 -17
  692. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslconf.h +0 -203
  693. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/bn_conf.h +0 -28
  694. package/include/node/openssl/archs/linux-x86_64/asm/crypto/include/internal/dso_conf.h +0 -17
  695. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslconf.h +0 -200
  696. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  697. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  698. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslconf.h +0 -200
  699. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  700. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  701. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslconf.h +0 -203
  702. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  703. package/include/node/openssl/archs/linux32-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  704. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslconf.h +0 -200
  705. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  706. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  707. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  708. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  709. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  710. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  711. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/bn_conf.h +0 -28
  712. package/include/node/openssl/archs/linux64-mips64/asm/crypto/include/internal/dso_conf.h +0 -17
  713. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslconf.h +0 -200
  714. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  715. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  716. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslconf.h +0 -200
  717. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  718. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  719. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslconf.h +0 -203
  720. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/bn_conf.h +0 -28
  721. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/include/internal/dso_conf.h +0 -17
  722. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslconf.h +0 -203
  723. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/bn_conf.h +0 -28
  724. package/include/node/openssl/archs/linux64-s390x/asm/crypto/include/internal/dso_conf.h +0 -17
  725. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslconf.h +0 -200
  726. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  727. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  728. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslconf.h +0 -200
  729. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/bn_conf.h +0 -28
  730. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/include/internal/dso_conf.h +0 -17
  731. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslconf.h +0 -203
  732. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  733. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  734. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslconf.h +0 -200
  735. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  736. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  737. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  738. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  739. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  740. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslconf.h +0 -203
  741. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/bn_conf.h +0 -28
  742. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/include/internal/dso_conf.h +0 -17
  743. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslconf.h +0 -200
  744. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/bn_conf.h +0 -28
  745. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/include/internal/dso_conf.h +0 -17
  746. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslconf.h +0 -200
  747. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/bn_conf.h +0 -28
  748. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/include/internal/dso_conf.h +0 -17
  749. 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