@annadata/capacitor-mqtt-quic 0.2.1 → 0.2.4

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 (634) hide show
  1. package/android/src/main/cpp/ngtcp2_jni.cpp +14 -0
  2. package/android/src/main/kotlin/ai/annadata/mqttquic/MqttQuicPlugin.kt +4 -1
  3. package/android/src/main/kotlin/ai/annadata/mqttquic/client/MQTTClient.kt +26 -21
  4. package/dist/esm/web.d.ts +39 -5
  5. package/dist/esm/web.d.ts.map +1 -1
  6. package/dist/esm/web.js +428 -142
  7. package/dist/esm/web.js.map +1 -1
  8. package/dist/esm/webMqttCodec.d.ts +115 -0
  9. package/dist/esm/webMqttCodec.d.ts.map +1 -0
  10. package/dist/esm/webMqttCodec.js +410 -0
  11. package/dist/esm/webMqttCodec.js.map +1 -0
  12. package/dist/plugin.cjs.js +830 -11272
  13. package/dist/plugin.cjs.js.map +1 -1
  14. package/dist/plugin.js +830 -11272
  15. package/dist/plugin.js.map +1 -1
  16. package/ios/Sources/MqttQuicPlugin/Client/MQTTClient.swift +37 -31
  17. package/ios/Sources/MqttQuicPlugin/MqttQuicPlugin.swift +1 -1
  18. package/ios/libs/libnghttp3.a +0 -0
  19. package/ios/libs/libngtcp2.a +0 -0
  20. package/ios/libs/libngtcp2_crypto_wolfssl.a +0 -0
  21. package/ios/libs/libwolfssl.a +0 -0
  22. package/ios/libs-simulator/libnghttp3.a +0 -0
  23. package/ios/libs-simulator/libngtcp2.a +0 -0
  24. package/ios/libs-simulator/libngtcp2_crypto_wolfssl.a +0 -0
  25. package/ios/libs-simulator/libwolfssl.a +0 -0
  26. package/ios/libs-simulator-x86_64/libnghttp3.a +0 -0
  27. package/ios/libs-simulator-x86_64/libngtcp2.a +0 -0
  28. package/ios/libs-simulator-x86_64/libngtcp2_crypto_wolfssl.a +0 -0
  29. package/ios/libs-simulator-x86_64/libwolfssl.a +0 -0
  30. package/package.json +2 -3
  31. package/android/install/nghttp3-android/arm64-v8a/include/nghttp3/nghttp3.h +0 -3295
  32. package/android/install/nghttp3-android/arm64-v8a/include/nghttp3/version.h +0 -46
  33. package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Config.cmake +0 -3
  34. package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +0 -65
  35. package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Targets-release.cmake +0 -29
  36. package/android/install/nghttp3-android/arm64-v8a/lib/cmake/nghttp3/nghttp3Targets.cmake +0 -114
  37. package/android/install/nghttp3-android/arm64-v8a/lib/libnghttp3.a +0 -0
  38. package/android/install/nghttp3-android/arm64-v8a/lib/libnghttp3.so +0 -0
  39. package/android/install/nghttp3-android/arm64-v8a/lib/pkgconfig/libnghttp3.pc +0 -34
  40. package/android/install/nghttp3-android/arm64-v8a/share/doc/nghttp3/README.rst +0 -75
  41. package/android/install/nghttp3-android/armeabi-v7a/include/nghttp3/nghttp3.h +0 -3295
  42. package/android/install/nghttp3-android/armeabi-v7a/include/nghttp3/version.h +0 -46
  43. package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Config.cmake +0 -3
  44. package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +0 -65
  45. package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Targets-release.cmake +0 -29
  46. package/android/install/nghttp3-android/armeabi-v7a/lib/cmake/nghttp3/nghttp3Targets.cmake +0 -114
  47. package/android/install/nghttp3-android/armeabi-v7a/lib/libnghttp3.a +0 -0
  48. package/android/install/nghttp3-android/armeabi-v7a/lib/libnghttp3.so +0 -0
  49. package/android/install/nghttp3-android/armeabi-v7a/lib/pkgconfig/libnghttp3.pc +0 -34
  50. package/android/install/nghttp3-android/armeabi-v7a/share/doc/nghttp3/README.rst +0 -75
  51. package/android/install/nghttp3-android/x86_64/include/nghttp3/nghttp3.h +0 -3295
  52. package/android/install/nghttp3-android/x86_64/include/nghttp3/version.h +0 -46
  53. package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Config.cmake +0 -3
  54. package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3ConfigVersion.cmake +0 -65
  55. package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Targets-release.cmake +0 -29
  56. package/android/install/nghttp3-android/x86_64/lib/cmake/nghttp3/nghttp3Targets.cmake +0 -114
  57. package/android/install/nghttp3-android/x86_64/lib/libnghttp3.a +0 -0
  58. package/android/install/nghttp3-android/x86_64/lib/libnghttp3.so +0 -0
  59. package/android/install/nghttp3-android/x86_64/lib/pkgconfig/libnghttp3.pc +0 -34
  60. package/android/install/nghttp3-android/x86_64/share/doc/nghttp3/README.rst +0 -75
  61. package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2.h +0 -6254
  62. package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2_crypto.h +0 -1037
  63. package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/ngtcp2_crypto_wolfssl.h +0 -106
  64. package/android/install/ngtcp2-android/arm64-v8a/include/ngtcp2/version.h +0 -51
  65. package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Config.cmake +0 -6
  66. package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +0 -65
  67. package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +0 -29
  68. package/android/install/ngtcp2-android/arm64-v8a/lib/cmake/ngtcp2/ngtcp2Targets.cmake +0 -114
  69. package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2.a +0 -0
  70. package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2.so +0 -0
  71. package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2_crypto_wolfssl.a +0 -0
  72. package/android/install/ngtcp2-android/arm64-v8a/lib/libngtcp2_crypto_wolfssl.so +0 -0
  73. package/android/install/ngtcp2-android/arm64-v8a/lib/pkgconfig/libngtcp2.pc +0 -33
  74. package/android/install/ngtcp2-android/arm64-v8a/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +0 -34
  75. package/android/install/ngtcp2-android/arm64-v8a/share/doc/ngtcp2/README.rst +0 -385
  76. package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2.h +0 -6254
  77. package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2_crypto.h +0 -1037
  78. package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/ngtcp2_crypto_wolfssl.h +0 -106
  79. package/android/install/ngtcp2-android/armeabi-v7a/include/ngtcp2/version.h +0 -51
  80. package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Config.cmake +0 -6
  81. package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +0 -65
  82. package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +0 -29
  83. package/android/install/ngtcp2-android/armeabi-v7a/lib/cmake/ngtcp2/ngtcp2Targets.cmake +0 -114
  84. package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2.a +0 -0
  85. package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2.so +0 -0
  86. package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2_crypto_wolfssl.a +0 -0
  87. package/android/install/ngtcp2-android/armeabi-v7a/lib/libngtcp2_crypto_wolfssl.so +0 -0
  88. package/android/install/ngtcp2-android/armeabi-v7a/lib/pkgconfig/libngtcp2.pc +0 -33
  89. package/android/install/ngtcp2-android/armeabi-v7a/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +0 -34
  90. package/android/install/ngtcp2-android/armeabi-v7a/share/doc/ngtcp2/README.rst +0 -385
  91. package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2.h +0 -6254
  92. package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2_crypto.h +0 -1037
  93. package/android/install/ngtcp2-android/x86_64/include/ngtcp2/ngtcp2_crypto_wolfssl.h +0 -106
  94. package/android/install/ngtcp2-android/x86_64/include/ngtcp2/version.h +0 -51
  95. package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Config.cmake +0 -6
  96. package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2ConfigVersion.cmake +0 -65
  97. package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Targets-release.cmake +0 -29
  98. package/android/install/ngtcp2-android/x86_64/lib/cmake/ngtcp2/ngtcp2Targets.cmake +0 -114
  99. package/android/install/ngtcp2-android/x86_64/lib/libngtcp2.a +0 -0
  100. package/android/install/ngtcp2-android/x86_64/lib/libngtcp2.so +0 -0
  101. package/android/install/ngtcp2-android/x86_64/lib/libngtcp2_crypto_wolfssl.a +0 -0
  102. package/android/install/ngtcp2-android/x86_64/lib/libngtcp2_crypto_wolfssl.so +0 -0
  103. package/android/install/ngtcp2-android/x86_64/lib/pkgconfig/libngtcp2.pc +0 -33
  104. package/android/install/ngtcp2-android/x86_64/lib/pkgconfig/libngtcp2_crypto_wolfssl.pc +0 -34
  105. package/android/install/ngtcp2-android/x86_64/share/doc/ngtcp2/README.rst +0 -385
  106. package/android/install/wolfssl-android/arm64-v8a/bin/wolfssl-config +0 -117
  107. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/callbacks.h +0 -93
  108. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/certs_test.h +0 -7073
  109. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/certs_test_sm.h +0 -2913
  110. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/crl.h +0 -58
  111. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/error-ssl.h +0 -280
  112. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/ocsp.h +0 -191
  113. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/aes.h +0 -117
  114. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/asn1.h +0 -315
  115. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/asn1t.h +0 -30
  116. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/bio.h +0 -237
  117. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/bn.h +0 -332
  118. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/buffer.h +0 -57
  119. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/camellia.h +0 -27
  120. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/cmac.h +0 -66
  121. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/cms.h +0 -26
  122. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/compat_types.h +0 -70
  123. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/conf.h +0 -117
  124. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/crypto.h +0 -171
  125. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/des.h +0 -124
  126. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/dh.h +0 -144
  127. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/dsa.h +0 -164
  128. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec.h +0 -525
  129. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec25519.h +0 -46
  130. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ec448.h +0 -46
  131. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ecdh.h +0 -49
  132. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ecdsa.h +0 -87
  133. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ed25519.h +0 -49
  134. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ed448.h +0 -49
  135. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/engine.h +0 -9
  136. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/err.h +0 -84
  137. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/evp.h +0 -1540
  138. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/fips_rand.h +0 -125
  139. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/hmac.h +0 -98
  140. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/kdf.h +0 -45
  141. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/lhash.h +0 -64
  142. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/md4.h +0 -66
  143. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/md5.h +0 -108
  144. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/modes.h +0 -45
  145. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/obj_mac.h +0 -92
  146. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/objects.h +0 -86
  147. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ocsp.h +0 -108
  148. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/opensslconf.h +0 -8
  149. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/opensslv.h +0 -78
  150. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ossl_typ.h +0 -32
  151. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pem.h +0 -301
  152. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pkcs12.h +0 -57
  153. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/pkcs7.h +0 -110
  154. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rand.h +0 -38
  155. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rc4.h +0 -64
  156. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ripemd.h +0 -58
  157. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/rsa.h +0 -291
  158. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/safestack.h +0 -40
  159. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/sha.h +0 -331
  160. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/sha3.h +0 -158
  161. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/srp.h +0 -33
  162. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ssl.h +0 -1923
  163. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ssl23.h +0 -1
  164. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/stack.h +0 -61
  165. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/tls1.h +0 -64
  166. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/txt_db.h +0 -60
  167. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/ui.h +0 -2
  168. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509.h +0 -227
  169. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509_vfy.h +0 -50
  170. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/openssl/x509v3.h +0 -237
  171. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/options.h +0 -273
  172. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/quic.h +0 -310
  173. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/sniffer.h +0 -359
  174. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/sniffer_error.h +0 -151
  175. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/ssl.h +0 -6300
  176. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/test.h +0 -4989
  177. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/version.h +0 -40
  178. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/aes.h +0 -1074
  179. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/arc4.h +0 -69
  180. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ascon.h +0 -109
  181. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/asn.h +0 -2855
  182. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/asn_public.h +0 -1009
  183. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2-impl.h +0 -155
  184. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2-int.h +0 -174
  185. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/blake2.h +0 -108
  186. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/camellia.h +0 -116
  187. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/chacha.h +0 -133
  188. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/chacha20_poly1305.h +0 -157
  189. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cmac.h +0 -168
  190. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/coding.h +0 -107
  191. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/compress.h +0 -60
  192. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cpuid.h +0 -153
  193. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/cryptocb.h +0 -770
  194. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/curve25519.h +0 -225
  195. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/curve448.h +0 -151
  196. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/des3.h +0 -167
  197. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dh.h +0 -210
  198. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dilithium.h +0 -1051
  199. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/dsa.h +0 -121
  200. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ecc.h +0 -1074
  201. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/eccsi.h +0 -176
  202. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ed25519.h +0 -239
  203. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ed448.h +0 -214
  204. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/error-crypt.h +0 -368
  205. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_lms.h +0 -62
  206. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_mlkem.h +0 -74
  207. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ext_xmss.h +0 -53
  208. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/falcon.h +0 -180
  209. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fe_448.h +0 -122
  210. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fe_operations.h +0 -189
  211. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/fips_test.h +0 -131
  212. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ge_448.h +0 -84
  213. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ge_operations.h +0 -134
  214. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hash.h +0 -296
  215. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hmac.h +0 -231
  216. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/hpke.h +0 -145
  217. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/integer.h +0 -449
  218. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/kdf.h +0 -199
  219. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/lms.h +0 -202
  220. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/logging.h +0 -588
  221. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md2.h +0 -83
  222. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md4.h +0 -77
  223. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/md5.h +0 -141
  224. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mem_track.h +0 -968
  225. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/memory.h +0 -545
  226. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/misc.h +0 -214
  227. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mlkem.h +0 -377
  228. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mpi_class.h +0 -1021
  229. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/mpi_superclass.h +0 -96
  230. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/oid_sum.h +0 -1907
  231. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pkcs12.h +0 -79
  232. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pkcs7.h +0 -578
  233. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/poly1305.h +0 -207
  234. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/pwdbased.h +0 -81
  235. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/random.h +0 -300
  236. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/rc2.h +0 -68
  237. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/ripemd.h +0 -67
  238. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/rsa.h +0 -494
  239. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sakke.h +0 -228
  240. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/settings.h +0 -4762
  241. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha.h +0 -237
  242. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha256.h +0 -360
  243. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha3.h +0 -274
  244. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sha512.h +0 -372
  245. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/signature.h +0 -87
  246. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/siphash.h +0 -101
  247. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm2.h +0 -27
  248. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm3.h +0 -27
  249. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sm4.h +0 -27
  250. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sp_int.h +0 -1396
  251. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/sphincs.h +0 -167
  252. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/srp.h +0 -313
  253. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/tfm.h +0 -941
  254. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/types.h +0 -2383
  255. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/visibility.h +0 -97
  256. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_encrypt.h +0 -126
  257. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_lms.h +0 -506
  258. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_mlkem.h +0 -370
  259. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_port.h +0 -1764
  260. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wc_xmss.h +0 -285
  261. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wolfevent.h +0 -120
  262. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/wolfmath.h +0 -175
  263. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfcrypt/xmss.h +0 -203
  264. package/android/install/wolfssl-android/arm64-v8a/include/wolfssl/wolfio.h +0 -1035
  265. package/android/install/wolfssl-android/arm64-v8a/lib/libwolfssl.a +0 -0
  266. package/android/install/wolfssl-android/arm64-v8a/lib/libwolfssl.la +0 -41
  267. package/android/install/wolfssl-android/arm64-v8a/lib/pkgconfig/wolfssl.pc +0 -11
  268. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/QUIC.md +0 -117
  269. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/README.txt +0 -8
  270. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/async_client.c +0 -245
  271. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/async_server.c +0 -331
  272. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/client.c +0 -4885
  273. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/echoclient.c +0 -341
  274. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/echoserver.c +0 -498
  275. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-client-dtls.c +0 -135
  276. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-client.c +0 -78
  277. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-server-dtls.c +0 -134
  278. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/sctp-server.c +0 -83
  279. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/server.c +0 -4124
  280. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/example/tls_bench.c +0 -2357
  281. package/android/install/wolfssl-android/arm64-v8a/share/doc/wolfssl/taoCert.txt +0 -176
  282. package/android/install/wolfssl-android/armeabi-v7a/bin/wolfssl-config +0 -117
  283. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/callbacks.h +0 -93
  284. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/certs_test.h +0 -7073
  285. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/certs_test_sm.h +0 -2913
  286. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/crl.h +0 -58
  287. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/error-ssl.h +0 -280
  288. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/ocsp.h +0 -191
  289. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/aes.h +0 -117
  290. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/asn1.h +0 -315
  291. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/asn1t.h +0 -30
  292. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/bio.h +0 -237
  293. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/bn.h +0 -332
  294. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/buffer.h +0 -57
  295. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/camellia.h +0 -27
  296. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/cmac.h +0 -66
  297. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/cms.h +0 -26
  298. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/compat_types.h +0 -70
  299. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/conf.h +0 -117
  300. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/crypto.h +0 -171
  301. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/des.h +0 -124
  302. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/dh.h +0 -144
  303. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/dsa.h +0 -164
  304. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec.h +0 -525
  305. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec25519.h +0 -46
  306. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ec448.h +0 -46
  307. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ecdh.h +0 -49
  308. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ecdsa.h +0 -87
  309. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ed25519.h +0 -49
  310. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ed448.h +0 -49
  311. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/engine.h +0 -9
  312. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/err.h +0 -84
  313. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/evp.h +0 -1540
  314. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/fips_rand.h +0 -125
  315. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/hmac.h +0 -98
  316. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/kdf.h +0 -45
  317. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/lhash.h +0 -64
  318. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/md4.h +0 -66
  319. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/md5.h +0 -108
  320. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/modes.h +0 -45
  321. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/obj_mac.h +0 -92
  322. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/objects.h +0 -86
  323. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ocsp.h +0 -108
  324. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/opensslconf.h +0 -8
  325. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/opensslv.h +0 -78
  326. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ossl_typ.h +0 -32
  327. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pem.h +0 -301
  328. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pkcs12.h +0 -57
  329. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/pkcs7.h +0 -110
  330. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rand.h +0 -38
  331. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rc4.h +0 -64
  332. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ripemd.h +0 -58
  333. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/rsa.h +0 -291
  334. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/safestack.h +0 -40
  335. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/sha.h +0 -331
  336. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/sha3.h +0 -158
  337. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/srp.h +0 -33
  338. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ssl.h +0 -1923
  339. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ssl23.h +0 -1
  340. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/stack.h +0 -61
  341. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/tls1.h +0 -64
  342. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/txt_db.h +0 -60
  343. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/ui.h +0 -2
  344. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509.h +0 -227
  345. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509_vfy.h +0 -50
  346. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/openssl/x509v3.h +0 -237
  347. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/options.h +0 -261
  348. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/quic.h +0 -310
  349. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/sniffer.h +0 -359
  350. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/sniffer_error.h +0 -151
  351. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/ssl.h +0 -6300
  352. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/test.h +0 -4989
  353. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/version.h +0 -40
  354. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/aes.h +0 -1074
  355. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/arc4.h +0 -69
  356. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ascon.h +0 -109
  357. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/asn.h +0 -2855
  358. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/asn_public.h +0 -1009
  359. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2-impl.h +0 -155
  360. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2-int.h +0 -174
  361. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/blake2.h +0 -108
  362. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/camellia.h +0 -116
  363. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/chacha.h +0 -133
  364. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/chacha20_poly1305.h +0 -157
  365. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cmac.h +0 -168
  366. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/coding.h +0 -107
  367. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/compress.h +0 -60
  368. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cpuid.h +0 -153
  369. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/cryptocb.h +0 -770
  370. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/curve25519.h +0 -225
  371. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/curve448.h +0 -151
  372. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/des3.h +0 -167
  373. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dh.h +0 -210
  374. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dilithium.h +0 -1051
  375. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/dsa.h +0 -121
  376. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ecc.h +0 -1074
  377. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/eccsi.h +0 -176
  378. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ed25519.h +0 -239
  379. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ed448.h +0 -214
  380. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/error-crypt.h +0 -368
  381. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_lms.h +0 -62
  382. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_mlkem.h +0 -74
  383. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ext_xmss.h +0 -53
  384. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/falcon.h +0 -180
  385. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fe_448.h +0 -122
  386. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fe_operations.h +0 -189
  387. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/fips_test.h +0 -131
  388. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ge_448.h +0 -84
  389. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ge_operations.h +0 -134
  390. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hash.h +0 -296
  391. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hmac.h +0 -231
  392. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/hpke.h +0 -145
  393. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/integer.h +0 -449
  394. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/kdf.h +0 -199
  395. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/lms.h +0 -202
  396. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/logging.h +0 -588
  397. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md2.h +0 -83
  398. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md4.h +0 -77
  399. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/md5.h +0 -141
  400. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mem_track.h +0 -968
  401. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/memory.h +0 -545
  402. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/misc.h +0 -214
  403. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mlkem.h +0 -377
  404. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mpi_class.h +0 -1021
  405. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/mpi_superclass.h +0 -96
  406. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/oid_sum.h +0 -1907
  407. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pkcs12.h +0 -79
  408. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pkcs7.h +0 -578
  409. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/poly1305.h +0 -207
  410. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/pwdbased.h +0 -81
  411. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/random.h +0 -300
  412. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/rc2.h +0 -68
  413. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/ripemd.h +0 -67
  414. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/rsa.h +0 -494
  415. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sakke.h +0 -228
  416. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/settings.h +0 -4762
  417. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha.h +0 -237
  418. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha256.h +0 -360
  419. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha3.h +0 -274
  420. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sha512.h +0 -372
  421. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/signature.h +0 -87
  422. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/siphash.h +0 -101
  423. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm2.h +0 -27
  424. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm3.h +0 -27
  425. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sm4.h +0 -27
  426. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sp_int.h +0 -1396
  427. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/sphincs.h +0 -167
  428. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/srp.h +0 -313
  429. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/tfm.h +0 -941
  430. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/types.h +0 -2383
  431. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/visibility.h +0 -97
  432. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_encrypt.h +0 -126
  433. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_lms.h +0 -506
  434. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_mlkem.h +0 -370
  435. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_port.h +0 -1764
  436. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wc_xmss.h +0 -285
  437. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wolfevent.h +0 -120
  438. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/wolfmath.h +0 -175
  439. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfcrypt/xmss.h +0 -203
  440. package/android/install/wolfssl-android/armeabi-v7a/include/wolfssl/wolfio.h +0 -1035
  441. package/android/install/wolfssl-android/armeabi-v7a/lib/libwolfssl.a +0 -0
  442. package/android/install/wolfssl-android/armeabi-v7a/lib/libwolfssl.la +0 -41
  443. package/android/install/wolfssl-android/armeabi-v7a/lib/pkgconfig/wolfssl.pc +0 -11
  444. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/QUIC.md +0 -117
  445. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/README.txt +0 -8
  446. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/async_client.c +0 -245
  447. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/async_server.c +0 -331
  448. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/client.c +0 -4885
  449. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/echoclient.c +0 -341
  450. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/echoserver.c +0 -498
  451. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-client-dtls.c +0 -135
  452. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-client.c +0 -78
  453. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-server-dtls.c +0 -134
  454. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/sctp-server.c +0 -83
  455. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/server.c +0 -4124
  456. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/example/tls_bench.c +0 -2357
  457. package/android/install/wolfssl-android/armeabi-v7a/share/doc/wolfssl/taoCert.txt +0 -176
  458. package/android/install/wolfssl-android/x86_64/bin/wolfssl-config +0 -117
  459. package/android/install/wolfssl-android/x86_64/include/wolfssl/callbacks.h +0 -93
  460. package/android/install/wolfssl-android/x86_64/include/wolfssl/certs_test.h +0 -7073
  461. package/android/install/wolfssl-android/x86_64/include/wolfssl/certs_test_sm.h +0 -2913
  462. package/android/install/wolfssl-android/x86_64/include/wolfssl/crl.h +0 -58
  463. package/android/install/wolfssl-android/x86_64/include/wolfssl/error-ssl.h +0 -280
  464. package/android/install/wolfssl-android/x86_64/include/wolfssl/ocsp.h +0 -191
  465. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/aes.h +0 -117
  466. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/asn1.h +0 -315
  467. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/asn1t.h +0 -30
  468. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/bio.h +0 -237
  469. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/bn.h +0 -332
  470. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/buffer.h +0 -57
  471. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/camellia.h +0 -27
  472. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/cmac.h +0 -66
  473. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/cms.h +0 -26
  474. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/compat_types.h +0 -70
  475. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/conf.h +0 -117
  476. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/crypto.h +0 -171
  477. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/des.h +0 -124
  478. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/dh.h +0 -144
  479. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/dsa.h +0 -164
  480. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec.h +0 -525
  481. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec25519.h +0 -46
  482. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ec448.h +0 -46
  483. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ecdh.h +0 -49
  484. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ecdsa.h +0 -87
  485. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ed25519.h +0 -49
  486. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ed448.h +0 -49
  487. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/engine.h +0 -9
  488. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/err.h +0 -84
  489. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/evp.h +0 -1540
  490. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/fips_rand.h +0 -125
  491. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/hmac.h +0 -98
  492. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/kdf.h +0 -45
  493. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/lhash.h +0 -64
  494. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/md4.h +0 -66
  495. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/md5.h +0 -108
  496. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/modes.h +0 -45
  497. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/obj_mac.h +0 -92
  498. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/objects.h +0 -86
  499. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ocsp.h +0 -108
  500. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/opensslconf.h +0 -8
  501. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/opensslv.h +0 -78
  502. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ossl_typ.h +0 -32
  503. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pem.h +0 -301
  504. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pkcs12.h +0 -57
  505. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/pkcs7.h +0 -110
  506. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rand.h +0 -38
  507. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rc4.h +0 -64
  508. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ripemd.h +0 -58
  509. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/rsa.h +0 -291
  510. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/safestack.h +0 -40
  511. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/sha.h +0 -331
  512. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/sha3.h +0 -158
  513. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/srp.h +0 -33
  514. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ssl.h +0 -1923
  515. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ssl23.h +0 -1
  516. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/stack.h +0 -61
  517. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/tls1.h +0 -64
  518. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/txt_db.h +0 -60
  519. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/ui.h +0 -2
  520. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509.h +0 -227
  521. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509_vfy.h +0 -50
  522. package/android/install/wolfssl-android/x86_64/include/wolfssl/openssl/x509v3.h +0 -237
  523. package/android/install/wolfssl-android/x86_64/include/wolfssl/options.h +0 -273
  524. package/android/install/wolfssl-android/x86_64/include/wolfssl/quic.h +0 -310
  525. package/android/install/wolfssl-android/x86_64/include/wolfssl/sniffer.h +0 -359
  526. package/android/install/wolfssl-android/x86_64/include/wolfssl/sniffer_error.h +0 -151
  527. package/android/install/wolfssl-android/x86_64/include/wolfssl/ssl.h +0 -6300
  528. package/android/install/wolfssl-android/x86_64/include/wolfssl/test.h +0 -4989
  529. package/android/install/wolfssl-android/x86_64/include/wolfssl/version.h +0 -40
  530. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/aes.h +0 -1074
  531. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/arc4.h +0 -69
  532. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ascon.h +0 -109
  533. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/asn.h +0 -2855
  534. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/asn_public.h +0 -1009
  535. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2-impl.h +0 -155
  536. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2-int.h +0 -174
  537. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/blake2.h +0 -108
  538. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/camellia.h +0 -116
  539. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/chacha.h +0 -133
  540. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/chacha20_poly1305.h +0 -157
  541. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cmac.h +0 -168
  542. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/coding.h +0 -107
  543. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/compress.h +0 -60
  544. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cpuid.h +0 -153
  545. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/cryptocb.h +0 -770
  546. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/curve25519.h +0 -225
  547. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/curve448.h +0 -151
  548. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/des3.h +0 -167
  549. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dh.h +0 -210
  550. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dilithium.h +0 -1051
  551. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/dsa.h +0 -121
  552. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ecc.h +0 -1074
  553. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/eccsi.h +0 -176
  554. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ed25519.h +0 -239
  555. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ed448.h +0 -214
  556. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/error-crypt.h +0 -368
  557. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_lms.h +0 -62
  558. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_mlkem.h +0 -74
  559. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ext_xmss.h +0 -53
  560. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/falcon.h +0 -180
  561. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fe_448.h +0 -122
  562. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fe_operations.h +0 -189
  563. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/fips_test.h +0 -131
  564. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ge_448.h +0 -84
  565. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ge_operations.h +0 -134
  566. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hash.h +0 -296
  567. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hmac.h +0 -231
  568. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/hpke.h +0 -145
  569. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/integer.h +0 -449
  570. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/kdf.h +0 -199
  571. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/lms.h +0 -202
  572. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/logging.h +0 -588
  573. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md2.h +0 -83
  574. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md4.h +0 -77
  575. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/md5.h +0 -141
  576. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mem_track.h +0 -968
  577. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/memory.h +0 -545
  578. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/misc.h +0 -214
  579. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mlkem.h +0 -377
  580. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mpi_class.h +0 -1021
  581. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/mpi_superclass.h +0 -96
  582. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/oid_sum.h +0 -1907
  583. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pkcs12.h +0 -79
  584. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pkcs7.h +0 -578
  585. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/poly1305.h +0 -207
  586. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/pwdbased.h +0 -81
  587. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/random.h +0 -300
  588. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/rc2.h +0 -68
  589. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/ripemd.h +0 -67
  590. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/rsa.h +0 -494
  591. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sakke.h +0 -228
  592. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/settings.h +0 -4762
  593. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha.h +0 -237
  594. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha256.h +0 -360
  595. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha3.h +0 -274
  596. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sha512.h +0 -372
  597. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/signature.h +0 -87
  598. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/siphash.h +0 -101
  599. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm2.h +0 -27
  600. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm3.h +0 -27
  601. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sm4.h +0 -27
  602. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sp_int.h +0 -1396
  603. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/sphincs.h +0 -167
  604. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/srp.h +0 -313
  605. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/tfm.h +0 -941
  606. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/types.h +0 -2383
  607. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/visibility.h +0 -97
  608. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_encrypt.h +0 -126
  609. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_lms.h +0 -506
  610. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_mlkem.h +0 -370
  611. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_port.h +0 -1764
  612. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wc_xmss.h +0 -285
  613. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wolfevent.h +0 -120
  614. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/wolfmath.h +0 -175
  615. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfcrypt/xmss.h +0 -203
  616. package/android/install/wolfssl-android/x86_64/include/wolfssl/wolfio.h +0 -1035
  617. package/android/install/wolfssl-android/x86_64/lib/libwolfssl.a +0 -0
  618. package/android/install/wolfssl-android/x86_64/lib/libwolfssl.la +0 -41
  619. package/android/install/wolfssl-android/x86_64/lib/pkgconfig/wolfssl.pc +0 -11
  620. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/QUIC.md +0 -117
  621. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/README.txt +0 -8
  622. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/async_client.c +0 -245
  623. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/async_server.c +0 -331
  624. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/client.c +0 -4885
  625. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/echoclient.c +0 -341
  626. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/echoserver.c +0 -498
  627. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-client-dtls.c +0 -135
  628. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-client.c +0 -78
  629. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-server-dtls.c +0 -134
  630. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/sctp-server.c +0 -83
  631. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/server.c +0 -4124
  632. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/example/tls_bench.c +0 -2357
  633. package/android/install/wolfssl-android/x86_64/share/doc/wolfssl/taoCert.txt +0 -176
  634. package/docs/diff-node_modules-vs-standalone-android-src.patch +0 -1031
@@ -1,110 +0,0 @@
1
- /* pkcs7.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
- /* pkcs7.h for openSSL */
23
-
24
-
25
- #ifndef WOLFSSL_PKCS7_H_
26
- #define WOLFSSL_PKCS7_H_
27
-
28
- #include <wolfssl/openssl/ssl.h>
29
- #include <wolfssl/wolfcrypt/pkcs7.h>
30
-
31
- #ifdef __cplusplus
32
- extern "C" {
33
- #endif
34
-
35
- #if defined(OPENSSL_ALL) && defined(HAVE_PKCS7)
36
-
37
- #define PKCS7_TEXT 0x1
38
- #define PKCS7_NOCERTS 0x2
39
- #define PKCS7_DETACHED 0x40
40
- #define PKCS7_BINARY 0x80
41
- #define PKCS7_NOINTERN 0x0010
42
- #define PKCS7_NOVERIFY 0x0020
43
- #define PKCS7_STREAM 0x1000
44
- #define PKCS7_PARTIAL 0x4000
45
-
46
- typedef struct WOLFSSL_PKCS7
47
- {
48
- PKCS7 pkcs7;
49
- unsigned char* data;
50
- int len;
51
- int type; /* from PKCS7_TYPES, for PKCS7_final() */
52
- WOLFSSL_STACK* certs;
53
- } WOLFSSL_PKCS7;
54
-
55
-
56
- WOLFSSL_API PKCS7* wolfSSL_PKCS7_new(void);
57
- WOLFSSL_API PKCS7_SIGNED* wolfSSL_PKCS7_SIGNED_new(void);
58
- WOLFSSL_API void wolfSSL_PKCS7_free(PKCS7* p7);
59
- WOLFSSL_API void wolfSSL_PKCS7_SIGNED_free(PKCS7_SIGNED* p7);
60
- WOLFSSL_API PKCS7* wolfSSL_d2i_PKCS7(PKCS7** p7, const unsigned char** in,
61
- int len);
62
- WOLFSSL_LOCAL PKCS7* wolfSSL_d2i_PKCS7_ex(PKCS7** p7, const unsigned char** in,
63
- int len, byte* content, word32 contentSz);
64
- WOLFSSL_API PKCS7* wolfSSL_d2i_PKCS7_bio(WOLFSSL_BIO* bio, PKCS7** p7);
65
- WOLFSSL_API int wolfSSL_i2d_PKCS7_bio(WOLFSSL_BIO *bio, PKCS7 *p7);
66
- WOLFSSL_API int wolfSSL_i2d_PKCS7(PKCS7 *p7, unsigned char **out);
67
- WOLFSSL_API PKCS7* wolfSSL_PKCS7_sign(WOLFSSL_X509* signer,
68
- WOLFSSL_EVP_PKEY* pkey, WOLFSSL_STACK* certs, WOLFSSL_BIO* in, int flags);
69
- WOLFSSL_API int wolfSSL_PKCS7_verify(PKCS7* p7, WOLFSSL_STACK* certs,
70
- WOLFSSL_X509_STORE* store, WOLFSSL_BIO* in, WOLFSSL_BIO* out, int flags);
71
- WOLFSSL_API int wolfSSL_PKCS7_final(PKCS7* pkcs7, WOLFSSL_BIO* in, int flags);
72
- WOLFSSL_API int wolfSSL_PKCS7_encode_certs(PKCS7* p7, WOLFSSL_STACK* certs,
73
- WOLFSSL_BIO* out);
74
- WOLFSSL_API WOLFSSL_STACK* wolfSSL_PKCS7_to_stack(PKCS7* pkcs7);
75
- WOLFSSL_API WOLFSSL_STACK* wolfSSL_PKCS7_get0_signers(PKCS7* p7,
76
- WOLFSSL_STACK* certs, int flags);
77
- WOLFSSL_API int wolfSSL_PEM_write_bio_PKCS7(WOLFSSL_BIO* bio, PKCS7* p7);
78
- #if defined(HAVE_SMIME)
79
- WOLFSSL_API PKCS7* wolfSSL_SMIME_read_PKCS7(WOLFSSL_BIO* in, WOLFSSL_BIO** bcont);
80
- WOLFSSL_API int wolfSSL_SMIME_write_PKCS7(WOLFSSL_BIO* out, PKCS7* pkcs7,
81
- WOLFSSL_BIO* in, int flags);
82
- #endif /* HAVE_SMIME */
83
-
84
-
85
- #define PKCS7_new wolfSSL_PKCS7_new
86
- #define PKCS7_SIGNED_new wolfSSL_PKCS7_SIGNED_new
87
- #define PKCS7_free wolfSSL_PKCS7_free
88
- #define PKCS7_SIGNED_free wolfSSL_PKCS7_SIGNED_free
89
- #define d2i_PKCS7 wolfSSL_d2i_PKCS7
90
- #define d2i_PKCS7_bio wolfSSL_d2i_PKCS7_bio
91
- #define i2d_PKCS7_bio wolfSSL_i2d_PKCS7_bio
92
- #define i2d_PKCS7 wolfSSL_i2d_PKCS7
93
- #define PKCS7_sign wolfSSL_PKCS7_sign
94
- #define PKCS7_verify wolfSSL_PKCS7_verify
95
- #define PKCS7_final wolfSSL_PKCS7_final
96
- #define PKCS7_get0_signers wolfSSL_PKCS7_get0_signers
97
- #define PEM_write_bio_PKCS7 wolfSSL_PEM_write_bio_PKCS7
98
- #if defined(HAVE_SMIME)
99
- #define SMIME_read_PKCS7 wolfSSL_SMIME_read_PKCS7
100
- #define SMIME_write_PKCS7 wolfSSL_SMIME_write_PKCS7
101
- #endif /* HAVE_SMIME */
102
-
103
- #endif /* OPENSSL_ALL && HAVE_PKCS7 */
104
-
105
- #ifdef __cplusplus
106
- } /* extern "C" */
107
- #endif
108
-
109
- #endif /* WOLFSSL_PKCS7_H_ */
110
-
@@ -1,38 +0,0 @@
1
- /* rand.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
- /* rand.h for openSSL */
23
-
24
- #ifndef WOLFSSL_RAND_COMPAT_H_
25
- #define WOLFSSL_RAND_COMPAT_H_
26
-
27
- #include <wolfssl/openssl/ssl.h>
28
- #include <wolfssl/wolfcrypt/random.h>
29
-
30
- #ifndef OPENSSL_COEXIST
31
-
32
- typedef WOLFSSL_RAND_METHOD RAND_METHOD;
33
-
34
- #define RAND_set_rand_method wolfSSL_RAND_set_rand_method
35
-
36
- #endif /* !OPENSSL_COEXIST */
37
-
38
- #endif /* WOLFSSL_RAND_COMPAT_H_ */
@@ -1,64 +0,0 @@
1
- /* rc4.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
-
23
-
24
- /* rc4.h defines mini des openssl compatibility layer
25
- *
26
- */
27
-
28
- #ifndef WOLFSSL_RC4_COMPAT_H_
29
- #define WOLFSSL_RC4_COMPAT_H_
30
-
31
- #include <wolfssl/wolfcrypt/settings.h>
32
- #include <wolfssl/openssl/ssl.h> /* included for size_t */
33
-
34
- #ifdef __cplusplus
35
- extern "C" {
36
- #endif
37
-
38
- /* applications including wolfssl/openssl/rc4.h are expecting to have access to
39
- * the size of RC4_KEY structures. */
40
- typedef struct WOLFSSL_RC4_KEY {
41
- /* big enough for Arc4 from wolfssl/wolfcrypt/arc4.h */
42
- void* holder[(272 + WC_ASYNC_DEV_SIZE) / sizeof(void*)];
43
- } WOLFSSL_RC4_KEY;
44
-
45
- WOLFSSL_API void wolfSSL_RC4_set_key(WOLFSSL_RC4_KEY* key, int len,
46
- const unsigned char* data);
47
- WOLFSSL_API void wolfSSL_RC4(WOLFSSL_RC4_KEY* key, size_t len,
48
- const unsigned char* in, unsigned char* out);
49
-
50
- #ifndef OPENSSL_COEXIST
51
-
52
- typedef WOLFSSL_RC4_KEY RC4_KEY;
53
-
54
- #define RC4 wolfSSL_RC4
55
- #define RC4_set_key wolfSSL_RC4_set_key
56
-
57
- #endif /* !OPENSSL_COEXIST */
58
-
59
- #ifdef __cplusplus
60
- } /* extern "C" */
61
- #endif
62
-
63
- #endif /* WOLFSSL_RC4_COMPAT_H_ */
64
-
@@ -1,58 +0,0 @@
1
- /* ripemd.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
- /* ripemd.h for openssl */
23
-
24
-
25
- #ifndef WOLFSSL_RIPEMD_H_
26
- #define WOLFSSL_RIPEMD_H_
27
-
28
- #include <wolfssl/wolfcrypt/settings.h>
29
-
30
- #ifdef __cplusplus
31
- extern "C" {
32
- #endif
33
-
34
-
35
- typedef struct WOLFSSL_RIPEMD_CTX {
36
- int holder[32]; /* big enough to hold wolfcrypt, but check on init */
37
- } WOLFSSL_RIPEMD_CTX;
38
-
39
- WOLFSSL_API void wolfSSL_RIPEMD_Init(WOLFSSL_RIPEMD_CTX*);
40
- WOLFSSL_API void wolfSSL_RIPEMD_Update(WOLFSSL_RIPEMD_CTX*, const void*,
41
- unsigned long);
42
- WOLFSSL_API void wolfSSL_RIPEMD_Final(unsigned char*, WOLFSSL_RIPEMD_CTX*);
43
-
44
-
45
- typedef WOLFSSL_RIPEMD_CTX RIPEMD_CTX;
46
-
47
- #define RIPEMD_Init wolfSSL_RIPEMD_Init
48
- #define RIPEMD_Update wolfSSL_RIPEMD_Update
49
- #define RIPEMD_Final wolfSSL_RIPEMD_Final
50
-
51
-
52
- #ifdef __cplusplus
53
- } /* extern "C" */
54
- #endif
55
-
56
-
57
- #endif /* WOLFSSL_MD5_H_ */
58
-
@@ -1,291 +0,0 @@
1
- /* rsa.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
- /* rsa.h for openSSL */
23
-
24
-
25
- #ifndef WOLFSSL_RSA_H_
26
- #define WOLFSSL_RSA_H_
27
-
28
- #include <wolfssl/openssl/bn.h>
29
- #include <wolfssl/openssl/err.h>
30
- #include <wolfssl/openssl/compat_types.h>
31
- #include <wolfssl/wolfcrypt/types.h>
32
- #include <wolfssl/wolfcrypt/rsa.h>
33
-
34
- #ifdef __cplusplus
35
- extern "C" {
36
- #endif
37
-
38
- #if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)
39
-
40
- /* Padding types */
41
- #define WC_RSA_PKCS1_PADDING 0
42
- #define WC_RSA_PKCS1_OAEP_PADDING 1
43
- #define WC_RSA_PKCS1_PSS_PADDING 2
44
-
45
- /* RSA PSS Salt special cases */
46
- /* Salt length same as digest length */
47
- #define WC_RSA_PSS_SALTLEN_DIGEST (-1)
48
- /* Old max salt length */
49
- #define WC_RSA_PSS_SALTLEN_MAX_SIGN (-2)
50
- /* Verification only value to indicate to discover salt length. */
51
- #define WC_RSA_PSS_SALTLEN_AUTO (-2)
52
- /* Max salt length */
53
- #define WC_RSA_PSS_SALTLEN_MAX (-3)
54
-
55
-
56
- #ifndef OPENSSL_COEXIST
57
-
58
- /* Padding types */
59
- #define RSA_PKCS1_PADDING WC_RSA_PKCS1_PADDING
60
- #define RSA_PKCS1_OAEP_PADDING WC_RSA_PKCS1_OAEP_PADDING
61
- #define RSA_PKCS1_PSS_PADDING WC_RSA_PKCS1_PSS_PADDING
62
- #define RSA_NO_PADDING WC_RSA_NO_PAD
63
-
64
- /* Emulate OpenSSL flags */
65
- #define RSA_METHOD_FLAG_NO_CHECK (1 << 1)
66
- #define RSA_FLAG_CACHE_PUBLIC (1 << 2)
67
- #define RSA_FLAG_CACHE_PRIVATE (1 << 3)
68
- #define RSA_FLAG_BLINDING (1 << 4)
69
- #define RSA_FLAG_THREAD_SAFE (1 << 5)
70
- #define RSA_FLAG_EXT_PKEY (1 << 6)
71
- #define RSA_FLAG_NO_BLINDING (1 << 7)
72
- #define RSA_FLAG_NO_CONSTTIME (1 << 8)
73
-
74
- #define RSA_PSS_SALTLEN_DIGEST WC_RSA_PSS_SALTLEN_DIGEST
75
- #define RSA_PSS_SALTLEN_MAX_SIGN WC_RSA_PSS_SALTLEN_MAX_SIGN
76
- #define RSA_PSS_SALTLEN_AUTO WC_RSA_PSS_SALTLEN_AUTO
77
- #define RSA_PSS_SALTLEN_MAX WC_RSA_PSS_SALTLEN_MAX
78
- #endif /* OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL */
79
-
80
- #endif /* !OPENSSL_COEXIST */
81
-
82
- typedef struct WOLFSSL_RSA_METHOD {
83
- /* Flags of RSA key implementation. */
84
- int flags;
85
- /* Name of RSA key implementation. */
86
- char *name;
87
- /* RSA method dynamically allocated. */
88
- WC_BITFIELD dynamic:1;
89
- } WOLFSSL_RSA_METHOD;
90
-
91
- #ifndef WOLFSSL_RSA_TYPE_DEFINED /* guard on redeclaration */
92
- #define WOLFSSL_RSA_TYPE_DEFINED
93
- /* RSA key compatible with OpenSSL. */
94
- typedef struct WOLFSSL_RSA {
95
- WOLFSSL_BIGNUM* n; /* Modulus. */
96
- WOLFSSL_BIGNUM* e; /* Public exponent. */
97
- WOLFSSL_BIGNUM* d; /* Private exponent. */
98
- WOLFSSL_BIGNUM* p; /* First prime. */
99
- WOLFSSL_BIGNUM* q; /* Second prime. */
100
- WOLFSSL_BIGNUM* dmp1; /* dP = d mod (p - 1) */
101
- WOLFSSL_BIGNUM* dmq1; /* dQ = d mod (q - 1) */
102
- WOLFSSL_BIGNUM* iqmp; /* u = (1 / q) mod p */
103
- void* heap; /* Heap used for memory allocations. */
104
- void* internal; /* wolfCrypt RSA key. */
105
- #if defined(OPENSSL_EXTRA)
106
- const WOLFSSL_RSA_METHOD* meth; /* RSA method. */
107
- #endif
108
- #ifdef HAVE_EX_DATA
109
- WOLFSSL_CRYPTO_EX_DATA ex_data; /* external data */
110
- #endif
111
- wolfSSL_Ref ref; /* Reference count information. */
112
- word16 pkcs8HeaderSz; /* Size of PKCS#8 header from decode. */
113
- int flags; /* Flags of implementation. */
114
-
115
- /* bits */
116
- WC_BITFIELD inSet:1; /* Internal set from external. */
117
- WC_BITFIELD exSet:1; /* External set from internal. */
118
- WC_BITFIELD ownRng:1; /* Rng needs to be free'd. */
119
- } WOLFSSL_RSA;
120
- #endif
121
-
122
- #if !defined(OPENSSL_COEXIST) && (defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL))
123
- typedef WOLFSSL_RSA RSA;
124
- typedef WOLFSSL_RSA_METHOD RSA_METHOD;
125
- #endif /* !OPENSSL_COEXIST && (OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL) */
126
-
127
- WOLFSSL_API WOLFSSL_RSA* wolfSSL_RSA_new_ex(void* heap, int devId);
128
- WOLFSSL_API WOLFSSL_RSA* wolfSSL_RSA_new(void);
129
- WOLFSSL_API void wolfSSL_RSA_free(WOLFSSL_RSA* rsa);
130
-
131
- WOLFSSL_API int wolfSSL_RSA_generate_key_ex(WOLFSSL_RSA* rsa, int bits,
132
- WOLFSSL_BIGNUM* bn, void* cb);
133
-
134
- WOLFSSL_API int wolfSSL_RSA_blinding_on(WOLFSSL_RSA* rsa, WOLFSSL_BN_CTX* bn);
135
- WOLFSSL_API int wolfSSL_RSA_check_key(const WOLFSSL_RSA* rsa);
136
- WOLFSSL_API int wolfSSL_RSA_public_encrypt(int len, const unsigned char* fr,
137
- unsigned char* to, WOLFSSL_RSA* rsa,
138
- int padding);
139
- WOLFSSL_API int wolfSSL_RSA_private_decrypt(int len, const unsigned char* fr,
140
- unsigned char* to, WOLFSSL_RSA* rsa,
141
- int padding);
142
- WOLFSSL_API int wolfSSL_RSA_private_encrypt(int len, const unsigned char* in,
143
- unsigned char* out, WOLFSSL_RSA* rsa, int padding);
144
-
145
- WOLFSSL_API int wolfSSL_RSA_size(const WOLFSSL_RSA* rsa);
146
- WOLFSSL_API int wolfSSL_RSA_bits(const WOLFSSL_RSA* rsa);
147
- WOLFSSL_API int wolfSSL_RSA_sign(int type, const unsigned char* m,
148
- unsigned int mLen, unsigned char* sigRet,
149
- unsigned int* sigLen, WOLFSSL_RSA* rsa);
150
- WOLFSSL_API int wolfSSL_RSA_sign_ex(int hashAlg,
151
- const unsigned char* hash, unsigned int hLen,
152
- unsigned char* sigRet, unsigned int* sigLen,
153
- WOLFSSL_RSA* rsa, int flag);
154
- WOLFSSL_API int wolfSSL_RSA_sign_generic_padding(int hashAlg,
155
- const unsigned char* hash, unsigned int hLen,
156
- unsigned char* sigRet, unsigned int* sigLen,
157
- WOLFSSL_RSA* rsa, int flag, int padding);
158
-
159
- WOLFSSL_LOCAL int wolfSSL_RSA_sign_mgf(int hashAlg,
160
- const unsigned char* hash, unsigned int hLen,
161
- unsigned char* sigRet, unsigned int* sigLen,
162
- WOLFSSL_RSA* rsa, int flag, int padding,
163
- int mgf1Hash, int saltLen);
164
-
165
- WOLFSSL_API int wolfSSL_RSA_verify(int hashAlg,
166
- const unsigned char* hash, unsigned int hLen,
167
- const unsigned char* sig, unsigned int sigLen,
168
- WOLFSSL_RSA* rsa);
169
- WOLFSSL_API int wolfSSL_RSA_verify_ex(int hashAlg,
170
- const unsigned char* hash, unsigned int hLen,
171
- const unsigned char* sig, unsigned int sigLen,
172
- WOLFSSL_RSA* rsa, int padding);
173
- WOLFSSL_LOCAL int wolfSSL_RSA_verify_mgf(int hashAlg,
174
- const unsigned char* hash, unsigned int hLen,
175
- const unsigned char* sig, unsigned int sigLen,
176
- WOLFSSL_RSA* rsa, int padding,
177
- int mgf1Hash, int saltLen);
178
- WOLFSSL_API int wolfSSL_RSA_public_decrypt(int flen, const unsigned char* from,
179
- unsigned char* to, WOLFSSL_RSA* rsa, int padding);
180
- WOLFSSL_API int wolfSSL_RSA_GenAdd(WOLFSSL_RSA* rsa);
181
- WOLFSSL_API int wolfSSL_RSA_LoadDer(WOLFSSL_RSA* rsa,
182
- const unsigned char* derBuf, int derSz);
183
- WOLFSSL_API int wolfSSL_RSA_LoadDer_ex(WOLFSSL_RSA* rsa,
184
- const unsigned char* derBuf, int derSz, int opt);
185
-
186
- WOLFSSL_API WOLFSSL_RSA_METHOD *wolfSSL_RSA_meth_new(const char *name, int flags);
187
- WOLFSSL_API void wolfSSL_RSA_meth_free(WOLFSSL_RSA_METHOD *meth);
188
- WOLFSSL_API int wolfSSL_RSA_meth_set(WOLFSSL_RSA_METHOD *rsa, void* p);
189
- WOLFSSL_API int wolfSSL_RSA_set_method(WOLFSSL_RSA *rsa, WOLFSSL_RSA_METHOD *meth);
190
- WOLFSSL_API const WOLFSSL_RSA_METHOD* wolfSSL_RSA_get_method(const WOLFSSL_RSA *rsa);
191
- WOLFSSL_API const WOLFSSL_RSA_METHOD* wolfSSL_RSA_get_default_method(void);
192
-
193
- WOLFSSL_API void wolfSSL_RSA_get0_crt_params(const WOLFSSL_RSA *r,
194
- const WOLFSSL_BIGNUM **dmp1,
195
- const WOLFSSL_BIGNUM **dmq1,
196
- const WOLFSSL_BIGNUM **iqmp);
197
- WOLFSSL_API int wolfSSL_RSA_set0_crt_params(WOLFSSL_RSA *r, WOLFSSL_BIGNUM *dmp1,
198
- WOLFSSL_BIGNUM *dmq1, WOLFSSL_BIGNUM *iqmp);
199
- WOLFSSL_API void wolfSSL_RSA_get0_factors(const WOLFSSL_RSA *r, const WOLFSSL_BIGNUM **p,
200
- const WOLFSSL_BIGNUM **q);
201
- WOLFSSL_API int wolfSSL_RSA_set0_factors(WOLFSSL_RSA *r, WOLFSSL_BIGNUM *p, WOLFSSL_BIGNUM *q);
202
- WOLFSSL_API void wolfSSL_RSA_get0_key(const WOLFSSL_RSA *r, const WOLFSSL_BIGNUM **n,
203
- const WOLFSSL_BIGNUM **e, const WOLFSSL_BIGNUM **d);
204
- WOLFSSL_API int wolfSSL_RSA_set0_key(WOLFSSL_RSA *r, WOLFSSL_BIGNUM *n, WOLFSSL_BIGNUM *e,
205
- WOLFSSL_BIGNUM *d);
206
- WOLFSSL_API int wolfSSL_RSA_flags(const WOLFSSL_RSA *r);
207
- WOLFSSL_API void wolfSSL_RSA_set_flags(WOLFSSL_RSA *r, int flags);
208
- WOLFSSL_API void wolfSSL_RSA_clear_flags(WOLFSSL_RSA *r, int flags);
209
- WOLFSSL_API int wolfSSL_RSA_test_flags(const WOLFSSL_RSA *r, int flags);
210
-
211
- WOLFSSL_API WOLFSSL_RSA* wolfSSL_RSAPublicKey_dup(WOLFSSL_RSA *rsa);
212
-
213
- WOLFSSL_API void* wolfSSL_RSA_get_ex_data(const WOLFSSL_RSA *rsa, int idx);
214
- WOLFSSL_API int wolfSSL_RSA_set_ex_data(WOLFSSL_RSA *rsa, int idx, void *data);
215
- #ifdef HAVE_EX_DATA_CLEANUP_HOOKS
216
- WOLFSSL_API int wolfSSL_RSA_set_ex_data_with_cleanup(
217
- WOLFSSL_RSA *rsa,
218
- int idx,
219
- void *data,
220
- wolfSSL_ex_data_cleanup_routine_t cleanup_routine);
221
- #endif
222
-
223
- #if defined(OPENSSL_EXTRA) || defined(OPENSSL_EXTRA_X509_SMALL)
224
-
225
- #define WOLFSSL_RSA_LOAD_PRIVATE 1
226
- #define WOLFSSL_RSA_LOAD_PUBLIC 2
227
- #define WOLFSSL_RSA_F4 0x10001L
228
-
229
- #ifndef OPENSSL_COEXIST
230
-
231
- #define OPENSSL_RSA_MAX_MODULUS_BITS RSA_MAX_SIZE
232
-
233
- #define RSA_new wolfSSL_RSA_new
234
- #define RSA_free wolfSSL_RSA_free
235
-
236
- #define RSA_generate_key_ex wolfSSL_RSA_generate_key_ex
237
-
238
- #define RSA_blinding_on wolfSSL_RSA_blinding_on
239
- #define RSA_check_key wolfSSL_RSA_check_key
240
- #define RSA_public_encrypt wolfSSL_RSA_public_encrypt
241
- #define RSA_private_decrypt wolfSSL_RSA_private_decrypt
242
- #define RSA_private_encrypt wolfSSL_RSA_private_encrypt
243
-
244
- #define RSA_size wolfSSL_RSA_size
245
- #define RSA_sign wolfSSL_RSA_sign
246
- #define RSA_verify wolfSSL_RSA_verify
247
- #define RSA_public_decrypt wolfSSL_RSA_public_decrypt
248
-
249
- #define RSA_meth_new wolfSSL_RSA_meth_new
250
- #define RSA_meth_free wolfSSL_RSA_meth_free
251
- #define RSA_meth_set_pub_enc wolfSSL_RSA_meth_set
252
- #define RSA_meth_set_pub_dec wolfSSL_RSA_meth_set
253
- #define RSA_meth_set_priv_enc wolfSSL_RSA_meth_set
254
- #define RSA_meth_set_priv_dec wolfSSL_RSA_meth_set
255
- #define RSA_meth_set_init wolfSSL_RSA_meth_set
256
- #define RSA_meth_set_finish wolfSSL_RSA_meth_set
257
- #define RSA_meth_set0_app_data wolfSSL_RSA_meth_set
258
- #define RSA_get_default_method wolfSSL_RSA_get_default_method
259
- #define RSA_get_method wolfSSL_RSA_get_method
260
- #define RSA_set_method wolfSSL_RSA_set_method
261
- #define RSA_get0_crt_params wolfSSL_RSA_get0_crt_params
262
- #define RSA_set0_crt_params wolfSSL_RSA_set0_crt_params
263
- #define RSA_get0_factors wolfSSL_RSA_get0_factors
264
- #define RSA_set0_factors wolfSSL_RSA_set0_factors
265
- #define RSA_get0_key wolfSSL_RSA_get0_key
266
- #define RSA_set0_key wolfSSL_RSA_set0_key
267
- #define RSA_flags wolfSSL_RSA_flags
268
- #define RSA_set_flags wolfSSL_RSA_set_flags
269
- #define RSA_clear_flags wolfSSL_RSA_clear_flags
270
- #define RSA_test_flags wolfSSL_RSA_test_flags
271
-
272
- #define RSAPublicKey_dup wolfSSL_RSAPublicKey_dup
273
- #define RSA_get_ex_data wolfSSL_RSA_get_ex_data
274
- #define RSA_set_ex_data wolfSSL_RSA_set_ex_data
275
-
276
- #define RSA_get0_key wolfSSL_RSA_get0_key
277
-
278
- #define RSA_F4 WOLFSSL_RSA_F4
279
-
280
- #define OPENSSL_RSA_MAX_MODULUS_BITS RSA_MAX_SIZE
281
- #define OPENSSL_RSA_MAX_PUBEXP_BITS RSA_MAX_SIZE
282
-
283
- #endif /* !OPENSSL_COEXIST */
284
-
285
- #endif /* OPENSSL_EXTRA || OPENSSL_EXTRA_X509_SMALL */
286
-
287
- #ifdef __cplusplus
288
- } /* extern "C" */
289
- #endif
290
-
291
- #endif /* header */
@@ -1,40 +0,0 @@
1
- /* safestack.h
2
- *
3
- * Copyright (C) 2006-2025 wolfSSL Inc.
4
- *
5
- * This file is part of wolfSSL.
6
- *
7
- * wolfSSL is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 3 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * wolfSSL is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
16
- *
17
- * You should have received a copy of the GNU General Public License
18
- * along with this program; if not, write to the Free Software
19
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335, USA
20
- */
21
-
22
- /* stack.h for openSSL */
23
-
24
- #ifndef WOLFSSL_SAFESTACK_H_
25
- #define WOLFSSL_SAFESTACK_H_
26
-
27
- #include <wolfssl/openssl/compat_types.h>
28
- #include <wolfssl/openssl/ssl.h>
29
-
30
-
31
- #ifdef __cplusplus
32
- extern "C" {
33
- #endif
34
-
35
- #ifdef __cplusplus
36
- }
37
- #endif
38
-
39
- #endif
40
-