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
@@ -59,6 +59,18 @@ extern "C" {
59
59
  * of integral types defined in "crypto_types.h". */
60
60
  #include "crypto_values.h"
61
61
 
62
+ /* The file "crypto_sizes.h" contains definitions for size calculation
63
+ * macros whose definitions are implementation-specific. */
64
+ #include "crypto_sizes.h"
65
+
66
+ /* The file "crypto_struct.h" contains definitions for
67
+ * implementation-specific structs that are declared above. */
68
+ #if defined(MBEDTLS_PSA_CRYPTO_STRUCT_FILE)
69
+ #include MBEDTLS_PSA_CRYPTO_STRUCT_FILE
70
+ #else
71
+ #include "crypto_struct.h"
72
+ #endif
73
+
62
74
  /** \defgroup initialization Library initialization
63
75
  * @{
64
76
  */
@@ -119,8 +131,9 @@ static psa_key_attributes_t psa_key_attributes_init(void);
119
131
  * value in the structure.
120
132
  * The persistent key will be written to storage when the attribute
121
133
  * structure is passed to a key creation function such as
122
- * psa_import_key(), psa_generate_key(),
123
- * psa_key_derivation_output_key() or psa_copy_key().
134
+ * psa_import_key(), psa_generate_key(), psa_generate_key_custom(),
135
+ * psa_key_derivation_output_key(), psa_key_derivation_output_key_custom()
136
+ * or psa_copy_key().
124
137
  *
125
138
  * This function may be declared as `static` (i.e. without external
126
139
  * linkage). This function may be provided as a function-like macro,
@@ -128,6 +141,9 @@ static psa_key_attributes_t psa_key_attributes_init(void);
128
141
  *
129
142
  * \param[out] attributes The attribute structure to write to.
130
143
  * \param key The persistent identifier for the key.
144
+ * This can be any value in the range from
145
+ * #PSA_KEY_ID_USER_MIN to #PSA_KEY_ID_USER_MAX
146
+ * inclusive.
131
147
  */
132
148
  static void psa_set_key_id(psa_key_attributes_t *attributes,
133
149
  mbedtls_svc_key_id_t key);
@@ -163,8 +179,9 @@ static void mbedtls_set_key_owner_id(psa_key_attributes_t *attributes,
163
179
  * value in the structure.
164
180
  * The persistent key will be written to storage when the attribute
165
181
  * structure is passed to a key creation function such as
166
- * psa_import_key(), psa_generate_key(),
167
- * psa_key_derivation_output_key() or psa_copy_key().
182
+ * psa_import_key(), psa_generate_key(), psa_generate_key_custom(),
183
+ * psa_key_derivation_output_key(), psa_key_derivation_output_key_custom()
184
+ * or psa_copy_key().
168
185
  *
169
186
  * This function may be declared as `static` (i.e. without external
170
187
  * linkage). This function may be provided as a function-like macro,
@@ -525,6 +542,11 @@ psa_status_t psa_copy_key(mbedtls_svc_key_id_t source_key,
525
542
  * If a key is currently in use in a multipart operation, then destroying the
526
543
  * key will cause the multipart operation to fail.
527
544
  *
545
+ * \warning We can only guarantee that the the key material will
546
+ * eventually be wiped from memory. With threading enabled
547
+ * and during concurrent execution, copies of the key material may
548
+ * still exist until all threads have finished using the key.
549
+ *
528
550
  * \param key Identifier of the key to erase. If this is \c 0, do nothing and
529
551
  * return #PSA_SUCCESS.
530
552
  *
@@ -864,7 +886,7 @@ psa_status_t psa_hash_compute(psa_algorithm_t alg,
864
886
  * such that #PSA_ALG_IS_HASH(\p alg) is true).
865
887
  * \param[in] input Buffer containing the message to hash.
866
888
  * \param input_length Size of the \p input buffer in bytes.
867
- * \param[out] hash Buffer containing the expected hash value.
889
+ * \param[in] hash Buffer containing the expected hash value.
868
890
  * \param hash_length Size of the \p hash buffer in bytes.
869
891
  *
870
892
  * \retval #PSA_SUCCESS
@@ -1217,7 +1239,7 @@ psa_status_t psa_mac_compute(mbedtls_svc_key_id_t key,
1217
1239
  * such that #PSA_ALG_IS_MAC(\p alg) is true).
1218
1240
  * \param[in] input Buffer containing the input message.
1219
1241
  * \param input_length Size of the \p input buffer in bytes.
1220
- * \param[out] mac Buffer containing the expected MAC value.
1242
+ * \param[in] mac Buffer containing the expected MAC value.
1221
1243
  * \param mac_length Size of the \p mac buffer in bytes.
1222
1244
  *
1223
1245
  * \retval #PSA_SUCCESS
@@ -2903,7 +2925,7 @@ psa_status_t psa_sign_message(mbedtls_svc_key_id_t key,
2903
2925
  * \p key.
2904
2926
  * \param[in] input The message whose signature is to be verified.
2905
2927
  * \param[in] input_length Size of the \p input buffer in bytes.
2906
- * \param[out] signature Buffer containing the signature to verify.
2928
+ * \param[in] signature Buffer containing the signature to verify.
2907
2929
  * \param[in] signature_length Size of the \p signature buffer in bytes.
2908
2930
  *
2909
2931
  * \retval #PSA_SUCCESS \emptydescription
@@ -3226,7 +3248,8 @@ static psa_key_derivation_operation_t psa_key_derivation_operation_init(void);
3226
3248
  * psa_key_derivation_set_capacity(). You may do this before, in the middle
3227
3249
  * of or after providing inputs. For some algorithms, this step is mandatory
3228
3250
  * because the output depends on the maximum capacity.
3229
- * -# To derive a key, call psa_key_derivation_output_key().
3251
+ * -# To derive a key, call psa_key_derivation_output_key() or
3252
+ * psa_key_derivation_output_key_custom().
3230
3253
  * To derive a byte string for a different purpose, call
3231
3254
  * psa_key_derivation_output_bytes().
3232
3255
  * Successive calls to these functions use successive output bytes
@@ -3449,7 +3472,8 @@ psa_status_t psa_key_derivation_input_integer(
3449
3472
  * \note Once all inputs steps are completed, the operations will allow:
3450
3473
  * - psa_key_derivation_output_bytes() if each input was either a direct input
3451
3474
  * or a key with #PSA_KEY_USAGE_DERIVE set;
3452
- * - psa_key_derivation_output_key() if the input for step
3475
+ * - psa_key_derivation_output_key() or psa_key_derivation_output_key_custom()
3476
+ * if the input for step
3453
3477
  * #PSA_KEY_DERIVATION_INPUT_SECRET or #PSA_KEY_DERIVATION_INPUT_PASSWORD
3454
3478
  * was from a key slot with #PSA_KEY_USAGE_DERIVE and each other input was
3455
3479
  * either a direct input or a key with #PSA_KEY_USAGE_DERIVE set;
@@ -3697,6 +3721,11 @@ psa_status_t psa_key_derivation_output_bytes(
3697
3721
  * Future versions of this specification may include additional restrictions
3698
3722
  * on the derived key based on the attributes and strength of the secret key.
3699
3723
  *
3724
+ * \note This function is equivalent to calling
3725
+ * psa_key_derivation_output_key_custom()
3726
+ * with the custom production parameters #PSA_CUSTOM_KEY_PARAMETERS_INIT
3727
+ * and `custom_data_length == 0` (i.e. `custom_data` is empty).
3728
+ *
3700
3729
  * \param[in] attributes The attributes for the new key.
3701
3730
  * If the key type to be created is
3702
3731
  * #PSA_KEY_TYPE_PASSWORD_HASH then the algorithm in
@@ -3750,6 +3779,163 @@ psa_status_t psa_key_derivation_output_key(
3750
3779
  psa_key_derivation_operation_t *operation,
3751
3780
  mbedtls_svc_key_id_t *key);
3752
3781
 
3782
+ /** Derive a key from an ongoing key derivation operation with custom
3783
+ * production parameters.
3784
+ *
3785
+ * See the description of psa_key_derivation_out_key() for the operation of
3786
+ * this function with the default production parameters.
3787
+ * Mbed TLS currently does not currently support any non-default production
3788
+ * parameters.
3789
+ *
3790
+ * \note This function is experimental and may change in future minor
3791
+ * versions of Mbed TLS.
3792
+ *
3793
+ * \param[in] attributes The attributes for the new key.
3794
+ * If the key type to be created is
3795
+ * #PSA_KEY_TYPE_PASSWORD_HASH then the algorithm in
3796
+ * the policy must be the same as in the current
3797
+ * operation.
3798
+ * \param[in,out] operation The key derivation operation object to read from.
3799
+ * \param[in] custom Customization parameters for the key generation.
3800
+ * When this is #PSA_CUSTOM_KEY_PARAMETERS_INIT
3801
+ * with \p custom_data_length = 0,
3802
+ * this function is equivalent to
3803
+ * psa_key_derivation_output_key().
3804
+ * \param[in] custom_data Variable-length data associated with \c custom.
3805
+ * \param custom_data_length
3806
+ * Length of `custom_data` in bytes.
3807
+ * \param[out] key On success, an identifier for the newly created
3808
+ * key. For persistent keys, this is the key
3809
+ * identifier defined in \p attributes.
3810
+ * \c 0 on failure.
3811
+ *
3812
+ * \retval #PSA_SUCCESS
3813
+ * Success.
3814
+ * If the key is persistent, the key material and the key's metadata
3815
+ * have been saved to persistent storage.
3816
+ * \retval #PSA_ERROR_ALREADY_EXISTS
3817
+ * This is an attempt to create a persistent key, and there is
3818
+ * already a persistent key with the given identifier.
3819
+ * \retval #PSA_ERROR_INSUFFICIENT_DATA
3820
+ * There was not enough data to create the desired key.
3821
+ * Note that in this case, no output is written to the output buffer.
3822
+ * The operation's capacity is set to 0, thus subsequent calls to
3823
+ * this function will not succeed, even with a smaller output buffer.
3824
+ * \retval #PSA_ERROR_NOT_SUPPORTED
3825
+ * The key type or key size is not supported, either by the
3826
+ * implementation in general or in this particular location.
3827
+ * \retval #PSA_ERROR_INVALID_ARGUMENT
3828
+ * The provided key attributes are not valid for the operation.
3829
+ * \retval #PSA_ERROR_NOT_PERMITTED
3830
+ * The #PSA_KEY_DERIVATION_INPUT_SECRET or
3831
+ * #PSA_KEY_DERIVATION_INPUT_PASSWORD input was not provided through a
3832
+ * key; or one of the inputs was a key whose policy didn't allow
3833
+ * #PSA_KEY_USAGE_DERIVE.
3834
+ * \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
3835
+ * \retval #PSA_ERROR_INSUFFICIENT_STORAGE \emptydescription
3836
+ * \retval #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription
3837
+ * \retval #PSA_ERROR_HARDWARE_FAILURE \emptydescription
3838
+ * \retval #PSA_ERROR_CORRUPTION_DETECTED \emptydescription
3839
+ * \retval #PSA_ERROR_DATA_INVALID \emptydescription
3840
+ * \retval #PSA_ERROR_DATA_CORRUPT \emptydescription
3841
+ * \retval #PSA_ERROR_STORAGE_FAILURE \emptydescription
3842
+ * \retval #PSA_ERROR_BAD_STATE
3843
+ * The operation state is not valid (it must be active and completed
3844
+ * all required input steps), or the library has not been previously
3845
+ * initialized by psa_crypto_init().
3846
+ * It is implementation-dependent whether a failure to initialize
3847
+ * results in this error code.
3848
+ */
3849
+ psa_status_t psa_key_derivation_output_key_custom(
3850
+ const psa_key_attributes_t *attributes,
3851
+ psa_key_derivation_operation_t *operation,
3852
+ const psa_custom_key_parameters_t *custom,
3853
+ const uint8_t *custom_data,
3854
+ size_t custom_data_length,
3855
+ mbedtls_svc_key_id_t *key);
3856
+
3857
+ #ifndef __cplusplus
3858
+ /* Omitted when compiling in C++, because one of the parameters is a
3859
+ * pointer to a struct with a flexible array member, and that is not
3860
+ * standard C++.
3861
+ * https://github.com/Mbed-TLS/mbedtls/issues/9020
3862
+ */
3863
+ /** Derive a key from an ongoing key derivation operation with custom
3864
+ * production parameters.
3865
+ *
3866
+ * \note
3867
+ * This is a deprecated variant of psa_key_derivation_output_key_custom().
3868
+ * It is equivalent except that the associated variable-length data
3869
+ * is passed in `params->data` instead of a separate parameter.
3870
+ * This function will be removed in a future version of Mbed TLS.
3871
+ *
3872
+ * \param[in] attributes The attributes for the new key.
3873
+ * If the key type to be created is
3874
+ * #PSA_KEY_TYPE_PASSWORD_HASH then the algorithm in
3875
+ * the policy must be the same as in the current
3876
+ * operation.
3877
+ * \param[in,out] operation The key derivation operation object to read from.
3878
+ * \param[in] params Customization parameters for the key derivation.
3879
+ * When this is #PSA_KEY_PRODUCTION_PARAMETERS_INIT
3880
+ * with \p params_data_length = 0,
3881
+ * this function is equivalent to
3882
+ * psa_key_derivation_output_key().
3883
+ * Mbed TLS currently only supports the default
3884
+ * production parameters, i.e.
3885
+ * #PSA_KEY_PRODUCTION_PARAMETERS_INIT,
3886
+ * for all key types.
3887
+ * \param params_data_length
3888
+ * Length of `params->data` in bytes.
3889
+ * \param[out] key On success, an identifier for the newly created
3890
+ * key. For persistent keys, this is the key
3891
+ * identifier defined in \p attributes.
3892
+ * \c 0 on failure.
3893
+ *
3894
+ * \retval #PSA_SUCCESS
3895
+ * Success.
3896
+ * If the key is persistent, the key material and the key's metadata
3897
+ * have been saved to persistent storage.
3898
+ * \retval #PSA_ERROR_ALREADY_EXISTS
3899
+ * This is an attempt to create a persistent key, and there is
3900
+ * already a persistent key with the given identifier.
3901
+ * \retval #PSA_ERROR_INSUFFICIENT_DATA
3902
+ * There was not enough data to create the desired key.
3903
+ * Note that in this case, no output is written to the output buffer.
3904
+ * The operation's capacity is set to 0, thus subsequent calls to
3905
+ * this function will not succeed, even with a smaller output buffer.
3906
+ * \retval #PSA_ERROR_NOT_SUPPORTED
3907
+ * The key type or key size is not supported, either by the
3908
+ * implementation in general or in this particular location.
3909
+ * \retval #PSA_ERROR_INVALID_ARGUMENT
3910
+ * The provided key attributes are not valid for the operation.
3911
+ * \retval #PSA_ERROR_NOT_PERMITTED
3912
+ * The #PSA_KEY_DERIVATION_INPUT_SECRET or
3913
+ * #PSA_KEY_DERIVATION_INPUT_PASSWORD input was not provided through a
3914
+ * key; or one of the inputs was a key whose policy didn't allow
3915
+ * #PSA_KEY_USAGE_DERIVE.
3916
+ * \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
3917
+ * \retval #PSA_ERROR_INSUFFICIENT_STORAGE \emptydescription
3918
+ * \retval #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription
3919
+ * \retval #PSA_ERROR_HARDWARE_FAILURE \emptydescription
3920
+ * \retval #PSA_ERROR_CORRUPTION_DETECTED \emptydescription
3921
+ * \retval #PSA_ERROR_DATA_INVALID \emptydescription
3922
+ * \retval #PSA_ERROR_DATA_CORRUPT \emptydescription
3923
+ * \retval #PSA_ERROR_STORAGE_FAILURE \emptydescription
3924
+ * \retval #PSA_ERROR_BAD_STATE
3925
+ * The operation state is not valid (it must be active and completed
3926
+ * all required input steps), or the library has not been previously
3927
+ * initialized by psa_crypto_init().
3928
+ * It is implementation-dependent whether a failure to initialize
3929
+ * results in this error code.
3930
+ */
3931
+ psa_status_t psa_key_derivation_output_key_ext(
3932
+ const psa_key_attributes_t *attributes,
3933
+ psa_key_derivation_operation_t *operation,
3934
+ const psa_key_production_parameters_t *params,
3935
+ size_t params_data_length,
3936
+ mbedtls_svc_key_id_t *key);
3937
+ #endif /* !__cplusplus */
3938
+
3753
3939
  /** Compare output data from a key derivation operation to an expected value.
3754
3940
  *
3755
3941
  * This function calculates output bytes from a key derivation algorithm and
@@ -3774,8 +3960,8 @@ psa_status_t psa_key_derivation_output_key(
3774
3960
  * psa_key_derivation_abort().
3775
3961
  *
3776
3962
  * \param[in,out] operation The key derivation operation object to read from.
3777
- * \param[in] expected_output Buffer containing the expected derivation output.
3778
- * \param output_length Length of the expected output; this is also the
3963
+ * \param[in] expected Buffer containing the expected derivation output.
3964
+ * \param expected_length Length of the expected output; this is also the
3779
3965
  * number of bytes that will be read.
3780
3966
  *
3781
3967
  * \retval #PSA_SUCCESS \emptydescription
@@ -3805,8 +3991,8 @@ psa_status_t psa_key_derivation_output_key(
3805
3991
  */
3806
3992
  psa_status_t psa_key_derivation_verify_bytes(
3807
3993
  psa_key_derivation_operation_t *operation,
3808
- const uint8_t *expected_output,
3809
- size_t output_length);
3994
+ const uint8_t *expected,
3995
+ size_t expected_length);
3810
3996
 
3811
3997
  /** Compare output data from a key derivation operation to an expected value
3812
3998
  * stored in a key object.
@@ -3835,7 +4021,8 @@ psa_status_t psa_key_derivation_verify_bytes(
3835
4021
  * and the permitted algorithm must match the
3836
4022
  * operation. The value of this key was likely
3837
4023
  * computed by a previous call to
3838
- * psa_key_derivation_output_key().
4024
+ * psa_key_derivation_output_key() or
4025
+ * psa_key_derivation_output_key_custom().
3839
4026
  *
3840
4027
  * \retval #PSA_SUCCESS \emptydescription
3841
4028
  * \retval #PSA_ERROR_INVALID_SIGNATURE
@@ -4003,6 +4190,10 @@ psa_status_t psa_generate_random(uint8_t *output,
4003
4190
  * between 2^{n-1} and 2^n where n is the bit size specified in the
4004
4191
  * attributes.
4005
4192
  *
4193
+ * \note This function is equivalent to calling psa_generate_key_custom()
4194
+ * with the custom production parameters #PSA_CUSTOM_KEY_PARAMETERS_INIT
4195
+ * and `custom_data_length == 0` (i.e. `custom_data` is empty).
4196
+ *
4006
4197
  * \param[in] attributes The attributes for the new key.
4007
4198
  * \param[out] key On success, an identifier for the newly created
4008
4199
  * key. For persistent keys, this is the key
@@ -4035,6 +4226,119 @@ psa_status_t psa_generate_random(uint8_t *output,
4035
4226
  psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
4036
4227
  mbedtls_svc_key_id_t *key);
4037
4228
 
4229
+ /**
4230
+ * \brief Generate a key or key pair using custom production parameters.
4231
+ *
4232
+ * See the description of psa_generate_key() for the operation of this
4233
+ * function with the default production parameters. In addition, this function
4234
+ * supports the following production customizations, described in more detail
4235
+ * in the documentation of ::psa_custom_key_parameters_t:
4236
+ *
4237
+ * - RSA keys: generation with a custom public exponent.
4238
+ *
4239
+ * \note This function is experimental and may change in future minor
4240
+ * versions of Mbed TLS.
4241
+ *
4242
+ * \param[in] attributes The attributes for the new key.
4243
+ * \param[in] custom Customization parameters for the key generation.
4244
+ * When this is #PSA_CUSTOM_KEY_PARAMETERS_INIT
4245
+ * with \p custom_data_length = 0,
4246
+ * this function is equivalent to
4247
+ * psa_generate_key().
4248
+ * \param[in] custom_data Variable-length data associated with \c custom.
4249
+ * \param custom_data_length
4250
+ * Length of `custom_data` in bytes.
4251
+ * \param[out] key On success, an identifier for the newly created
4252
+ * key. For persistent keys, this is the key
4253
+ * identifier defined in \p attributes.
4254
+ * \c 0 on failure.
4255
+ *
4256
+ * \retval #PSA_SUCCESS
4257
+ * Success.
4258
+ * If the key is persistent, the key material and the key's metadata
4259
+ * have been saved to persistent storage.
4260
+ * \retval #PSA_ERROR_ALREADY_EXISTS
4261
+ * This is an attempt to create a persistent key, and there is
4262
+ * already a persistent key with the given identifier.
4263
+ * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription
4264
+ * \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription
4265
+ * \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
4266
+ * \retval #PSA_ERROR_INSUFFICIENT_ENTROPY \emptydescription
4267
+ * \retval #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription
4268
+ * \retval #PSA_ERROR_HARDWARE_FAILURE \emptydescription
4269
+ * \retval #PSA_ERROR_CORRUPTION_DETECTED \emptydescription
4270
+ * \retval #PSA_ERROR_INSUFFICIENT_STORAGE \emptydescription
4271
+ * \retval #PSA_ERROR_DATA_INVALID \emptydescription
4272
+ * \retval #PSA_ERROR_DATA_CORRUPT \emptydescription
4273
+ * \retval #PSA_ERROR_STORAGE_FAILURE \emptydescription
4274
+ * \retval #PSA_ERROR_BAD_STATE
4275
+ * The library has not been previously initialized by psa_crypto_init().
4276
+ * It is implementation-dependent whether a failure to initialize
4277
+ * results in this error code.
4278
+ */
4279
+ psa_status_t psa_generate_key_custom(const psa_key_attributes_t *attributes,
4280
+ const psa_custom_key_parameters_t *custom,
4281
+ const uint8_t *custom_data,
4282
+ size_t custom_data_length,
4283
+ mbedtls_svc_key_id_t *key);
4284
+
4285
+ #ifndef __cplusplus
4286
+ /* Omitted when compiling in C++, because one of the parameters is a
4287
+ * pointer to a struct with a flexible array member, and that is not
4288
+ * standard C++.
4289
+ * https://github.com/Mbed-TLS/mbedtls/issues/9020
4290
+ */
4291
+ /**
4292
+ * \brief Generate a key or key pair using custom production parameters.
4293
+ *
4294
+ * \note
4295
+ * This is a deprecated variant of psa_key_derivation_output_key_custom().
4296
+ * It is equivalent except that the associated variable-length data
4297
+ * is passed in `params->data` instead of a separate parameter.
4298
+ * This function will be removed in a future version of Mbed TLS.
4299
+ *
4300
+ * \param[in] attributes The attributes for the new key.
4301
+ * \param[in] params Customization parameters for the key generation.
4302
+ * When this is #PSA_KEY_PRODUCTION_PARAMETERS_INIT
4303
+ * with \p params_data_length = 0,
4304
+ * this function is equivalent to
4305
+ * psa_generate_key().
4306
+ * \param params_data_length
4307
+ * Length of `params->data` in bytes.
4308
+ * \param[out] key On success, an identifier for the newly created
4309
+ * key. For persistent keys, this is the key
4310
+ * identifier defined in \p attributes.
4311
+ * \c 0 on failure.
4312
+ *
4313
+ * \retval #PSA_SUCCESS
4314
+ * Success.
4315
+ * If the key is persistent, the key material and the key's metadata
4316
+ * have been saved to persistent storage.
4317
+ * \retval #PSA_ERROR_ALREADY_EXISTS
4318
+ * This is an attempt to create a persistent key, and there is
4319
+ * already a persistent key with the given identifier.
4320
+ * \retval #PSA_ERROR_NOT_SUPPORTED \emptydescription
4321
+ * \retval #PSA_ERROR_INVALID_ARGUMENT \emptydescription
4322
+ * \retval #PSA_ERROR_INSUFFICIENT_MEMORY \emptydescription
4323
+ * \retval #PSA_ERROR_INSUFFICIENT_ENTROPY \emptydescription
4324
+ * \retval #PSA_ERROR_COMMUNICATION_FAILURE \emptydescription
4325
+ * \retval #PSA_ERROR_HARDWARE_FAILURE \emptydescription
4326
+ * \retval #PSA_ERROR_CORRUPTION_DETECTED \emptydescription
4327
+ * \retval #PSA_ERROR_INSUFFICIENT_STORAGE \emptydescription
4328
+ * \retval #PSA_ERROR_DATA_INVALID \emptydescription
4329
+ * \retval #PSA_ERROR_DATA_CORRUPT \emptydescription
4330
+ * \retval #PSA_ERROR_STORAGE_FAILURE \emptydescription
4331
+ * \retval #PSA_ERROR_BAD_STATE
4332
+ * The library has not been previously initialized by psa_crypto_init().
4333
+ * It is implementation-dependent whether a failure to initialize
4334
+ * results in this error code.
4335
+ */
4336
+ psa_status_t psa_generate_key_ext(const psa_key_attributes_t *attributes,
4337
+ const psa_key_production_parameters_t *params,
4338
+ size_t params_data_length,
4339
+ mbedtls_svc_key_id_t *key);
4340
+ #endif /* !__cplusplus */
4341
+
4038
4342
  /**@}*/
4039
4343
 
4040
4344
  /** \defgroup interruptible_hash Interruptible sign/verify hash
@@ -4666,18 +4970,6 @@ psa_status_t psa_verify_hash_abort(
4666
4970
  }
4667
4971
  #endif
4668
4972
 
4669
- /* The file "crypto_sizes.h" contains definitions for size calculation
4670
- * macros whose definitions are implementation-specific. */
4671
- #include "crypto_sizes.h"
4672
-
4673
- /* The file "crypto_struct.h" contains definitions for
4674
- * implementation-specific structs that are declared above. */
4675
- #if defined(MBEDTLS_PSA_CRYPTO_STRUCT_FILE)
4676
- #include MBEDTLS_PSA_CRYPTO_STRUCT_FILE
4677
- #else
4678
- #include "crypto_struct.h"
4679
- #endif
4680
-
4681
4973
  /* The file "crypto_extra.h" contains vendor-specific definitions. This
4682
4974
  * can include vendor-defined algorithms, extra functions, etc. */
4683
4975
  #include "crypto_extra.h"
@@ -2,6 +2,8 @@
2
2
  * \file psa/crypto_adjust_auto_enabled.h
3
3
  * \brief Adjust PSA configuration: enable always-on features
4
4
  *
5
+ * This is an internal header. Do not include it directly.
6
+ *
5
7
  * Always enable certain features which require a negligible amount of code
6
8
  * to implement, to avoid some edge cases in the configuration combinatorics.
7
9
  */
@@ -13,6 +15,14 @@
13
15
  #ifndef PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
14
16
  #define PSA_CRYPTO_ADJUST_AUTO_ENABLED_H
15
17
 
18
+ #if !defined(MBEDTLS_CONFIG_FILES_READ)
19
+ #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
20
+ "up to and including runtime errors such as buffer overflows. " \
21
+ "If you're trying to fix a complaint from check_config.h, just remove " \
22
+ "it from your configuration file: since Mbed TLS 3.0, it is included " \
23
+ "automatically at the right point."
24
+ #endif /* */
25
+
16
26
  #define PSA_WANT_KEY_TYPE_DERIVE 1
17
27
  #define PSA_WANT_KEY_TYPE_PASSWORD 1
18
28
  #define PSA_WANT_KEY_TYPE_PASSWORD_HASH 1
@@ -0,0 +1,51 @@
1
+ /**
2
+ * \file psa/crypto_adjust_config_dependencies.h
3
+ * \brief Adjust PSA configuration by resolving some dependencies.
4
+ *
5
+ * This is an internal header. Do not include it directly.
6
+ *
7
+ * See docs/proposed/psa-conditional-inclusion-c.md.
8
+ * If the Mbed TLS implementation of a cryptographic mechanism A depends on a
9
+ * cryptographic mechanism B then if the cryptographic mechanism A is enabled
10
+ * and not accelerated enable B. Note that if A is enabled and accelerated, it
11
+ * is not necessary to enable B for A support.
12
+ */
13
+ /*
14
+ * Copyright The Mbed TLS Contributors
15
+ * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
16
+ */
17
+
18
+ #ifndef PSA_CRYPTO_ADJUST_CONFIG_DEPENDENCIES_H
19
+ #define PSA_CRYPTO_ADJUST_CONFIG_DEPENDENCIES_H
20
+
21
+ #if !defined(MBEDTLS_CONFIG_FILES_READ)
22
+ #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
23
+ "up to and including runtime errors such as buffer overflows. " \
24
+ "If you're trying to fix a complaint from check_config.h, just remove " \
25
+ "it from your configuration file: since Mbed TLS 3.0, it is included " \
26
+ "automatically at the right point."
27
+ #endif /* */
28
+
29
+ #if (defined(PSA_WANT_ALG_TLS12_PRF) && \
30
+ !defined(MBEDTLS_PSA_ACCEL_ALG_TLS12_PRF)) || \
31
+ (defined(PSA_WANT_ALG_TLS12_PSK_TO_MS) && \
32
+ !defined(MBEDTLS_PSA_ACCEL_ALG_TLS12_PSK_TO_MS)) || \
33
+ (defined(PSA_WANT_ALG_HKDF) && \
34
+ !defined(MBEDTLS_PSA_ACCEL_ALG_HKDF)) || \
35
+ (defined(PSA_WANT_ALG_HKDF_EXTRACT) && \
36
+ !defined(MBEDTLS_PSA_ACCEL_ALG_HKDF_EXTRACT)) || \
37
+ (defined(PSA_WANT_ALG_HKDF_EXPAND) && \
38
+ !defined(MBEDTLS_PSA_ACCEL_ALG_HKDF_EXPAND)) || \
39
+ (defined(PSA_WANT_ALG_PBKDF2_HMAC) && \
40
+ !defined(MBEDTLS_PSA_ACCEL_ALG_PBKDF2_HMAC))
41
+ #define PSA_WANT_ALG_HMAC 1
42
+ #define PSA_WANT_KEY_TYPE_HMAC 1
43
+ #endif
44
+
45
+ #if (defined(PSA_WANT_ALG_PBKDF2_AES_CMAC_PRF_128) && \
46
+ !defined(MBEDTLS_PSA_ACCEL_ALG_PBKDF2_AES_CMAC_PRF_128))
47
+ #define PSA_WANT_KEY_TYPE_AES 1
48
+ #define PSA_WANT_ALG_CMAC 1
49
+ #endif
50
+
51
+ #endif /* PSA_CRYPTO_ADJUST_CONFIG_DEPENDENCIES_H */
@@ -2,6 +2,8 @@
2
2
  * \file psa/crypto_adjust_config_key_pair_types.h
3
3
  * \brief Adjust PSA configuration for key pair types.
4
4
  *
5
+ * This is an internal header. Do not include it directly.
6
+ *
5
7
  * See docs/proposed/psa-conditional-inclusion-c.md.
6
8
  * - Support non-basic operations in a keypair type implicitly enables basic
7
9
  * support for that keypair type.
@@ -19,6 +21,14 @@
19
21
  #ifndef PSA_CRYPTO_ADJUST_KEYPAIR_TYPES_H
20
22
  #define PSA_CRYPTO_ADJUST_KEYPAIR_TYPES_H
21
23
 
24
+ #if !defined(MBEDTLS_CONFIG_FILES_READ)
25
+ #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
26
+ "up to and including runtime errors such as buffer overflows. " \
27
+ "If you're trying to fix a complaint from check_config.h, just remove " \
28
+ "it from your configuration file: since Mbed TLS 3.0, it is included " \
29
+ "automatically at the right point."
30
+ #endif /* */
31
+
22
32
  /*****************************************************************
23
33
  * ANYTHING -> BASIC
24
34
  ****************************************************************/
@@ -2,6 +2,8 @@
2
2
  * \file psa/crypto_adjust_config_synonyms.h
3
3
  * \brief Adjust PSA configuration: enable quasi-synonyms
4
4
  *
5
+ * This is an internal header. Do not include it directly.
6
+ *
5
7
  * When two features require almost the same code, we automatically enable
6
8
  * both when either one is requested, to reduce the combinatorics of
7
9
  * possible configurations.
@@ -14,6 +16,14 @@
14
16
  #ifndef PSA_CRYPTO_ADJUST_CONFIG_SYNONYMS_H
15
17
  #define PSA_CRYPTO_ADJUST_CONFIG_SYNONYMS_H
16
18
 
19
+ #if !defined(MBEDTLS_CONFIG_FILES_READ)
20
+ #error "Do not include psa/crypto_adjust_*.h manually! This can lead to problems, " \
21
+ "up to and including runtime errors such as buffer overflows. " \
22
+ "If you're trying to fix a complaint from check_config.h, just remove " \
23
+ "it from your configuration file: since Mbed TLS 3.0, it is included " \
24
+ "automatically at the right point."
25
+ #endif /* */
26
+
17
27
  /****************************************************************/
18
28
  /* De facto synonyms */
19
29
  /****************************************************************/
@@ -24,12 +34,6 @@
24
34
  #define PSA_WANT_ALG_ECDSA_ANY PSA_WANT_ALG_ECDSA
25
35
  #endif
26
36
 
27
- #if defined(PSA_WANT_ALG_CCM_STAR_NO_TAG) && !defined(PSA_WANT_ALG_CCM)
28
- #define PSA_WANT_ALG_CCM PSA_WANT_ALG_CCM_STAR_NO_TAG
29
- #elif !defined(PSA_WANT_ALG_CCM_STAR_NO_TAG) && defined(PSA_WANT_ALG_CCM)
30
- #define PSA_WANT_ALG_CCM_STAR_NO_TAG PSA_WANT_ALG_CCM
31
- #endif
32
-
33
37
  #if defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW) && !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
34
38
  #define PSA_WANT_ALG_RSA_PKCS1V15_SIGN PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW
35
39
  #elif !defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN_RAW) && defined(PSA_WANT_ALG_RSA_PKCS1V15_SIGN)
@@ -25,8 +25,12 @@
25
25
  #include <psa/crypto_driver_common.h>
26
26
 
27
27
  #include "mbedtls/cmac.h"
28
+ #if defined(MBEDTLS_PSA_BUILTIN_ALG_GCM)
28
29
  #include "mbedtls/gcm.h"
30
+ #endif
31
+ #if defined(MBEDTLS_PSA_BUILTIN_ALG_CCM)
29
32
  #include "mbedtls/ccm.h"
33
+ #endif
30
34
  #include "mbedtls/chachapoly.h"
31
35
 
32
36
  /*