react-native-real-time-nitro 1.7.0 → 1.8.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 (814) hide show
  1. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/everest/kremlin/c_endianness.h +2 -0
  2. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/everest/kremlin/internal/callconv.h +3 -1
  3. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-adopt.h +15 -7
  4. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-async-dns.h +46 -2
  5. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-backtrace.h +280 -0
  6. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-bb-spi.h +2 -0
  7. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-cgi.h +26 -0
  8. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-client.h +95 -5
  9. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-context-vhost.h +135 -26
  10. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-display.h +80 -14
  11. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-dll2.h +21 -0
  12. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-dlo.h +524 -0
  13. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-dsh.h +22 -1
  14. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-esp32-spi.h +52 -0
  15. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-eventlib-exports.h +3 -0
  16. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-freertos.h +1 -1
  17. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-genaes.h +2 -2
  18. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-genhash.h +11 -1
  19. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-html.h +717 -0
  20. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-http.h +2 -1
  21. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ili9341-spi.h +6 -6
  22. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-jose.h +1 -0
  23. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-jpeg.h +104 -0
  24. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-jrpc.h +229 -0
  25. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-jws.h +1 -1
  26. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-lejp.h +35 -4
  27. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-logs.h +18 -6
  28. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-lwsac.h +21 -0
  29. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-misc.h +482 -8
  30. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-mqtt.h +5 -0
  31. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-network-helper.h +13 -1
  32. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ota.h +122 -0
  33. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-secure-streams-client.h +62 -31
  34. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-secure-streams-policy.h +7 -33
  35. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-secure-streams-serialization.h +599 -0
  36. package/3rdparty/output/android/libwebsockets/{x86/include/libwebsockets/abstract/transports/raw-skt.h → arm64-v8a/include/libwebsockets/lws-secure-streams-transport-proxy.h} +24 -6
  37. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-secure-streams.h +87 -191
  38. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-sha1-base64.h +4 -0
  39. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-spa.h +2 -1
  40. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-spd1656-spi.h +55 -0
  41. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-spi.h +21 -1
  42. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ssd1306-i2c.h +7 -7
  43. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ssd1675b-spi.h +55 -0
  44. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-struct.h +316 -47
  45. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-system.h +68 -2
  46. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-timeout-timer.h +9 -0
  47. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-tokenize.h +24 -1
  48. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-uc8176-spi.h +55 -0
  49. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-upng.h +160 -0
  50. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-vfs.h +14 -3
  51. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-write.h +4 -21
  52. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ws-ext.h +1 -1
  53. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-ws-state.h +18 -2
  54. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets.h +157 -18
  55. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/lws_config.h +39 -8
  56. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/aes.h +4 -0
  57. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/aria.h +2 -0
  58. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/asn1.h +5 -4
  59. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/asn1write.h +3 -2
  60. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/bignum.h +9 -8
  61. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/block_cipher.h +76 -0
  62. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/build_info.h +56 -8
  63. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/camellia.h +2 -0
  64. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ccm.h +9 -1
  65. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/check_config.h +146 -203
  66. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/cipher.h +1 -11
  67. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_legacy_crypto.h +370 -18
  68. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  69. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  70. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  71. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_ssl.h +16 -1
  72. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_adjust_x509.h +11 -1
  73. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/config_psa.h +6 -0
  74. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ctr_drbg.h +33 -0
  75. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/debug.h +9 -161
  76. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/dhm.h +3 -3
  77. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ecdh.h +19 -6
  78. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ecdsa.h +20 -17
  79. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ecjpake.h +4 -4
  80. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ecp.h +184 -18
  81. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/entropy.h +3 -2
  82. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/error.h +1 -1
  83. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/gcm.h +38 -21
  84. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/lms.h +2 -2
  85. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/mbedtls_config.h +333 -69
  86. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/md.h +0 -114
  87. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/net_sockets.h +3 -3
  88. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/oid.h +7 -2
  89. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/pem.h +3 -3
  90. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/pk.h +306 -101
  91. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/pkcs12.h +4 -4
  92. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/pkcs5.h +5 -4
  93. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/pkcs7.h +0 -1
  94. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/platform_util.h +50 -4
  95. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/psa_util.h +147 -44
  96. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/rsa.h +24 -12
  97. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/sha256.h +2 -0
  98. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ssl.h +611 -159
  99. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ssl_ciphersuites.h +3 -137
  100. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ssl_cookie.h +1 -1
  101. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/ssl_ticket.h +24 -6
  102. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/threading.h +36 -4
  103. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/x509.h +20 -70
  104. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/x509_crt.h +14 -2
  105. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/mbedtls/x509_csr.h +66 -3
  106. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto.h +318 -26
  107. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_adjust_auto_enabled.h +10 -0
  108. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_adjust_config_dependencies.h +51 -0
  109. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_adjust_config_key_pair_types.h +10 -0
  110. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_adjust_config_synonyms.h +10 -6
  111. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_builtin_composites.h +4 -0
  112. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_compat.h +77 -0
  113. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_config.h +6 -14
  114. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_extra.h +256 -384
  115. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_platform.h +12 -2
  116. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_sizes.h +40 -5
  117. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_struct.h +148 -81
  118. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_types.h +57 -2
  119. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/psa/crypto_values.h +23 -3
  120. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/cmake/libwebsockets/LwsCheckRequirements.cmake +6 -4
  121. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/cmake/libwebsockets/libwebsockets-config-version.cmake +1 -1
  122. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/cmake/libwebsockets/libwebsockets-config.cmake +3 -0
  123. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/libmbedcrypto.a +0 -0
  124. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/libmbedtls.a +0 -0
  125. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/libmbedx509.a +0 -0
  126. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/libwebsockets.a +0 -0
  127. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/pkgconfig/libwebsockets.pc +1 -1
  128. package/3rdparty/output/android/libwebsockets/arm64-v8a/lib/pkgconfig/libwebsockets_static.pc +1 -1
  129. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/everest/kremlin/c_endianness.h +2 -0
  130. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/everest/kremlin/internal/callconv.h +3 -1
  131. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-adopt.h +15 -7
  132. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-async-dns.h +46 -2
  133. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-backtrace.h +280 -0
  134. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-bb-spi.h +2 -0
  135. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-cgi.h +26 -0
  136. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-client.h +95 -5
  137. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-context-vhost.h +135 -26
  138. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-display.h +80 -14
  139. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-dll2.h +21 -0
  140. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-dlo.h +524 -0
  141. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-dsh.h +22 -1
  142. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-esp32-spi.h +52 -0
  143. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-eventlib-exports.h +3 -0
  144. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-freertos.h +1 -1
  145. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-genaes.h +2 -2
  146. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-genhash.h +11 -1
  147. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-html.h +717 -0
  148. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-http.h +2 -1
  149. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ili9341-spi.h +6 -6
  150. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-jose.h +1 -0
  151. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-jpeg.h +104 -0
  152. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-jrpc.h +229 -0
  153. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-jws.h +1 -1
  154. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-lejp.h +35 -4
  155. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-logs.h +18 -6
  156. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-lwsac.h +21 -0
  157. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-misc.h +482 -8
  158. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-mqtt.h +5 -0
  159. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-network-helper.h +13 -1
  160. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ota.h +122 -0
  161. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-secure-streams-client.h +62 -31
  162. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-secure-streams-policy.h +7 -33
  163. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-secure-streams-serialization.h +599 -0
  164. package/3rdparty/output/android/libwebsockets/{arm64-v8a/include/libwebsockets/abstract/transports/raw-skt.h → armeabi-v7a/include/libwebsockets/lws-secure-streams-transport-proxy.h} +24 -6
  165. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-secure-streams.h +87 -191
  166. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-sha1-base64.h +4 -0
  167. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-spa.h +2 -1
  168. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-spd1656-spi.h +55 -0
  169. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-spi.h +21 -1
  170. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ssd1306-i2c.h +7 -7
  171. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ssd1675b-spi.h +55 -0
  172. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-struct.h +316 -47
  173. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-system.h +68 -2
  174. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-timeout-timer.h +9 -0
  175. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-tokenize.h +24 -1
  176. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-uc8176-spi.h +55 -0
  177. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-upng.h +160 -0
  178. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-vfs.h +14 -3
  179. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-write.h +4 -21
  180. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ws-ext.h +1 -1
  181. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-ws-state.h +18 -2
  182. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets.h +157 -18
  183. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/lws_config.h +39 -8
  184. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/aes.h +4 -0
  185. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/aria.h +2 -0
  186. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/asn1.h +5 -4
  187. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/asn1write.h +3 -2
  188. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/bignum.h +9 -8
  189. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/block_cipher.h +76 -0
  190. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/build_info.h +56 -8
  191. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/camellia.h +2 -0
  192. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ccm.h +9 -1
  193. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/check_config.h +146 -203
  194. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/cipher.h +1 -11
  195. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_legacy_crypto.h +370 -18
  196. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  197. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  198. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  199. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_ssl.h +16 -1
  200. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_adjust_x509.h +11 -1
  201. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/config_psa.h +6 -0
  202. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ctr_drbg.h +33 -0
  203. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/debug.h +9 -161
  204. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/dhm.h +3 -3
  205. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ecdh.h +19 -6
  206. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ecdsa.h +20 -17
  207. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ecjpake.h +4 -4
  208. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ecp.h +184 -18
  209. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/entropy.h +3 -2
  210. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/error.h +1 -1
  211. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/gcm.h +38 -21
  212. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/lms.h +2 -2
  213. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/mbedtls_config.h +333 -69
  214. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/md.h +0 -114
  215. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/net_sockets.h +3 -3
  216. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/oid.h +7 -2
  217. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/pem.h +3 -3
  218. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/pk.h +306 -101
  219. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/pkcs12.h +4 -4
  220. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/pkcs5.h +5 -4
  221. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/pkcs7.h +0 -1
  222. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/platform_util.h +50 -4
  223. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/psa_util.h +147 -44
  224. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/rsa.h +24 -12
  225. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/sha256.h +2 -0
  226. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ssl.h +611 -159
  227. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ssl_ciphersuites.h +3 -137
  228. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ssl_cookie.h +1 -1
  229. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/ssl_ticket.h +24 -6
  230. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/threading.h +36 -4
  231. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/x509.h +20 -70
  232. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/x509_crt.h +14 -2
  233. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/mbedtls/x509_csr.h +66 -3
  234. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto.h +318 -26
  235. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_adjust_auto_enabled.h +10 -0
  236. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_adjust_config_dependencies.h +51 -0
  237. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_adjust_config_key_pair_types.h +10 -0
  238. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_adjust_config_synonyms.h +10 -6
  239. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_builtin_composites.h +4 -0
  240. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_compat.h +77 -0
  241. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_config.h +6 -14
  242. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_extra.h +256 -384
  243. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_platform.h +12 -2
  244. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_sizes.h +40 -5
  245. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_struct.h +148 -81
  246. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_types.h +57 -2
  247. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/psa/crypto_values.h +23 -3
  248. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/cmake/libwebsockets/LwsCheckRequirements.cmake +6 -4
  249. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/cmake/libwebsockets/libwebsockets-config-version.cmake +1 -1
  250. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/cmake/libwebsockets/libwebsockets-config.cmake +3 -0
  251. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/libmbedcrypto.a +0 -0
  252. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/libmbedtls.a +0 -0
  253. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/libmbedx509.a +0 -0
  254. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/libwebsockets.a +0 -0
  255. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/pkgconfig/libwebsockets.pc +1 -1
  256. package/3rdparty/output/android/libwebsockets/armeabi-v7a/lib/pkgconfig/libwebsockets_static.pc +1 -1
  257. package/3rdparty/output/android/libwebsockets/x86/include/everest/kremlin/c_endianness.h +2 -0
  258. package/3rdparty/output/android/libwebsockets/x86/include/everest/kremlin/internal/callconv.h +3 -1
  259. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-adopt.h +15 -7
  260. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-async-dns.h +46 -2
  261. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-backtrace.h +280 -0
  262. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-bb-spi.h +2 -0
  263. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-cgi.h +26 -0
  264. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-client.h +95 -5
  265. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-context-vhost.h +135 -26
  266. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-display.h +80 -14
  267. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-dll2.h +21 -0
  268. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-dlo.h +524 -0
  269. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-dsh.h +22 -1
  270. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-esp32-spi.h +52 -0
  271. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-eventlib-exports.h +3 -0
  272. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-freertos.h +1 -1
  273. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-genaes.h +2 -2
  274. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-genhash.h +11 -1
  275. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-html.h +717 -0
  276. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-http.h +2 -1
  277. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ili9341-spi.h +6 -6
  278. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-jose.h +1 -0
  279. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-jpeg.h +104 -0
  280. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-jrpc.h +229 -0
  281. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-jws.h +1 -1
  282. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-lejp.h +35 -4
  283. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-logs.h +18 -6
  284. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-lwsac.h +21 -0
  285. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-misc.h +482 -8
  286. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-mqtt.h +5 -0
  287. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-network-helper.h +13 -1
  288. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ota.h +122 -0
  289. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-secure-streams-client.h +62 -31
  290. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-secure-streams-policy.h +7 -33
  291. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-secure-streams-serialization.h +599 -0
  292. package/3rdparty/output/android/libwebsockets/{armeabi-v7a/include/libwebsockets/abstract/transports/raw-skt.h → x86/include/libwebsockets/lws-secure-streams-transport-proxy.h} +24 -6
  293. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-secure-streams.h +87 -191
  294. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-sha1-base64.h +4 -0
  295. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-spa.h +2 -1
  296. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-spd1656-spi.h +55 -0
  297. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-spi.h +21 -1
  298. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ssd1306-i2c.h +7 -7
  299. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ssd1675b-spi.h +55 -0
  300. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-struct.h +316 -47
  301. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-system.h +68 -2
  302. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-timeout-timer.h +9 -0
  303. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-tokenize.h +24 -1
  304. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-uc8176-spi.h +55 -0
  305. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-upng.h +160 -0
  306. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-vfs.h +14 -3
  307. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-write.h +4 -21
  308. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ws-ext.h +1 -1
  309. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-ws-state.h +18 -2
  310. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets.h +157 -18
  311. package/3rdparty/output/android/libwebsockets/x86/include/lws_config.h +39 -8
  312. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/aes.h +4 -0
  313. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/aria.h +2 -0
  314. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/asn1.h +5 -4
  315. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/asn1write.h +3 -2
  316. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/bignum.h +9 -8
  317. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/block_cipher.h +76 -0
  318. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/build_info.h +56 -8
  319. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/camellia.h +2 -0
  320. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ccm.h +9 -1
  321. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/check_config.h +146 -203
  322. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/cipher.h +1 -11
  323. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_legacy_crypto.h +370 -18
  324. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  325. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  326. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  327. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_ssl.h +16 -1
  328. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_adjust_x509.h +11 -1
  329. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/config_psa.h +6 -0
  330. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ctr_drbg.h +33 -0
  331. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/debug.h +9 -161
  332. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/dhm.h +3 -3
  333. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ecdh.h +19 -6
  334. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ecdsa.h +20 -17
  335. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ecjpake.h +4 -4
  336. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ecp.h +184 -18
  337. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/entropy.h +3 -2
  338. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/error.h +1 -1
  339. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/gcm.h +38 -21
  340. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/lms.h +2 -2
  341. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/mbedtls_config.h +333 -69
  342. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/md.h +0 -114
  343. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/net_sockets.h +3 -3
  344. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/oid.h +7 -2
  345. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/pem.h +3 -3
  346. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/pk.h +306 -101
  347. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/pkcs12.h +4 -4
  348. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/pkcs5.h +5 -4
  349. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/pkcs7.h +0 -1
  350. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/platform_util.h +50 -4
  351. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/psa_util.h +147 -44
  352. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/rsa.h +24 -12
  353. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/sha256.h +2 -0
  354. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ssl.h +611 -159
  355. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ssl_ciphersuites.h +3 -137
  356. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ssl_cookie.h +1 -1
  357. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/ssl_ticket.h +24 -6
  358. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/threading.h +36 -4
  359. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/x509.h +20 -70
  360. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/x509_crt.h +14 -2
  361. package/3rdparty/output/android/libwebsockets/x86/include/mbedtls/x509_csr.h +66 -3
  362. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto.h +318 -26
  363. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_adjust_auto_enabled.h +10 -0
  364. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_adjust_config_dependencies.h +51 -0
  365. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_adjust_config_key_pair_types.h +10 -0
  366. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_adjust_config_synonyms.h +10 -6
  367. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_builtin_composites.h +4 -0
  368. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_compat.h +77 -0
  369. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_config.h +6 -14
  370. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_extra.h +256 -384
  371. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_platform.h +12 -2
  372. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_sizes.h +40 -5
  373. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_struct.h +148 -81
  374. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_types.h +57 -2
  375. package/3rdparty/output/android/libwebsockets/x86/include/psa/crypto_values.h +23 -3
  376. package/3rdparty/output/android/libwebsockets/x86/lib/cmake/libwebsockets/LwsCheckRequirements.cmake +6 -4
  377. package/3rdparty/output/android/libwebsockets/x86/lib/cmake/libwebsockets/libwebsockets-config-version.cmake +1 -1
  378. package/3rdparty/output/android/libwebsockets/x86/lib/cmake/libwebsockets/libwebsockets-config.cmake +3 -0
  379. package/3rdparty/output/android/libwebsockets/x86/lib/libmbedcrypto.a +0 -0
  380. package/3rdparty/output/android/libwebsockets/x86/lib/libmbedtls.a +0 -0
  381. package/3rdparty/output/android/libwebsockets/x86/lib/libmbedx509.a +0 -0
  382. package/3rdparty/output/android/libwebsockets/x86/lib/libwebsockets.a +0 -0
  383. package/3rdparty/output/android/libwebsockets/x86/lib/pkgconfig/libwebsockets.pc +1 -1
  384. package/3rdparty/output/android/libwebsockets/x86/lib/pkgconfig/libwebsockets_static.pc +1 -1
  385. package/3rdparty/output/android/libwebsockets/x86_64/include/everest/kremlin/c_endianness.h +2 -0
  386. package/3rdparty/output/android/libwebsockets/x86_64/include/everest/kremlin/internal/callconv.h +3 -1
  387. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-adopt.h +15 -7
  388. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-async-dns.h +46 -2
  389. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-backtrace.h +280 -0
  390. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-bb-spi.h +2 -0
  391. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-cgi.h +26 -0
  392. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-client.h +95 -5
  393. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-context-vhost.h +135 -26
  394. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-display.h +80 -14
  395. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-dll2.h +21 -0
  396. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-dlo.h +524 -0
  397. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-dsh.h +22 -1
  398. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-esp32-spi.h +52 -0
  399. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-eventlib-exports.h +3 -0
  400. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-freertos.h +1 -1
  401. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-genaes.h +2 -2
  402. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-genhash.h +11 -1
  403. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-html.h +717 -0
  404. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-http.h +2 -1
  405. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ili9341-spi.h +6 -6
  406. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-jose.h +1 -0
  407. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-jpeg.h +104 -0
  408. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-jrpc.h +229 -0
  409. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-jws.h +1 -1
  410. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-lejp.h +35 -4
  411. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-logs.h +18 -6
  412. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-lwsac.h +21 -0
  413. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-misc.h +482 -8
  414. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-mqtt.h +5 -0
  415. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-network-helper.h +13 -1
  416. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ota.h +122 -0
  417. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-secure-streams-client.h +62 -31
  418. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-secure-streams-policy.h +7 -33
  419. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-secure-streams-serialization.h +599 -0
  420. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/{abstract/transports/raw-skt.h → lws-secure-streams-transport-proxy.h} +24 -6
  421. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-secure-streams.h +87 -191
  422. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-sha1-base64.h +4 -0
  423. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-spa.h +2 -1
  424. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-spd1656-spi.h +55 -0
  425. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-spi.h +21 -1
  426. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ssd1306-i2c.h +7 -7
  427. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ssd1675b-spi.h +55 -0
  428. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-struct.h +316 -47
  429. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-system.h +68 -2
  430. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-timeout-timer.h +9 -0
  431. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-tokenize.h +24 -1
  432. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-uc8176-spi.h +55 -0
  433. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-upng.h +160 -0
  434. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-vfs.h +14 -3
  435. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-write.h +4 -21
  436. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ws-ext.h +1 -1
  437. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-ws-state.h +18 -2
  438. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets.h +157 -18
  439. package/3rdparty/output/android/libwebsockets/x86_64/include/lws_config.h +39 -8
  440. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/aes.h +4 -0
  441. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/aria.h +2 -0
  442. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/asn1.h +5 -4
  443. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/asn1write.h +3 -2
  444. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/bignum.h +9 -8
  445. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/block_cipher.h +76 -0
  446. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/build_info.h +56 -8
  447. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/camellia.h +2 -0
  448. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ccm.h +9 -1
  449. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/check_config.h +146 -203
  450. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/cipher.h +1 -11
  451. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_legacy_crypto.h +370 -18
  452. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  453. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  454. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  455. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_ssl.h +16 -1
  456. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_adjust_x509.h +11 -1
  457. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/config_psa.h +6 -0
  458. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ctr_drbg.h +33 -0
  459. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/debug.h +9 -161
  460. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/dhm.h +3 -3
  461. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ecdh.h +19 -6
  462. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ecdsa.h +20 -17
  463. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ecjpake.h +4 -4
  464. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ecp.h +184 -18
  465. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/entropy.h +3 -2
  466. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/error.h +1 -1
  467. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/gcm.h +38 -21
  468. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/lms.h +2 -2
  469. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/mbedtls_config.h +333 -69
  470. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/md.h +0 -114
  471. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/net_sockets.h +3 -3
  472. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/oid.h +7 -2
  473. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/pem.h +3 -3
  474. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/pk.h +306 -101
  475. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/pkcs12.h +4 -4
  476. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/pkcs5.h +5 -4
  477. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/pkcs7.h +0 -1
  478. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/platform_util.h +50 -4
  479. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/psa_util.h +147 -44
  480. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/rsa.h +24 -12
  481. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/sha256.h +2 -0
  482. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ssl.h +611 -159
  483. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ssl_ciphersuites.h +3 -137
  484. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ssl_cookie.h +1 -1
  485. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/ssl_ticket.h +24 -6
  486. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/threading.h +36 -4
  487. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/x509.h +20 -70
  488. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/x509_crt.h +14 -2
  489. package/3rdparty/output/android/libwebsockets/x86_64/include/mbedtls/x509_csr.h +66 -3
  490. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto.h +318 -26
  491. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_adjust_auto_enabled.h +10 -0
  492. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_adjust_config_dependencies.h +51 -0
  493. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_adjust_config_key_pair_types.h +10 -0
  494. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_adjust_config_synonyms.h +10 -6
  495. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_builtin_composites.h +4 -0
  496. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_compat.h +77 -0
  497. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_config.h +6 -14
  498. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_extra.h +256 -384
  499. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_platform.h +12 -2
  500. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_sizes.h +40 -5
  501. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_struct.h +148 -81
  502. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_types.h +57 -2
  503. package/3rdparty/output/android/libwebsockets/x86_64/include/psa/crypto_values.h +23 -3
  504. package/3rdparty/output/android/libwebsockets/x86_64/lib/cmake/libwebsockets/LwsCheckRequirements.cmake +6 -4
  505. package/3rdparty/output/android/libwebsockets/x86_64/lib/cmake/libwebsockets/libwebsockets-config-version.cmake +1 -1
  506. package/3rdparty/output/android/libwebsockets/x86_64/lib/cmake/libwebsockets/libwebsockets-config.cmake +3 -0
  507. package/3rdparty/output/android/libwebsockets/x86_64/lib/libmbedcrypto.a +0 -0
  508. package/3rdparty/output/android/libwebsockets/x86_64/lib/libmbedtls.a +0 -0
  509. package/3rdparty/output/android/libwebsockets/x86_64/lib/libmbedx509.a +0 -0
  510. package/3rdparty/output/android/libwebsockets/x86_64/lib/libwebsockets.a +0 -0
  511. package/3rdparty/output/android/libwebsockets/x86_64/lib/pkgconfig/libwebsockets.pc +1 -1
  512. package/3rdparty/output/android/libwebsockets/x86_64/lib/pkgconfig/libwebsockets_static.pc +1 -1
  513. package/3rdparty/output/ios/libwebsockets.xcframework/Info.plist +5 -5
  514. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/everest/kremlin/c_endianness.h +2 -0
  515. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/everest/kremlin/internal/callconv.h +3 -1
  516. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-adopt.h +15 -7
  517. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-async-dns.h +46 -2
  518. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-backtrace.h +280 -0
  519. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-bb-spi.h +2 -0
  520. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-cgi.h +26 -0
  521. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-client.h +95 -5
  522. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-context-vhost.h +135 -26
  523. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-display.h +80 -14
  524. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-dll2.h +21 -0
  525. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-dlo.h +524 -0
  526. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-dsh.h +22 -1
  527. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-esp32-spi.h +52 -0
  528. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-eventlib-exports.h +3 -0
  529. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-freertos.h +1 -1
  530. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-genaes.h +2 -2
  531. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-genhash.h +11 -1
  532. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-html.h +717 -0
  533. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-http.h +2 -1
  534. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ili9341-spi.h +6 -6
  535. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-jose.h +1 -0
  536. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-jpeg.h +104 -0
  537. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-jrpc.h +229 -0
  538. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-jws.h +1 -1
  539. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-lejp.h +35 -4
  540. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-logs.h +18 -6
  541. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-lwsac.h +21 -0
  542. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-misc.h +482 -8
  543. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-mqtt.h +5 -0
  544. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-network-helper.h +13 -1
  545. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ota.h +122 -0
  546. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-secure-streams-client.h +62 -31
  547. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-secure-streams-policy.h +7 -33
  548. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-secure-streams-serialization.h +599 -0
  549. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-secure-streams-transport-proxy.h +47 -0
  550. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-secure-streams.h +87 -191
  551. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-sha1-base64.h +4 -0
  552. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-spa.h +2 -1
  553. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-spd1656-spi.h +55 -0
  554. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-spi.h +21 -1
  555. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ssd1306-i2c.h +7 -7
  556. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ssd1675b-spi.h +55 -0
  557. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-struct.h +316 -47
  558. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-system.h +68 -2
  559. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-timeout-timer.h +9 -0
  560. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-tokenize.h +24 -1
  561. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-uc8176-spi.h +55 -0
  562. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-upng.h +160 -0
  563. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-vfs.h +14 -3
  564. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-write.h +4 -21
  565. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ws-ext.h +1 -1
  566. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-ws-state.h +18 -2
  567. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets.h +157 -18
  568. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/lws_config.h +39 -8
  569. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/aes.h +4 -0
  570. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/aria.h +2 -0
  571. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/asn1.h +5 -4
  572. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/asn1write.h +3 -2
  573. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/bignum.h +9 -8
  574. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/block_cipher.h +76 -0
  575. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/build_info.h +56 -8
  576. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/camellia.h +2 -0
  577. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ccm.h +9 -1
  578. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/check_config.h +146 -203
  579. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/cipher.h +1 -11
  580. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_legacy_crypto.h +370 -18
  581. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  582. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  583. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  584. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_ssl.h +16 -1
  585. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_adjust_x509.h +11 -1
  586. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/config_psa.h +6 -0
  587. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ctr_drbg.h +33 -0
  588. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/debug.h +9 -161
  589. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/dhm.h +3 -3
  590. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ecdh.h +19 -6
  591. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ecdsa.h +20 -17
  592. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ecjpake.h +4 -4
  593. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ecp.h +184 -18
  594. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/entropy.h +3 -2
  595. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/error.h +1 -1
  596. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/gcm.h +38 -21
  597. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/lms.h +2 -2
  598. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/mbedtls_config.h +333 -69
  599. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/md.h +0 -114
  600. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/net_sockets.h +3 -3
  601. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/oid.h +7 -2
  602. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/pem.h +3 -3
  603. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/pk.h +306 -101
  604. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/pkcs12.h +4 -4
  605. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/pkcs5.h +5 -4
  606. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/pkcs7.h +0 -1
  607. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/platform_util.h +50 -4
  608. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/psa_util.h +147 -44
  609. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/rsa.h +24 -12
  610. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/sha256.h +2 -0
  611. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ssl.h +611 -159
  612. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ssl_ciphersuites.h +3 -137
  613. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ssl_cookie.h +1 -1
  614. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/ssl_ticket.h +24 -6
  615. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/threading.h +36 -4
  616. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/x509.h +20 -70
  617. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/x509_crt.h +14 -2
  618. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/mbedtls/x509_csr.h +66 -3
  619. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto.h +318 -26
  620. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_adjust_auto_enabled.h +10 -0
  621. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_adjust_config_dependencies.h +51 -0
  622. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_adjust_config_key_pair_types.h +10 -0
  623. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_adjust_config_synonyms.h +10 -6
  624. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_builtin_composites.h +4 -0
  625. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_compat.h +77 -0
  626. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_config.h +6 -14
  627. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_extra.h +256 -384
  628. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_platform.h +12 -2
  629. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_sizes.h +40 -5
  630. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_struct.h +148 -81
  631. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_types.h +57 -2
  632. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/psa/crypto_values.h +23 -3
  633. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/libwebsockets.a +0 -0
  634. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/everest/kremlin/c_endianness.h +2 -0
  635. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/everest/kremlin/internal/callconv.h +3 -1
  636. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-adopt.h +15 -7
  637. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-async-dns.h +46 -2
  638. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-backtrace.h +280 -0
  639. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-bb-spi.h +2 -0
  640. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-cgi.h +26 -0
  641. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-client.h +95 -5
  642. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-context-vhost.h +135 -26
  643. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-display.h +80 -14
  644. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-dll2.h +21 -0
  645. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-dlo.h +524 -0
  646. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-dsh.h +22 -1
  647. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-esp32-spi.h +52 -0
  648. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-eventlib-exports.h +3 -0
  649. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-freertos.h +1 -1
  650. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-genaes.h +2 -2
  651. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-genhash.h +11 -1
  652. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-html.h +717 -0
  653. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-http.h +2 -1
  654. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ili9341-spi.h +6 -6
  655. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-jose.h +1 -0
  656. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-jpeg.h +104 -0
  657. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-jrpc.h +229 -0
  658. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-jws.h +1 -1
  659. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-lejp.h +35 -4
  660. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-logs.h +18 -6
  661. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-lwsac.h +21 -0
  662. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-misc.h +482 -8
  663. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-mqtt.h +5 -0
  664. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-network-helper.h +13 -1
  665. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ota.h +122 -0
  666. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-secure-streams-client.h +62 -31
  667. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-secure-streams-policy.h +7 -33
  668. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-secure-streams-serialization.h +599 -0
  669. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-secure-streams-transport-proxy.h +47 -0
  670. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-secure-streams.h +87 -191
  671. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-sha1-base64.h +4 -0
  672. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-spa.h +2 -1
  673. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-spd1656-spi.h +55 -0
  674. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-spi.h +21 -1
  675. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ssd1306-i2c.h +7 -7
  676. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ssd1675b-spi.h +55 -0
  677. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-struct.h +316 -47
  678. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-system.h +68 -2
  679. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-timeout-timer.h +9 -0
  680. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-tokenize.h +24 -1
  681. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-uc8176-spi.h +55 -0
  682. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-upng.h +160 -0
  683. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-vfs.h +14 -3
  684. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-write.h +4 -21
  685. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ws-ext.h +1 -1
  686. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-ws-state.h +18 -2
  687. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets.h +157 -18
  688. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/lws_config.h +39 -8
  689. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/aes.h +4 -0
  690. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/aria.h +2 -0
  691. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/asn1.h +5 -4
  692. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/asn1write.h +3 -2
  693. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/bignum.h +9 -8
  694. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/block_cipher.h +76 -0
  695. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/build_info.h +56 -8
  696. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/camellia.h +2 -0
  697. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ccm.h +9 -1
  698. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/check_config.h +146 -203
  699. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/cipher.h +1 -11
  700. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_legacy_crypto.h +370 -18
  701. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_legacy_from_psa.h +205 -209
  702. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_psa_from_legacy.h +30 -5
  703. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_psa_superset_legacy.h +10 -7
  704. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_ssl.h +16 -1
  705. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_adjust_x509.h +11 -1
  706. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/config_psa.h +6 -0
  707. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ctr_drbg.h +33 -0
  708. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/debug.h +9 -161
  709. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/dhm.h +3 -3
  710. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ecdh.h +19 -6
  711. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ecdsa.h +20 -17
  712. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ecjpake.h +4 -4
  713. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ecp.h +184 -18
  714. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/entropy.h +3 -2
  715. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/error.h +1 -1
  716. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/gcm.h +38 -21
  717. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/lms.h +2 -2
  718. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/mbedtls_config.h +333 -69
  719. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/md.h +0 -114
  720. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/net_sockets.h +3 -3
  721. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/oid.h +7 -2
  722. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/pem.h +3 -3
  723. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/pk.h +306 -101
  724. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/pkcs12.h +4 -4
  725. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/pkcs5.h +5 -4
  726. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/pkcs7.h +0 -1
  727. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/platform_util.h +50 -4
  728. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/psa_util.h +147 -44
  729. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/rsa.h +24 -12
  730. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/sha256.h +2 -0
  731. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ssl.h +611 -159
  732. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ssl_ciphersuites.h +3 -137
  733. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ssl_cookie.h +1 -1
  734. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/ssl_ticket.h +24 -6
  735. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/threading.h +36 -4
  736. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/x509.h +20 -70
  737. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/x509_crt.h +14 -2
  738. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/mbedtls/x509_csr.h +66 -3
  739. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto.h +318 -26
  740. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_adjust_auto_enabled.h +10 -0
  741. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_adjust_config_dependencies.h +51 -0
  742. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_adjust_config_key_pair_types.h +10 -0
  743. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_adjust_config_synonyms.h +10 -6
  744. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_builtin_composites.h +4 -0
  745. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_compat.h +77 -0
  746. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_config.h +6 -14
  747. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_extra.h +256 -384
  748. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_platform.h +12 -2
  749. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_sizes.h +40 -5
  750. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_struct.h +148 -81
  751. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_types.h +57 -2
  752. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/psa/crypto_values.h +23 -3
  753. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/libwebsockets.a +0 -0
  754. package/cpp/HybridWebSocket.cpp +217 -64
  755. package/cpp/HybridWebSocket.hpp +29 -2
  756. package/lib/index.d.ts +4 -2
  757. package/lib/index.js +3 -0
  758. package/lib/specs/WebSocket.nitro.d.ts +52 -17
  759. package/nitrogen/generated/shared/c++/ConnectionMetrics.hpp +107 -0
  760. package/nitrogen/generated/shared/c++/HybridWebSocketSpec.cpp +2 -0
  761. package/nitrogen/generated/shared/c++/HybridWebSocketSpec.hpp +5 -1
  762. package/package.json +1 -1
  763. package/src/index.ts +1 -2
  764. package/src/specs/WebSocket.nitro.ts +54 -20
  765. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/everest/vs2013/inttypes.h +0 -36
  766. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/everest/vs2013/stdbool.h +0 -31
  767. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/abstract/abstract.h +0 -138
  768. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/abstract/protocols/smtp.h +0 -115
  769. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/abstract/protocols.h +0 -88
  770. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/abstract/transports/unit-test.h +0 -81
  771. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/abstract/transports.h +0 -65
  772. package/3rdparty/output/android/libwebsockets/arm64-v8a/include/libwebsockets/lws-sequencer.h +0 -243
  773. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/everest/vs2013/inttypes.h +0 -36
  774. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/everest/vs2013/stdbool.h +0 -31
  775. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/abstract/abstract.h +0 -138
  776. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/abstract/protocols/smtp.h +0 -115
  777. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/abstract/protocols.h +0 -88
  778. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/abstract/transports/unit-test.h +0 -81
  779. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/abstract/transports.h +0 -65
  780. package/3rdparty/output/android/libwebsockets/armeabi-v7a/include/libwebsockets/lws-sequencer.h +0 -243
  781. package/3rdparty/output/android/libwebsockets/x86/include/everest/vs2013/inttypes.h +0 -36
  782. package/3rdparty/output/android/libwebsockets/x86/include/everest/vs2013/stdbool.h +0 -31
  783. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/abstract/abstract.h +0 -138
  784. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/abstract/protocols/smtp.h +0 -115
  785. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/abstract/protocols.h +0 -88
  786. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/abstract/transports/unit-test.h +0 -81
  787. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/abstract/transports.h +0 -65
  788. package/3rdparty/output/android/libwebsockets/x86/include/libwebsockets/lws-sequencer.h +0 -243
  789. package/3rdparty/output/android/libwebsockets/x86_64/include/everest/vs2013/inttypes.h +0 -36
  790. package/3rdparty/output/android/libwebsockets/x86_64/include/everest/vs2013/stdbool.h +0 -31
  791. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/abstract/abstract.h +0 -138
  792. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/abstract/protocols/smtp.h +0 -115
  793. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/abstract/protocols.h +0 -88
  794. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/abstract/transports/unit-test.h +0 -81
  795. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/abstract/transports.h +0 -65
  796. package/3rdparty/output/android/libwebsockets/x86_64/include/libwebsockets/lws-sequencer.h +0 -243
  797. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/everest/vs2013/inttypes.h +0 -36
  798. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/everest/vs2013/stdbool.h +0 -31
  799. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/abstract.h +0 -138
  800. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/protocols/smtp.h +0 -115
  801. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/protocols.h +0 -88
  802. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/transports/raw-skt.h +0 -29
  803. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/transports/unit-test.h +0 -81
  804. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/abstract/transports.h +0 -65
  805. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64/Headers/libwebsockets/lws-sequencer.h +0 -243
  806. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/everest/vs2013/inttypes.h +0 -36
  807. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/everest/vs2013/stdbool.h +0 -31
  808. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/abstract.h +0 -138
  809. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/protocols/smtp.h +0 -115
  810. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/protocols.h +0 -88
  811. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/transports/raw-skt.h +0 -29
  812. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/transports/unit-test.h +0 -81
  813. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/abstract/transports.h +0 -65
  814. package/3rdparty/output/ios/libwebsockets.xcframework/ios-arm64_x86_64-simulator/Headers/libwebsockets/lws-sequencer.h +0 -243
@@ -1118,7 +1118,7 @@
1118
1118
  * MBEDTLS_ECP_DP_SECP256R1_ENABLED
1119
1119
  *
1120
1120
  * \warning If SHA-256 is provided only by a PSA driver, you must call
1121
- * psa_crypto_init() before the first hanshake (even if
1121
+ * psa_crypto_init() before the first handshake (even if
1122
1122
  * MBEDTLS_USE_PSA_CRYPTO is disabled).
1123
1123
  *
1124
1124
  * This enables the following ciphersuites (if other requisites are
@@ -1414,6 +1414,23 @@
1414
1414
  */
1415
1415
  //#define MBEDTLS_PSA_CRYPTO_SPM
1416
1416
 
1417
+ /**
1418
+ * \def MBEDTLS_PSA_KEY_STORE_DYNAMIC
1419
+ *
1420
+ * Dynamically resize the PSA key store to accommodate any number of
1421
+ * volatile keys (until the heap memory is exhausted).
1422
+ *
1423
+ * If this option is disabled, the key store has a fixed size
1424
+ * #MBEDTLS_PSA_KEY_SLOT_COUNT for volatile keys and loaded persistent keys
1425
+ * together.
1426
+ *
1427
+ * This option has no effect when #MBEDTLS_PSA_CRYPTO_C is disabled.
1428
+ *
1429
+ * Module: library/psa_crypto.c
1430
+ * Requires: MBEDTLS_PSA_CRYPTO_C
1431
+ */
1432
+ #define MBEDTLS_PSA_KEY_STORE_DYNAMIC
1433
+
1417
1434
  /**
1418
1435
  * Uncomment to enable p256-m. This is an alternative implementation of
1419
1436
  * key generation, ECDH and (randomized) ECDSA on the curve SECP256R1.
@@ -1468,6 +1485,26 @@
1468
1485
  */
1469
1486
  //#define MBEDTLS_PSA_INJECT_ENTROPY
1470
1487
 
1488
+ /**
1489
+ * \def MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS
1490
+ *
1491
+ * Assume all buffers passed to PSA functions are owned exclusively by the
1492
+ * PSA function and are not stored in shared memory.
1493
+ *
1494
+ * This option may be enabled if all buffers passed to any PSA function reside
1495
+ * in memory that is accessible only to the PSA function during its execution.
1496
+ *
1497
+ * This option MUST be disabled whenever buffer arguments are in memory shared
1498
+ * with an untrusted party, for example where arguments to PSA calls are passed
1499
+ * across a trust boundary.
1500
+ *
1501
+ * \note Enabling this option reduces memory usage and code size.
1502
+ *
1503
+ * \note Enabling this option causes overlap of input and output buffers
1504
+ * not to be supported by PSA functions.
1505
+ */
1506
+ //#define MBEDTLS_PSA_ASSUME_EXCLUSIVE_BUFFERS
1507
+
1471
1508
  /**
1472
1509
  * \def MBEDTLS_RSA_NO_CRT
1473
1510
  *
@@ -1585,6 +1622,46 @@
1585
1622
  */
1586
1623
  //#define MBEDTLS_SSL_ASYNC_PRIVATE
1587
1624
 
1625
+ /** \def MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
1626
+ *
1627
+ * In TLS clients, when a client authenticates a server through its
1628
+ * certificate, the client normally checks three things:
1629
+ * - the certificate chain must be valid;
1630
+ * - the chain must start from a trusted CA;
1631
+ * - the certificate must cover the server name that is expected by the client.
1632
+ *
1633
+ * Omitting any of these checks is generally insecure, and can allow a
1634
+ * malicious server to impersonate a legitimate server.
1635
+ *
1636
+ * The third check may be safely skipped in some unusual scenarios,
1637
+ * such as networks where eavesdropping is a risk but not active attacks,
1638
+ * or a private PKI where the client equally trusts all servers that are
1639
+ * accredited by the root CA.
1640
+ *
1641
+ * You should call mbedtls_ssl_set_hostname() with the expected server name
1642
+ * before starting a TLS handshake on a client (unless the client is
1643
+ * set up to only use PSK-based authentication, which does not rely on the
1644
+ * host name). This configuration option controls what happens if a TLS client
1645
+ * is configured with the authentication mode #MBEDTLS_SSL_VERIFY_REQUIRED
1646
+ * (default), certificate authentication is enabled and the client does not
1647
+ * call mbedtls_ssl_set_hostname():
1648
+ *
1649
+ * - If this option is unset (default), the connection attempt is aborted
1650
+ * with the error #MBEDTLS_ERR_SSL_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME.
1651
+ * - If this option is set, the TLS library does not check the server name
1652
+ * that the certificate is valid for. This is the historical behavior
1653
+ * of Mbed TLS, but may be insecure as explained above.
1654
+ *
1655
+ * Enable this option for strict backward compatibility if you have
1656
+ * determined that it is secure in the scenario where you are using
1657
+ * Mbed TLS.
1658
+ *
1659
+ * \deprecated This option exists only for backward compatibility and will
1660
+ * be removed in the next major version of Mbed TLS.
1661
+ *
1662
+ */
1663
+ //#define MBEDTLS_SSL_CLI_ALLOW_WEAK_CERTIFICATE_VERIFICATION_WITHOUT_HOSTNAME
1664
+
1588
1665
  /**
1589
1666
  * \def MBEDTLS_SSL_CONTEXT_SERIALIZATION
1590
1667
  *
@@ -1686,6 +1763,20 @@
1686
1763
  */
1687
1764
  #define MBEDTLS_SSL_KEEP_PEER_CERTIFICATE
1688
1765
 
1766
+ /**
1767
+ * \def MBEDTLS_SSL_KEYING_MATERIAL_EXPORT
1768
+ *
1769
+ * When this option is enabled, the client and server can extract additional
1770
+ * shared symmetric keys after an SSL handshake using the function
1771
+ * mbedtls_ssl_export_keying_material().
1772
+ *
1773
+ * The process for deriving the keys is specified in RFC 5705 for TLS 1.2 and
1774
+ * in RFC 8446, Section 7.5, for TLS 1.3.
1775
+ *
1776
+ * Comment this macro to disable mbedtls_ssl_export_keying_material().
1777
+ */
1778
+ #define MBEDTLS_SSL_KEYING_MATERIAL_EXPORT
1779
+
1689
1780
  /**
1690
1781
  * \def MBEDTLS_SSL_RENEGOTIATION
1691
1782
  *
@@ -1724,9 +1815,6 @@
1724
1815
  *
1725
1816
  * Enable support for RFC 8449 record_size_limit extension in SSL (TLS 1.3 only).
1726
1817
  *
1727
- * \warning This extension is currently in development and must NOT be used except
1728
- * for testing purposes.
1729
- *
1730
1818
  * Requires: MBEDTLS_SSL_PROTO_TLS1_3
1731
1819
  *
1732
1820
  * Uncomment this macro to enable support for the record_size_limit extension
@@ -1764,17 +1852,23 @@
1764
1852
  * Requires: MBEDTLS_PSA_CRYPTO_C
1765
1853
  *
1766
1854
  * \note TLS 1.3 uses PSA crypto for cryptographic operations that are
1767
- * directly performed by TLS 1.3 code. As a consequence, you must
1768
- * call psa_crypto_init() before the first TLS 1.3 handshake.
1855
+ * directly performed by TLS 1.3 code. As a consequence, when TLS 1.3
1856
+ * is enabled, a TLS handshake may call psa_crypto_init(), even
1857
+ * if it ends up negotiating a different TLS version.
1769
1858
  *
1770
1859
  * \note Cryptographic operations performed indirectly via another module
1771
1860
  * (X.509, PK) or by code shared with TLS 1.2 (record protection,
1772
1861
  * running handshake hash) only use PSA crypto if
1773
1862
  * #MBEDTLS_USE_PSA_CRYPTO is enabled.
1774
1863
  *
1864
+ * \note In multithreaded applications, you must also enable
1865
+ * #MBEDTLS_THREADING_C, even if individual TLS contexts are not
1866
+ * shared between threads, unless only one thread ever calls
1867
+ * TLS functions.
1868
+ *
1775
1869
  * Uncomment this macro to enable the support for TLS 1.3.
1776
1870
  */
1777
- //#define MBEDTLS_SSL_PROTO_TLS1_3
1871
+ #define MBEDTLS_SSL_PROTO_TLS1_3
1778
1872
 
1779
1873
  /**
1780
1874
  * \def MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
@@ -1796,7 +1890,7 @@
1796
1890
  * effect on the build.
1797
1891
  *
1798
1892
  */
1799
- //#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
1893
+ #define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
1800
1894
 
1801
1895
  /**
1802
1896
  * \def MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED
@@ -1854,9 +1948,6 @@
1854
1948
  * Comment this to disable support for early data. If MBEDTLS_SSL_PROTO_TLS1_3
1855
1949
  * is not enabled, this option does not have any effect on the build.
1856
1950
  *
1857
- * This feature is experimental, not completed and thus not ready for
1858
- * production.
1859
- *
1860
1951
  * \note The maximum amount of early data can be set with
1861
1952
  * MBEDTLS_SSL_MAX_EARLY_DATA_SIZE.
1862
1953
  *
@@ -2093,6 +2184,10 @@
2093
2184
  * before calling any function from the SSL/TLS, X.509 or PK modules, except
2094
2185
  * for the various mbedtls_xxx_init() functions which can be called at any time.
2095
2186
  *
2187
+ * \warning In multithreaded applications, you must also enable
2188
+ * #MBEDTLS_THREADING_C, unless only one thread ever calls PSA functions
2189
+ * (`psa_xxx()`), including indirect calls through SSL/TLS, X.509 or PK.
2190
+ *
2096
2191
  * \note An important and desirable effect of this option is that it allows
2097
2192
  * PK, X.509 and TLS to take advantage of PSA drivers. For example, enabling
2098
2193
  * this option is what allows use of drivers for ECDSA, ECDH and EC J-PAKE in
@@ -2191,6 +2286,8 @@
2191
2286
  * Enable parsing and verification of X.509 certificates, CRLs and CSRS
2192
2287
  * signed with RSASSA-PSS (aka PKCS#1 v2.1).
2193
2288
  *
2289
+ * Requires: MBEDTLS_PKCS1_V21
2290
+ *
2194
2291
  * Comment this macro to disallow using RSASSA-PSS in certificates.
2195
2292
  */
2196
2293
  #define MBEDTLS_X509_RSASSA_PSS_SUPPORT
@@ -2209,7 +2306,7 @@
2209
2306
  * Enable AES-NI support on x86-64 or x86-32.
2210
2307
  *
2211
2308
  * \note AESNI is only supported with certain compilers and target options:
2212
- * - Visual Studio 2013: supported.
2309
+ * - Visual Studio: supported
2213
2310
  * - GCC, x86-64, target not explicitly supporting AESNI:
2214
2311
  * requires MBEDTLS_HAVE_ASM.
2215
2312
  * - GCC, x86-32, target not explicitly supporting AESNI:
@@ -2238,7 +2335,7 @@
2238
2335
  /**
2239
2336
  * \def MBEDTLS_AESCE_C
2240
2337
  *
2241
- * Enable AES cryptographic extension support on 64-bit Arm.
2338
+ * Enable AES cryptographic extension support on Armv8.
2242
2339
  *
2243
2340
  * Module: library/aesce.c
2244
2341
  * Caller: library/aes.c
@@ -2249,13 +2346,15 @@
2249
2346
  * system, Armv8-A Cryptographic Extensions must be supported by
2250
2347
  * the CPU when this option is enabled.
2251
2348
  *
2252
- * \note Minimum compiler versions for this feature are Clang 4.0,
2253
- * armclang 6.6, GCC 6.0 or MSVC 2019 version 16.11.2.
2349
+ * \note Minimum compiler versions for this feature when targeting aarch64
2350
+ * are Clang 4.0; armclang 6.6; GCC 6.0; or MSVC 2019 version 16.11.2.
2351
+ * Minimum compiler versions for this feature when targeting 32-bit
2352
+ * Arm or Thumb are Clang 11.0; armclang 6.20; or GCC 6.0.
2254
2353
  *
2255
2354
  * \note \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for
2256
2355
  * armclang <= 6.9
2257
2356
  *
2258
- * This module adds support for the AES Armv8-A Cryptographic Extensions on Aarch64 systems.
2357
+ * This module adds support for the AES Armv8-A Cryptographic Extensions on Armv8 systems.
2259
2358
  */
2260
2359
  #define MBEDTLS_AESCE_C
2261
2360
 
@@ -2374,6 +2473,28 @@
2374
2473
  */
2375
2474
  #define MBEDTLS_BASE64_C
2376
2475
 
2476
+ /**
2477
+ * \def MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
2478
+ *
2479
+ * Remove decryption operation for AES, ARIA and Camellia block cipher.
2480
+ *
2481
+ * \note This feature is incompatible with insecure block cipher,
2482
+ * MBEDTLS_DES_C, and cipher modes which always require decryption
2483
+ * operation, MBEDTLS_CIPHER_MODE_CBC, MBEDTLS_CIPHER_MODE_XTS and
2484
+ * MBEDTLS_NIST_KW_C. When #MBEDTLS_PSA_CRYPTO_CONFIG is enabled,
2485
+ * this feature is incompatible with following supported PSA equivalence,
2486
+ * PSA_WANT_ALG_ECB_NO_PADDING, PSA_WANT_ALG_CBC_NO_PADDING,
2487
+ * PSA_WANT_ALG_CBC_PKCS7 and PSA_WANT_KEY_TYPE_DES.
2488
+ *
2489
+ * Module: library/aes.c
2490
+ * library/aesce.c
2491
+ * library/aesni.c
2492
+ * library/aria.c
2493
+ * library/camellia.c
2494
+ * library/cipher.c
2495
+ */
2496
+ //#define MBEDTLS_BLOCK_CIPHER_NO_DECRYPT
2497
+
2377
2498
  /**
2378
2499
  * \def MBEDTLS_BIGNUM_C
2379
2500
  *
@@ -2553,6 +2674,8 @@
2553
2674
  * library/ssl_ciphersuites.c
2554
2675
  * library/ssl_msg.c
2555
2676
  * library/ssl_ticket.c (unless MBEDTLS_USE_PSA_CRYPTO is enabled)
2677
+ * Auto-enabled by: MBEDTLS_PSA_CRYPTO_C depending on which ciphers are enabled
2678
+ * (see the documentation of that option for details).
2556
2679
  *
2557
2680
  * Uncomment to enable generic cipher wrappers.
2558
2681
  */
@@ -2583,6 +2706,13 @@
2583
2706
  * The CTR_DRBG generator uses AES-256 by default.
2584
2707
  * To use AES-128 instead, enable \c MBEDTLS_CTR_DRBG_USE_128_BIT_KEY above.
2585
2708
  *
2709
+ * AES support can either be achieved through builtin (MBEDTLS_AES_C) or PSA.
2710
+ * Builtin is the default option when MBEDTLS_AES_C is defined otherwise PSA
2711
+ * is used.
2712
+ *
2713
+ * \warning When using PSA, the user should call `psa_crypto_init()` before
2714
+ * using any CTR_DRBG operation (except `mbedtls_ctr_drbg_init()`).
2715
+ *
2586
2716
  * \note AES-128 will be used if \c MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH is set.
2587
2717
  *
2588
2718
  * \note To achieve a 256-bit security strength with CTR_DRBG,
@@ -2592,7 +2722,9 @@
2592
2722
  * Module: library/ctr_drbg.c
2593
2723
  * Caller:
2594
2724
  *
2595
- * Requires: MBEDTLS_AES_C
2725
+ * Requires: MBEDTLS_AES_C or
2726
+ * (PSA_WANT_KEY_TYPE_AES and PSA_WANT_ALG_ECB_NO_PADDING and
2727
+ * MBEDTLS_PSA_CRYPTO_C)
2596
2728
  *
2597
2729
  * This module provides the CTR_DRBG AES random number generator.
2598
2730
  */
@@ -2763,6 +2895,22 @@
2763
2895
  */
2764
2896
  #define MBEDTLS_GCM_C
2765
2897
 
2898
+ /**
2899
+ * \def MBEDTLS_GCM_LARGE_TABLE
2900
+ *
2901
+ * Enable large pre-computed tables for Galois/Counter Mode (GCM).
2902
+ * Can significantly increase throughput on systems without GCM hardware
2903
+ * acceleration (e.g., AESNI, AESCE).
2904
+ *
2905
+ * The mbedtls_gcm_context size will increase by 3840 bytes.
2906
+ * The code size will increase by roughly 344 bytes.
2907
+ *
2908
+ * Module: library/gcm.c
2909
+ *
2910
+ * Requires: MBEDTLS_GCM_C
2911
+ */
2912
+ //#define MBEDTLS_GCM_LARGE_TABLE
2913
+
2766
2914
  /**
2767
2915
  * \def MBEDTLS_HKDF_C
2768
2916
  *
@@ -3022,7 +3170,7 @@
3022
3170
  * Caller: library/x509_crt.c
3023
3171
  * library/x509_csr.c
3024
3172
  *
3025
- * Requires: MBEDTLS_PK_C
3173
+ * Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_OID_C, MBEDTLS_PK_C
3026
3174
  *
3027
3175
  * Uncomment to enable generic public key parse functions.
3028
3176
  */
@@ -3036,7 +3184,7 @@
3036
3184
  * Module: library/pkwrite.c
3037
3185
  * Caller: library/x509write.c
3038
3186
  *
3039
- * Requires: MBEDTLS_PK_C
3187
+ * Requires: MBEDTLS_ASN1_WRITE_C, MBEDTLS_OID_C, MBEDTLS_PK_C
3040
3188
  *
3041
3189
  * Uncomment to enable generic public key write functions.
3042
3190
  */
@@ -3049,7 +3197,6 @@
3049
3197
  *
3050
3198
  * Module: library/pkcs5.c
3051
3199
  *
3052
- * Requires: MBEDTLS_CIPHER_C
3053
3200
  * Auto-enables: MBEDTLS_MD_C
3054
3201
  *
3055
3202
  * \warning If using a hash that is only provided by PSA drivers, you must
@@ -3084,8 +3231,8 @@
3084
3231
  * Module: library/pkcs12.c
3085
3232
  * Caller: library/pkparse.c
3086
3233
  *
3087
- * Requires: MBEDTLS_ASN1_PARSE_C, MBEDTLS_CIPHER_C and either
3088
- * MBEDTLS_MD_C or MBEDTLS_PSA_CRYPTO_C.
3234
+ * Requires: MBEDTLS_ASN1_PARSE_C and either MBEDTLS_MD_C or
3235
+ * MBEDTLS_PSA_CRYPTO_C.
3089
3236
  *
3090
3237
  * \warning If using a hash that is only provided by PSA drivers, you must
3091
3238
  * call psa_crypto_init() before doing any PKCS12 operations.
@@ -3127,15 +3274,27 @@
3127
3274
  /**
3128
3275
  * \def MBEDTLS_PSA_CRYPTO_C
3129
3276
  *
3130
- * Enable the Platform Security Architecture cryptography API.
3277
+ * Enable the Platform Security Architecture (PSA) cryptography API.
3278
+ *
3279
+ * \note In multithreaded applications, you must enable #MBEDTLS_THREADING_C,
3280
+ * unless only one thread ever calls `psa_xxx()` functions.
3281
+ * That includes indirect calls, such as:
3282
+ * - performing a TLS handshake if support for TLS 1.3 is enabled;
3283
+ * - using a TLS 1.3 connection;
3284
+ * - indirect calls from PK, X.509 or SSL functions when
3285
+ * #MBEDTLS_USE_PSA_CRYPTO is enabled;
3286
+ * - indirect calls to calculate a hash when #MBEDTLS_MD_C is disabled;
3287
+ * - any other call to a function that requires calling psa_crypto_init()
3288
+ * beforehand.
3131
3289
  *
3132
3290
  * Module: library/psa_crypto.c
3133
3291
  *
3134
- * Requires: MBEDTLS_CIPHER_C,
3135
- * either MBEDTLS_CTR_DRBG_C and MBEDTLS_ENTROPY_C,
3292
+ * Requires: either MBEDTLS_CTR_DRBG_C and MBEDTLS_ENTROPY_C,
3136
3293
  * or MBEDTLS_HMAC_DRBG_C and MBEDTLS_ENTROPY_C,
3137
3294
  * or MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG.
3138
- *
3295
+ * Auto-enables: MBEDTLS_CIPHER_C if any unauthenticated (ie, non-AEAD) cipher
3296
+ * is enabled in PSA (unless it's fully accelerated, see
3297
+ * docs/driver-only-builds.md about that).
3139
3298
  */
3140
3299
  #define MBEDTLS_PSA_CRYPTO_C
3141
3300
 
@@ -3148,6 +3307,9 @@
3148
3307
  * \deprecated This feature is deprecated. Please switch to the PSA driver
3149
3308
  * interface.
3150
3309
  *
3310
+ * \warning This feature is not thread-safe, and should not be used in a
3311
+ * multi-threaded environment.
3312
+ *
3151
3313
  * Module: library/psa_crypto_se.c
3152
3314
  *
3153
3315
  * Requires: MBEDTLS_PSA_CRYPTO_C, MBEDTLS_PSA_CRYPTO_STORAGE_C
@@ -3180,6 +3342,26 @@
3180
3342
  */
3181
3343
  #define MBEDTLS_PSA_ITS_FILE_C
3182
3344
 
3345
+ /**
3346
+ * \def MBEDTLS_PSA_STATIC_KEY_SLOTS
3347
+ *
3348
+ * Statically preallocate memory to store keys' material in PSA instead
3349
+ * of allocating it dynamically when required. This allows builds without a
3350
+ * heap, if none of the enabled cryptographic implementations or other features
3351
+ * require it.
3352
+ * This feature affects both volatile and persistent keys which means that
3353
+ * it's not possible to persistently store a key which is larger than
3354
+ * #MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE.
3355
+ *
3356
+ * \note This feature comes with a (potentially) higher RAM usage since:
3357
+ * - All the key slots are allocated no matter if they are used or not.
3358
+ * - Each key buffer's length is #MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE bytes.
3359
+ *
3360
+ * Requires: MBEDTLS_PSA_CRYPTO_C
3361
+ *
3362
+ */
3363
+ //#define MBEDTLS_PSA_STATIC_KEY_SLOTS
3364
+
3183
3365
  /**
3184
3366
  * \def MBEDTLS_RIPEMD160_C
3185
3367
  *
@@ -3261,14 +3443,14 @@
3261
3443
  #define MBEDTLS_SHA256_C
3262
3444
 
3263
3445
  /**
3264
- * \def MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
3446
+ * \def MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT
3265
3447
  *
3266
3448
  * Enable acceleration of the SHA-256 and SHA-224 cryptographic hash algorithms
3267
3449
  * with the ARMv8 cryptographic extensions if they are available at runtime.
3268
3450
  * If not, the library will fall back to the C implementation.
3269
3451
  *
3270
- * \note If MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT is defined when building
3271
- * for a non-Aarch64 build it will be silently ignored.
3452
+ * \note If MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT is defined when building
3453
+ * for a non-Armv8-A build it will be silently ignored.
3272
3454
  *
3273
3455
  * \note Minimum compiler versions for this feature are Clang 4.0,
3274
3456
  * armclang 6.6 or GCC 6.0.
@@ -3276,27 +3458,40 @@
3276
3458
  * \note \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for
3277
3459
  * armclang <= 6.9
3278
3460
  *
3279
- * \warning MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the
3280
- * same time as MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY.
3461
+ * \note This was previously known as MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT.
3462
+ * That name is deprecated, but may still be used as an alternative form for this
3463
+ * option.
3464
+ *
3465
+ * \warning MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT cannot be defined at the
3466
+ * same time as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY.
3281
3467
  *
3282
3468
  * Requires: MBEDTLS_SHA256_C.
3283
3469
  *
3284
3470
  * Module: library/sha256.c
3285
3471
  *
3286
- * Uncomment to have the library check for the A64 SHA-256 crypto extensions
3472
+ * Uncomment to have the library check for the Armv8-A SHA-256 crypto extensions
3287
3473
  * and use them if available.
3288
3474
  */
3475
+ //#define MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT
3476
+
3477
+ /**
3478
+ * \def MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
3479
+ *
3480
+ * \deprecated This is now known as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT.
3481
+ * This name is now deprecated, but may still be used as an alternative form for
3482
+ * this option.
3483
+ */
3289
3484
  //#define MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
3290
3485
 
3291
3486
  /**
3292
- * \def MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY
3487
+ * \def MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY
3293
3488
  *
3294
3489
  * Enable acceleration of the SHA-256 and SHA-224 cryptographic hash algorithms
3295
3490
  * with the ARMv8 cryptographic extensions, which must be available at runtime
3296
3491
  * or else an illegal instruction fault will occur.
3297
3492
  *
3298
3493
  * \note This allows builds with a smaller code size than with
3299
- * MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
3494
+ * MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT
3300
3495
  *
3301
3496
  * \note Minimum compiler versions for this feature are Clang 4.0,
3302
3497
  * armclang 6.6 or GCC 6.0.
@@ -3304,16 +3499,29 @@
3304
3499
  * \note \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for
3305
3500
  * armclang <= 6.9
3306
3501
  *
3307
- * \warning MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY cannot be defined at the same
3308
- * time as MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT.
3502
+ * \note This was previously known as MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY.
3503
+ * That name is deprecated, but may still be used as an alternative form for this
3504
+ * option.
3505
+ *
3506
+ * \warning MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY cannot be defined at the same
3507
+ * time as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_IF_PRESENT.
3309
3508
  *
3310
3509
  * Requires: MBEDTLS_SHA256_C.
3311
3510
  *
3312
3511
  * Module: library/sha256.c
3313
3512
  *
3314
- * Uncomment to have the library use the A64 SHA-256 crypto extensions
3513
+ * Uncomment to have the library use the Armv8-A SHA-256 crypto extensions
3315
3514
  * unconditionally.
3316
3515
  */
3516
+ //#define MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY
3517
+
3518
+ /**
3519
+ * \def MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY
3520
+ *
3521
+ * \deprecated This is now known as MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_ONLY.
3522
+ * This name is now deprecated, but may still be used as an alternative form for
3523
+ * this option.
3524
+ */
3317
3525
  //#define MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY
3318
3526
 
3319
3527
  /**
@@ -3497,10 +3705,38 @@
3497
3705
  * \def MBEDTLS_THREADING_C
3498
3706
  *
3499
3707
  * Enable the threading abstraction layer.
3500
- * By default Mbed TLS assumes it is used in a non-threaded environment or that
3501
- * contexts are not shared between threads. If you do intend to use contexts
3708
+ *
3709
+ * Traditionally, Mbed TLS assumes it is used in a non-threaded environment or
3710
+ * that contexts are not shared between threads. If you do intend to use contexts
3502
3711
  * between threads, you will need to enable this layer to prevent race
3503
- * conditions. See also our Knowledge Base article about threading:
3712
+ * conditions.
3713
+ *
3714
+ * The PSA subsystem has an implicit shared context. Therefore, you must
3715
+ * enable this option if more than one thread may use any part of
3716
+ * Mbed TLS that is implemented on top of the PSA subsystem.
3717
+ *
3718
+ * You must enable this option in multithreaded applications where more than
3719
+ * one thread performs any of the following operations:
3720
+ *
3721
+ * - Any call to a PSA function (`psa_xxx()`).
3722
+ * - Any call to a TLS, X.509 or PK function (`mbedtls_ssl_xxx()`,
3723
+ * `mbedtls_x509_xxx()`, `mbedtls_pkcs7_xxx()`, `mbedtls_pk_xxx()`)
3724
+ * if `MBEDTLS_USE_PSA_CRYPTO` is enabled (regardless of whether individual
3725
+ * TLS, X.509 or PK contexts are shared between threads).
3726
+ * - A TLS 1.3 connection, regardless of the compile-time configuration.
3727
+ * - Any library feature that calculates a hash, if `MBEDTLS_MD_C` is disabled.
3728
+ * As an exception, algorithm-specific low-level modules do not require
3729
+ * threading protection unless the contexts are shared between threads.
3730
+ * - Any library feature that performs symmetric encryption or decryption,
3731
+ * if `MBEDTLS_CIPHER_C` is disabled.
3732
+ * As an exception, algorithm-specific low-level modules do not require
3733
+ * threading protection unless the contexts are shared between threads.
3734
+ * - Any use of a cryptographic context if the same context is used in
3735
+ * multiple threads.
3736
+ * - Any call to a function where the documentation specifies that
3737
+ * psa_crypto_init() must be called prior to that function.
3738
+ *
3739
+ * See also our Knowledge Base article about threading:
3504
3740
  * https://mbed-tls.readthedocs.io/en/latest/kb/development/thread-safety-and-multi-threading
3505
3741
  *
3506
3742
  * Module: library/threading.c
@@ -3920,25 +4156,54 @@
3920
4156
  * Use HMAC_DRBG with the specified hash algorithm for HMAC_DRBG for the
3921
4157
  * PSA crypto subsystem.
3922
4158
  *
3923
- * If this option is unset:
3924
- * - If CTR_DRBG is available, the PSA subsystem uses it rather than HMAC_DRBG.
3925
- * - Otherwise, the PSA subsystem uses HMAC_DRBG with either
3926
- * #MBEDTLS_MD_SHA512 or #MBEDTLS_MD_SHA256 based on availability and
3927
- * on unspecified heuristics.
4159
+ * If this option is unset, the library chooses a hash (currently between
4160
+ * #MBEDTLS_MD_SHA512 and #MBEDTLS_MD_SHA256) based on availability and
4161
+ * unspecified heuristics.
4162
+ *
4163
+ * \note The PSA crypto subsystem uses the first available mechanism amongst
4164
+ * the following:
4165
+ * - #MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG if enabled;
4166
+ * - Entropy from #MBEDTLS_ENTROPY_C plus CTR_DRBG with AES
4167
+ * if #MBEDTLS_CTR_DRBG_C is enabled;
4168
+ * - Entropy from #MBEDTLS_ENTROPY_C plus HMAC_DRBG.
4169
+ *
4170
+ * A future version may reevaluate the prioritization of DRBG mechanisms.
3928
4171
  */
3929
4172
  //#define MBEDTLS_PSA_HMAC_DRBG_MD_TYPE MBEDTLS_MD_SHA256
3930
4173
 
3931
4174
  /** \def MBEDTLS_PSA_KEY_SLOT_COUNT
3932
- * Restrict the PSA library to supporting a maximum amount of simultaneously
3933
- * loaded keys. A loaded key is a key stored by the PSA Crypto core as a
3934
- * volatile key, or a persistent key which is loaded temporarily by the
3935
- * library as part of a crypto operation in flight.
3936
4175
  *
3937
- * If this option is unset, the library will fall back to a default value of
3938
- * 32 keys.
4176
+ * When #MBEDTLS_PSA_KEY_STORE_DYNAMIC is disabled,
4177
+ * the maximum amount of PSA keys simultaneously in memory. This counts all
4178
+ * volatile keys, plus loaded persistent keys.
4179
+ *
4180
+ * When #MBEDTLS_PSA_KEY_STORE_DYNAMIC is enabled,
4181
+ * the maximum number of loaded persistent keys.
4182
+ *
4183
+ * Currently, persistent keys do not need to be loaded all the time while
4184
+ * a multipart operation is in progress, only while the operation is being
4185
+ * set up. This may change in future versions of the library.
4186
+ *
4187
+ * Currently, the library traverses of the whole table on each access to a
4188
+ * persistent key. Therefore large values may cause poor performance.
4189
+ *
4190
+ * This option has no effect when #MBEDTLS_PSA_CRYPTO_C is disabled.
3939
4191
  */
3940
4192
  //#define MBEDTLS_PSA_KEY_SLOT_COUNT 32
3941
4193
 
4194
+ /**
4195
+ * \def MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE
4196
+ *
4197
+ * Define the size (in bytes) of each static key buffer when
4198
+ * #MBEDTLS_PSA_STATIC_KEY_SLOTS is set. If not
4199
+ * explicitly defined then it's automatically guessed from available PSA keys
4200
+ * enabled in the build through PSA_WANT_xxx symbols.
4201
+ * If required by the application this parameter can be set to higher values
4202
+ * in order to store larger objects (ex: raw keys), but please note that this
4203
+ * will increase RAM usage.
4204
+ */
4205
+ //#define MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE 256
4206
+
3942
4207
  /* RSA OPTIONS */
3943
4208
  //#define MBEDTLS_RSA_GEN_KEY_MIN_BITS 1024 /**< Minimum RSA key size that can be generated in bits (Minimum possible value is 128 bits) */
3944
4209
 
@@ -4057,36 +4322,35 @@
4057
4322
  * \def MBEDTLS_SSL_MAX_EARLY_DATA_SIZE
4058
4323
  *
4059
4324
  * The default maximum amount of 0-RTT data. See the documentation of
4060
- * \c mbedtls_ssl_tls13_conf_max_early_data_size() for more information.
4325
+ * \c mbedtls_ssl_conf_max_early_data_size() for more information.
4061
4326
  *
4062
4327
  * It must be positive and smaller than UINT32_MAX.
4063
4328
  *
4064
4329
  * If MBEDTLS_SSL_EARLY_DATA is not defined, this default value does not
4065
4330
  * have any impact on the build.
4066
- *
4067
- * This feature is experimental, not completed and thus not ready for
4068
- * production.
4069
- *
4070
4331
  */
4071
4332
  //#define MBEDTLS_SSL_MAX_EARLY_DATA_SIZE 1024
4072
4333
 
4073
4334
  /**
4074
4335
  * \def MBEDTLS_SSL_TLS1_3_TICKET_AGE_TOLERANCE
4075
4336
  *
4076
- * Maximum time difference in milliseconds tolerated between the age of a
4077
- * ticket from the server and client point of view.
4078
- * From the client point of view, the age of a ticket is the time difference
4079
- * between the time when the client proposes to the server to use the ticket
4080
- * (time of writing of the Pre-Shared Key Extension including the ticket) and
4081
- * the time the client received the ticket from the server.
4082
- * From the server point of view, the age of a ticket is the time difference
4083
- * between the time when the server receives a proposition from the client
4084
- * to use the ticket and the time when the ticket was created by the server.
4085
- * The server age is expected to be always greater than the client one and
4086
- * MBEDTLS_SSL_TLS1_3_TICKET_AGE_TOLERANCE defines the
4087
- * maximum difference tolerated for the server to accept the ticket.
4088
- * This is not used in TLS 1.2.
4337
+ * Maximum allowed ticket age difference in milliseconds tolerated between
4338
+ * server and client. Default value is 6000. This is not used in TLS 1.2.
4339
+ *
4340
+ * - The client ticket age is the time difference between the time when the
4341
+ * client proposes to the server to use the ticket and the time the client
4342
+ * received the ticket from the server.
4343
+ * - The server ticket age is the time difference between the time when the
4344
+ * server receives a proposition from the client to use the ticket and the
4345
+ * time when the ticket was created by the server.
4346
+ *
4347
+ * The ages might be different due to the client and server clocks not running
4348
+ * at the same pace. The typical accuracy of an RTC crystal is ±100 to ±20 parts
4349
+ * per million (360 to 72 milliseconds per hour). Default tolerance window is
4350
+ * 6s, thus in the worst case clients and servers must sync up their system time
4351
+ * every 6000/360/2~=8 hours.
4089
4352
  *
4353
+ * See section 8.3 of the TLS 1.3 specification(RFC 8446) for more information.
4090
4354
  */
4091
4355
  //#define MBEDTLS_SSL_TLS1_3_TICKET_AGE_TOLERANCE 6000
4092
4356